/************************************************************************/
/*FINQUES MARCH                                                         */
/* ==================================================================== */
/*                                                                      */
/* CC 2008 by Gustavo Manuzza (http://www.ideasydesarrollo.com)         */
/* mail info@ideasydesarrollo.com                                       */
/*                                                                      */
/************************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	font-family: "10px Myriad", Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(../img/bg_home.gif);
	background-repeat:  repeat-x;
	background-color: #FFFFFF;
}

h1, h2, h3 {
	color: #cc6600;
	font-size: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

h2 {
	color: #FF9900;
}

h3 {
	font-size: 1em;
	color: cf6605;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #CC6600;
}

a:hover {
	text-decoration: none;
	color: #E58C24;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {

}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
	
}

/* Post */

.post {
	font-size: 12px;
	color: #333333;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
}

.post .title {
	font-size: 18px;
	color: #cc6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc6600;
	font-weight: bold;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .meta {
	clear: both;
	font-size: 10px;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
}

/* Header */

#header {
	height: 130px;
	background-image: url(../img/img01.jpg);
	background-repeat:  repeat-x;
	background-position: center bottom;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

	#header_logo{
	width: 367px;
	height:80px;
	float:left;
	display: block;
	margin-right: 12px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
		}
	#header_logo h1{ display: none;}
		
	#header_blanco{
	width: 50px;
	height:80px;
	float:left;
	display: block;
	padding-left: 90px;
			}
	#header_blanco img{ float:left;}

	
	#header_telefono{
	width: 520px;
	height:65px;
	float:left;
	display: block;
	font-size: 13px;
	padding-top: 15px;
}
	
	#header_telefono h2{
	margin: 0;
	text-align: right;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 14px;
	color: #333333;
}
	#header_telefono h2 strong{
	margin: 0;
	text-align: right;
	font-size: 22px;
	color:#FF9900;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
}
	#header_telefono p {
	margin: 0;
	padding: 5px 0px 0px 20px;
	text-align: right;
	line-height: 12px;
	font-weight: bold;
	color:#63656B;
	font-size: 16px;
}
/* Header > Menu */

#menu {
	height: 42px;
	width: 910px;
	float: left;
	margin-left: 20px;
	margin-top: 17px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 85px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(../img/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #333333;
	line-height: 1.5em;
	font-size: 12px;
}

#menu a:hover {
	background-image: url(../img/img05.gif);
	color: #000000;
}

#menu .active a {
	background-image: url(../img/img04.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 960px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/top_bg.png);
	background-repeat:  repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	height: 100%;
	padding: 20px;
}

/* Content > Main */

#main {
	float: left;
	width: 540px;
	padding-left: 10px;
}
#main2 {
	float: right;
	width: 700px;
	padding-left: 10px;
}
/* Content > Main > Welcome */

#welcome {

}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
	background-image: url(../img/bg_busca.jpg);
	background-repeat: no-repeat;
}

#sidebar .boxed .title h2 {

}

/* Content > Sidebar > consultas */

.consultas {
	background-color: #FEF7E7;
	margin-top: 10px;
	margin-left: 30px;
	width: 140px;
	border: thin solid #666666;
}
#login {
	background-repeat: no-repeat;
	height: 225px;

}


#login fieldset {
	border: none;
}

#login legend {
	display: none;
	
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	width: 200px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 180px;
	padding-left: 10px;
	height: 227px;
}

#sidebar2 .boxed .title h2 {

}

/* Content > Sidebar2 > Sponsors */

#sponsors {
}

#sponsors ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-repeat:  repeat-x;
	background-position: top;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 11px;
	color: #000000;
}

#footer a {
	text-decoration: underline;
	color: #C64F00;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
}
#footer b{
	color: #C64F00;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

/* inmuebles */	
#inmueble{
	margin:0 0 0 0;
	float:left;
	width:180px;
	height:257px;
	background-image: url(../img/fondocuadro.gif);
	background-repeat: no-repeat;
	}
	
.inmueble{
	margin:0 0 0 0;
	float:left;
	width:150px;
	height:240px;
	background-image: url(../img/fondocuadro.gif);
	background-repeat: no-repeat;
	}

#inmueble_zona{
	position:absolute;
	background-color:#F69723;
	width:150px;
	height:16px;
	margin-top: 14px;
	margin-left: 13px;
	font-size: 16px;
	}
	
.inmueble_zona{
	position:absolute;
	background-color:#EFC56F;
	width:150px;
	height:16px;
	margin-top: 14px;
	margin-left: 13px;
	color:#F9F9F9;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	padding-top:2px;
	line-height: 15px;
	}

#inmueble_referencia{
	position:absolute;
	width:150px;
	margin-top: 35px;
	margin-left: 12px;
	}
	
.inmueble_referencia{
	position:absolute;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	}
	
#inmueble_foto{
	position:absolute;
	background-color:#CCCCCC;
	width:150px;
	height:104px;
	margin-top: 80px;
	margin-left: 13px;
	z-index:6;
	}
	
.inmueble_foto{
	position:absolute;
	background-color:#CCCCCC;
	width:150px;
	height:172px;
	margin-top: 56px;
	margin-left: 13px;
	z-index:6;
	}
#inmueble_lupa{
	position:absolute;
	background-color:#FFFFFF;
	width:26px;
	height:26px;
	margin-top: 200px;
	margin-left: 135px;
	background-image: url(../img/lupa1.png);
	z-index:7;

	top: 416px;
	}

.inmueble_lupa{
	position:absolute;
	background-color:#FFCC00;
	width:28px;
	height:22px;
	margin-top: 206px;
	margin-left: 147px;
	background-image: url(../img/inm5.gif);
	z-index:7;
	}

#inmueble_cartel_princ{
	position:absolute;
	width:106px;
	height:22px;
	background-image: url(../img/fdo_aviso.png);
	z-index:7;
	display: block;
	top: 624px;
	color: #FFFFFF;
	padding-left: 5px;
	font-weight: bold;
	margin-left: 10px;
	padding-right: 5px;
	}
#inmueble_precio{
	position:absolute;
	width:80px;
	height:17px;
	margin-top: 230px;
	margin-left: 4px;
	display: block;
	}
	
.inmueble_precio{
	position:absolute;
	height:17px;
	margin-top: 230px;
	margin-left: 4px;
	font-weight: bold;
	color: #525352;
	text-indent: 5px;
	background-image: url(../img/tachado.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	}
	
.inmueble_precioAnt{
	position:absolute;
	width:150px;
	height:17px;
	margin-top: 230px;
	margin-left: 270px;
	font-weight: bold;
	color: #F00003;
	text-decoraton:line-through;
	text-indent: 5px;
	}
	#inmueble_precio2{
	position:absolute;
	width:80px;
	height:17px;
	margin-top: 230px;
	
	display: block;
	text-align: right;

	
	}
	.inmueble_precio2{
	position:absolute;
	height:17px;
	margin-top: 230px;
	margin-left: 85px;
	font-weight: bold;
	color: #D84710;
	text-indent: 5px;
	padding-right: 5px;
	}
#inmueble_navega{
	margin:10px 20px 0 0;
	float:right;
	width:188px;
	height:20px;
	bottom:0px;
	text-align:right;
	}
	
.inmueble_navega{
	margin:10px 20px 0 0;
	float:right;
	width:188px;
	height:20px;
	bottom:0px;
	text-align:right;
	}

.bloques{
	border: 1px solid #462003;
	font-size: 11px;
	background-color: #F9F9F7;
	margin-top: 2px;
	margin-bottom: 2px;
}

.ToolTip{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	border: 1px solid #999999;
	background-color:#EEF0F1;
	 padding:5px;
}

/***** Property Listings *****/

.regimen{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}
#propHeader {
	height:35px;
	text-align:right;
	margin-bottom:30px;
	line-height:35px;
	padding:0 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cc3300;
}
#propTitle {
	float:left;
	color: #cc3300;
	font-weight: bold;
	font-size: 16px;
}

#propCount {
	color:#FF7C00;
	font-weight:bold;
}

.propListing {
	background-image:url(../img/prop_listing_bg.png);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	height: 180px;
}
.propListing p{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	display: block;
	margin: 0px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;

}

.propCartel {
	width:670px;
	float:right;
	padding-left: 10px;
	height: auto;
	background-image: url(../img/fdo_aviso.png);
	background-repeat:  repeat-x;
}
.propThumbCont {
	width:162px;
	text-align:center;
	vertical-align:top;
}

.propThumbCont a {
	display:block;
	position:relative;
}

.propThumb {
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #C5C4C4;
	height: 112px;
	width: 150px;
}

.propDetails {
	width:480px;
	float:right;
	padding-left: 30px;
	height: auto;
}

.propDistrito {
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:5px;
	text-transform: capitalize;
	margin-right: 30px;
	margin-left: 10px;
	color: #cc3300;
	text-align: right;
}

.propRef {
	font-weight:bold;
	font-size:1em;
	text-align:right;
	color:#cc3300;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #333333;
	margin-right: 30px;
	margin-left: 10px;
}
.propPrecio {
	font-weight:bold;
	color:#F00003;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.propPrecioAnt {
	font-weight:bold;
	color:#F00003;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../img/tachado.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.Ref {
	float:left;
	text-align:left;
	font-size:1em;
	color:#333333;
}
.proplista {
	text-align:right;
	color:#333333;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-right: 30px;
	margin-left: 10px;
}
.proplista ul {
	list-style:none;
}
.proplista li {
	padding-left:20px;
	font-size: 12px;
	color: #000000;
	float: right;
}
.proplista_precios {
	text-align:right;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-right: 30px;
	margin-left: 10px;
	font-weight: bold;
	color: #333333;
}
.proplista_precios ul {
	list-style:none;
}
.proplista_precios li {
	padding-left:20px;
	float: right;
}
.propMoreInfo {
	display:block;
	width:110px;
	height:25px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	color:#FFFFFF;
	text-decoration:none;
	line-height:25px;
	background-color: #FF6600;
	background-image: url(../img/button_bg.gif);
	float: right;
	margin: 0px;
}

.propMoreInfo:hover {
	color:#000000;
}/*
.regimen{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}
#propHeader {
	height:35px;
	text-align:right;
	margin-bottom:30px;
	line-height:35px;
	padding:0 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cc3300;
}
#propTitle {
	float:left;
	color: #cc3300;
	font-weight: bold;
	font-size: 16px;
}

#propCount {
	color:#FF7C00;
	font-weight:bold;
}

.propListing {
	background-image:url(../img/prop_listing_bg.png);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	height: 180px;
}
.propListing p{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	display: block;
	margin: 0px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.propThumbCont {
	width:162px;
	text-align:center;
	vertical-align:top;
}

.propThumbCont a {
	display:block;
	position:relative;
}

.propThumb {
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #C5C4C4;
	height: 112px;
	width: 150px;
}

.propDetails {
	width:480px;
	float:right;
	padding-left: 30px;
	height: auto;
}

.propCartel {
	width:490px;
	float:right;
	padding-left: 10px;
	height: auto;
	background-image: url(../img/fdo_aviso.png);
	background-repeat:  repeat-x;
}

.propDistrito {
	display:block;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:5px;
	text-transform: capitalize;
	margin-right: 30px;
	margin-left: 10px;
	color: #cc3300;
	text-align: right;
}

.propRef {
	font-weight:bold;
	font-size:1em;
	text-align:right;
	color:#cc3300;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #333333;
	background-color: #F8F7F7;
	margin-right: 30px;
	margin-left: 10px;
}
.propPrecio {
	font-weight:bold;
	color:#F00003;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.propPrecioAnt {
	font-weight:bold;
	color:#F00003;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../img/tachado.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.Ref {
	float:left;
	text-align:left;
	font-size:1em;
	color:#333333;
}
.proplista {
	text-align:right;
	color:#333333;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 30px;
	margin-left: 10px;
}
.proplista ul {
	list-style:none;
}
.proplista li {
	padding-left:20px;
	font-size: 12px;
	color: #000000;
	float: right;
}

.proplista_precios {
	text-align:right;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-right: 30px;
	margin-left: 10px;
	font-weight: bold;
	color: #333333;
}
.proplista_precios ul {
	list-style:none;
}
.proplista_precios li {
	padding-left:20px;
	float: right;
}
.propMoreInfo {
	display:block;
	width:110px;
	height:25px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	color:#FFFFFF;
	text-decoration:none;
	line-height:25px;
	background-color: #FF6600;
	background-image: url(../img/button_bg.gif);
	float: right;
	margin: 0px;
}

.propMoreInfo:hover {
	color:#000000;
}
/* Page Nav */
/* Page Nav */

/* paginacion */
.page-navi-box {
	float:right;
	width:490px;
	clear:both;
	font-size:11px;
	display:block;
	text-align:right;
	line-height:20px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}

.wp-pagenavi a {
	text-decoration: none;
	height:20px;
	color: #FFFFFF;
	padding:5px 10px;
	margin:0 0 0 2px;
	background-color: #ff6600;
	font-weight: bold;
}

.wp-pagenavi a:hover {
	color:#fff;
	background-image:none;
	background-color: #FF9916;
}

.wp-pagenavi span.pages {
	color: #FFFFFF;
	margin:0 8px 0 0;
}
.wp-pagenavi span.current {
	margin:0 0 0 2px;
	color: #fff;
	background-color: #000000;
	padding:5px 10px;
	font-weight:bold;
}
#pageNav, #pageNavNarrow {
	height:35px;
	text-align:right;
	margin-bottom:30px;
	line-height:35px;
	padding:0 15px;
	font-size: 13px;
	font-weight: bold;
}

#pageCounter {
	float:left;
}


/*FICHA INDIVIDUAL*/

.ind_tipo{
	font-size: 12px;
	line-height: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 15px;
}
.ind_textos{
	font-size: 11px;
	line-height: 15px;
	padding-left: 15px;
	display: block;
}
.ind_textos2{
	font-size: 12px;
	line-height: 15px;
	padding-left: 15px;
}
.ind_tipo_gr{
	font-size: 12px;
	line-height: 20px;
	padding-left: 10px;
	font-weight: bold;
}


#ind_zona {
	font-size:18px;
	color:#CC6600;
	height:30px;
	line-height:30px;
	margin-bottom:15px;
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
.ind_ref{
	color: #F69824;
	font-size: 14px;
	text-align: right;
	padding-left: 15px;
}
.ind_caracteristicas{
	background-color: #333333;
	padding-left: 5px;
	background-image: url(../img/fdo_btnegros.jpg);
	background-repeat:  repeat-x;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
}
.precio{
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
	text-align: right;
}
.precio_ant{
	font-size: 16px;
	color: #666666;
	text-align: right;
	background-image: url(../img/tachado.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
}
.preciopesetas{
	font-weight: bold;
	color: #333333;
	text-align: right;
}
	
	
/*TABLA FICHAS INMUEBLES*/

table.displaytable {
	border-collapse: collapse;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #CFCCC7;
	color: #333333;
}

table.displaytable td {
	padding: 4px 5px;
	border-top: 1px solid #CFCCC7;
}


table.displaytable th {
	background-color: #FFCC66;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 5px;
}

table.displaytable tr {
	background-color: #FFF1D5;
}

table.displaytable tr:hover {
	background-color: #FFF9EC;
}

fieldset {
	border: 1px solid #BABCBB;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	background-image: url(../img/fdo_tabla.jpg);
	background-repeat:   repeat-x;
	background-position: bottom;
}

legend {
	margin-left: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #FFFFFF;
}
.botonmapa{
	text-transform: capitalize;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #C64F00;
	text-align: center;
}
.tablefoto{
	text-decoration: none;
	display: block;
	height: 55px;
	width: 80px;
	border: 3px solid #FFFFFF;
}
.fotopromociones{
	text-decoration: none;
	display: block;
	height: 311px;
	width: 450px;
	border: 1px solid #666666;
	padding: 10px;
}

	.promotext {
	text-align:left;
	color:#333333;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right: 25px;
	margin-left: 10px;
	font-size: 12px;
	margin-top: 10px;
}

.boton_distritos{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/button_bg.gif);
	background-repeat:  repeat-x;
	background-position: center;
	text-align: center;
	width: auto;
	text-decoration: none;
}
.boton_distritos a {
	text-decoration: none;
	color: #000000;
	}
.boton_distritos a:hover{
	color: #FFFFFF;
}


.phone{
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img/phone.jpg);
	background-repeat: no-repeat;
	padding-left: 45px;
	height: 30px;
	display: block;
	padding-top: 10px;
	background-position: 22px bottom;
}
.print{
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/print.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	height: 22px;
	display: block;
	background-position: 20px bottom;
}
.email{
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/email.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	height: 22px;
	display: block;
	background-position: 20px bottom;
}
.box_referencia{
	background-image: url(../img/por_ref.jpg);
	background-repeat: no-repeat;
	height: 165px;
	width: 219px;
	padding-top: 50px;
}

.cartel_resaltado{
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	display: block;
	background-image: url(../img/fdo_aviso.png);
	background-repeat:  no-repeat;

}
