@charset "utf-8";
/*@import url(http://www.danysasi.es/clientes/plantop/alternate.css);

****************

PlanTop.net
-----------
@autor:danysasi.es

*****************/

/****************genericos**************/
a,
a:visited{
	color: #fff;
	text-decoration: none;
}

a:hover,
a:active{
	color: #fff;
	text-decoration:underline;
}

strong {
  font-weight:bold;
}
.separador{
	width:100%;
	clear:both;
	/*float:left;*/
	overflow:hidden;
	height:1px;
	background:#fff;
	border-top:1px solid #c3c2c2;
	margin:25px 0;
}
.centrado{
	width:940px;
	margin:0 auto;
}
body {
	font-family: arial, helvetica, serif;
	font-size: 11px;
	text-align: center;
	color: #fff;
}
.fltl{
	float:left !important;
}
.fltr{
	float:right !important;
}

/****************genericos**************/
#home{
	background: #eae9e9 url("../img/bg_body.jpg") repeat-x left top;	
}
#interna{
	background: #eae9e9 url("../img/bg_body_interior.jpg") repeat-x left top;	
}



#header{
	margin: 0 auto;
	width: 940px;
	text-align: left;
	overflow: hidden;
}

#header #logo a{
  	background: url("../img/logo.jpg") no-repeat top left;
	display: block;
	height:136px;
	margin-top:25px;
	text-indent:-9000px;
	width:137px;
	float: left;
}

/**********MENU PRINCIPAL*********/

#navPrincipal{
	margin-top: 45px;
	height: 42px;
	float:right;
	overflow:hidden;
	font-size: 12px;
	font-weight: bold;
	background:#000 url("../img/bg_borde_menuLeft.gif") no-repeat 0 0;
}

#navPrincipal ul{
	float:right;
	background: url("../img/bg_borde_menuRight.gif") no-repeat top right;
	padding:4px 10px;
	
}
#navPrincipal ul li{
	float:left;
	margin-left: 25px;
	height:22px;
	padding:12px 5px 0 5px;
	
}
#navPrincipal ul li.first{
	margin-left:0px;
}
#navPrincipal ul li select{
	margin-top:-5px;
}
#navPrincipal ul li .selector {
	margin-top:-8px;
}
#navPrincipal ul li a{
	color:#fff;
	text-decoration: none;
}
#navPrincipal ul li a:hover{
	text-decoration:underline;	
}
#navPrincipal ul li.active{
}
#navPrincipal ul li.active a{text-decoration: underline; cursor: default;}

/**********FIN MENU PRINCIPAL*********/

/**********MENU PRINCIPAL ROUNDED*********/

#navPrincipalR{
	margin-top: 45px;
	height: 50px;
	float:right;
	overflow:hidden;
	font-size: 12px;
	font-weight: bold;
	/*background:#000;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../css/border-radius.htc);*/
}

#navPrincipalR ul{
	float:right;
	/*background: url("../img/bg_borde_menuRight.gif") no-repeat top right;
	padding:4px 10px;*/
	padding: 10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../css/border-radius.htc);
	background:#000;
	border: 1px solid #000;
	
	width: auto;
	
}
#navPrincipalR ul li{
	float:left;
	margin-left: 10px;
	line-height:26px;
	/*padding:12px 5px 0 5px;*/
	
}
#navPrincipalR ul li.first{
	margin-left:0px;
}
#navPrincipalR ul li select{
	margin-top:-5px;
}
#navPrincipalR ul li .selector {
	margin-top:-8px;
}
#navPrincipalR ul li a{
	color:#fff;
	text-decoration: none;
	padding: 0 10px;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../css/border-radius.htc);
}
#navPrincipalR ul li a:hover{
	background: #333;	
}
#navPrincipalR ul li.active{
	/*background: #fff;*/
}
#navPrincipalR ul li.active a{cursor: default; color:#333; background: #fff;}
#navPrincipalR ul li.active a:hover{background: #fff;}

/**********FIN MENU PRINCIPAL ROUNDED*********/


/*SECCIONES DESCRIPTIVAS DE PLANTOP*/

#controller{
	z-index: 199;
	display: none;
}
#prevNext{
	width: 1034px;
	margin: 0 auto;
	position: relative;
}
.jFlowPrev,
.jFlowNext{
	display: block;
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 170px;
	width: 28px;
	height: 104px;
	background: url("../img/bt_LR.png") no-repeat left top;
	overflow: hidden;
	z-index: 11111;
}
.jFlowPrev:hover{
	background-position: 0 -103px;
}
.jFlowPrev:active{
	background-position: 0 -103px;
}
.jFlowNext{
	right: 0;
	left: auto;
	background-position: -29px 0;
}
.jFlowNext:hover{
	background-position: -29px -103px;
}
.jFlowNext:active{
	background-position: -29px 0;
}
#wrapPrincipal{
	width: 100%;
	margin: 19px auto 0px auto;
	position: relative;
}
#principal{
	width:960px;
	height:420px;
	margin:0 auto;
	background:url(../img/bg_lata.jpg) no-repeat 782px -3px;
	overflow:hidden;
}
#principalLeft{
	width:810px;
	float:left;	
}
.slidecontainer{
	width: 810px;
	position: relative;
	height: 420px;
	margin: 0 auto;
	text-align:left;
}
.slidecontainer .interior{
	padding-left: 8px;
	padding-top:15px;
}
#slides .detalle{
	margin-top: 0px;
}
#slides .detalle p{
	margin: 0 0 10px 0;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
  	line-height:normal;
}
#slides .detalle .item{
	width: 380px;
	float: left;
	margin: 9px 0 10px 10px;
}
#slides .natural {
	background:url(../img/bg_naturales.jpg) no-repeat 465px 154px;
	position:relative;
}
.natural .destacado{
	clear:both;
	float:right;
	padding-right:60px;
	height:363px;
	line-height:5px;
	margin-top:5px;
	width:300px;
	font-size:58px;
	font-weight:bold;	
}
#slides .natural .detalle{
	margin-top:20px;
}
#slides .premium {
	background:url(../img/bg_premium.jpg) no-repeat 465px 128px;
	position:relative;
}
.premium .destacado0{
	height:391px;
	line-height:5px;
	width:310px;
	font-size:42px;
	position:absolute;
	bottom:0;
	left:400px;
}
.premium .destacado{
	height:350px;
	line-height:5px;
	width:310px;
	font-size:88px;
	font-weight:bold;
	position:absolute;
	bottom:0;
	right:70px;
}
#slides .sintaurina {
	background:url(../img/bg_sintaurina.jpg) no-repeat 485px 128px;
	position:relative;
}
#slides .sintaurina .detalle{
	margin-top:10px;
}
.sintaurina .destacado0{
	height:391px;
	line-height:5px;
	width:400px;
	font-size:42px;
	font-weight:bold;
	position:absolute;
	bottom:0;
	text-align:left;
	right:9px;
}
.sintaurina .destacado{
	height:350px;
	line-height:5px;
	width:370px;
	font-size:30px;
	position:absolute;
	bottom:0;
	text-align:left;
	right:0px;
}
.sintaurina .bigger{
	font-size:75px;
	font-weight:bold;
	text-align:left;
	height:325px;
	line-height:5px;
	width:330px;
	position:absolute;
	bottom:0;
	right:0px;	
}
#slides h2{
	font-family:Dax, Arial, Helvetica, sans-serif;
	font-size:42px;
	line-height:42px;
	color:#fff;
	margin-top:10px;
}


/*****FIN SECCIONES DESCRIPTIVAS DE PLANTOP*****/

/******CONTENIDO GRIS*********/

#wrapContent{
	margin:0 auto;
	width:940px;
	height:auto;
	overflow:hidden;
	text-align:left;
	padding-bottom:25px;
}
#propiedades{
	margin-bottom:30px;
	overflow:hidden;
	clear:both;
}
#propiedades li{
	width:300px;
	height:193px;
	float:left;
	margin-right:20px;
	margin-top:0px;
	padding-top:15px;
	position:relative;
}
#propiedades li:hover{
	/*padding-top:10px;
	height:198px;*/
}
#propiedades li a{
	display:block;
	width:300px;
	height:208px;
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
}
#propiedades li h3{
	font-family:Dax, Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:10px;
	font-weight:bold;
	color:#a6080b;
	padding-left:25px;
	margin-bottom:10px;
}
#propiedades li p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12.5px;
	color:#555;
	float:none;	
	width:auto;
	padding-right:140px;
	padding-left:25px;
	margin-bottom:10px;
}
#propiedades li img{
	float:left;	
}
#propiedades li.naturalP{
	background:url(../img/bg_props_natural.png) no-repeat 0 0;
}
#propiedades li.naturalP:hover{
	background:url(../img/bg_props_natural_on.png) no-repeat 0 0;
}
#propiedades li.premiumP{
	background:url(../img/bg_props_premium.png) no-repeat 0 0;
}
#propiedades li.premiumP:hover{
	background:url(../img/bg_props_premium_on.png) no-repeat 0 0;
}
#propiedades li.sintaurinaP{
	background:url(../img/bg_props_sintaurina.png) no-repeat 0 0;
	margin-right:0;
}
#propiedades li.sintaurinaP:hover{
	background:url(../img/bg_props_sintaurina_on.png) no-repeat 0 0;
}

/******FIN CONTENIDO GRIS*********/

/********target***********/

/*.target{
  list-style: none;
  margin: 0;
  clear:both;
  float:left;
  overflow:hidden;
  padding: 0;
}*/

/*.target li{
  float: left;
  padding: 10px;
  display: block;
  margin-right: 20px;
  background:#ccc;
}
.target li.last{
	margin-right:0;
}

.target li a{
  display: block;
  overflow: hidden;
  height: 140px;
}

.target li img{
  position: absolute;
}

.target li p{
  margin: 0;
  padding: 0;
  display: block;
}*/


/*****************************acordeon*************************************/

/* hide container until all is ready */
.target{
	display: none;
	width:100%;
	overflow:hidden;
}
.target li{display:inline;}
.target li h3{
	font-family:Dax, Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:20px;
	font-weight:bold;
	color:#a6080b;
	margin-bottom:10px;
	z-index: 0;
	clear:right;
}
.target li p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	line-height:14px;
}
/*Main Container*/
.beneficios {
	width:181px;
	height:209px;
	float:left;
	padding:14px 0px 14px 10px;
	background:url(../img/bg_target.jpg) repeat-x 0 0;
	font-size:24px;
	font-weight:bold;
	color:#a6080b;
	text-align:center;
}
.beneficios .center{
	text-align:center;
	margin-top:20px;
	width:100%;
}
.container {
	width:717px;
	height:209px;
	float:left;
	padding:14px 10px;
	background:url(../img/bg_target.jpg) repeat-x 0 0;
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 230px;	
	overflow:hidden;
	padding-top:4px;
	*z-index:555px;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: left;
	padding: 0px 15px 15px 15px;
}
#targetContent3 .contentInnerWrapper{
	padding-right:0;
}
/* Handle*/
.handle{
	float: left;
	width: 120px;
	height: 199px;
	margin: 1px;
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	*z-index:9999px;
}
.container p{
	margin-bottom:10px;
}
.handleOver{	
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
}
.handleSelected{
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
.conduce{
	background:url(../img/bg_conduce0.jpg) no-repeat 0 0;
	display:block;
	width: 120px;
	height: 199px;
	cursor:pointer;
}
.handleSelected .conduce{
	background:url(../img/bg_conduce.jpg) no-repeat 0 0;
	cursor:default;
}
.deporte{
	background:url(../img/bg_deporte0.jpg) no-repeat 0 0;
	display:block;
	width: 120px;
	height: 199px;
	cursor:pointer;
}
.handleSelected .deporte{
	background:url(../img/bg_deporte.jpg) no-repeat 0 0;
	cursor:default;
}
.estudia{
	background:url(../img/bg_estudia0.jpg) no-repeat 0 0;
	display:block;
	width: 120px;
	height: 199px;
	cursor:pointer;
}
.handleSelected .estudia{
	background:url(../img/bg_estudia.jpg) no-repeat 0 0;
	cursor:default;
}
.fiesta{
	background:url(../img/bg_fiesta0.jpg) no-repeat 0 0;
	display:block;
	width: 120px;
	height: 199px;
	cursor:pointer;
}
.handleSelected .fiesta{
	background:url(../img/bg_fiesta.jpg) no-repeat 0 0;
	cursor:default;
}
.targetLeft{
	background:url(../img/bg_target_left.jpg) no-repeat 0 0;
	width:6px;
	height:229px;
	float:left;
}
.targetRight{
	background:url(../img/bg_target_right.jpg) no-repeat 0 0;
	width:6px;
	height:229px;
	float:left;
}
/*#targetListItem0 .handle{width:0 !important;}*/


/*******************************************************************************/

/***********************página interior*******************/

.wrapInterior{
	margin-top:50px;
	clear:both;
	min-height:600px;
	overflow: hidden;
	/*_height:600px;*/
	margin-bottom:40px;
}
.wrapInterior h2{
	font-family:Dax, Arial, Helvetica, sans-serif;
	font-size:32px;
	margin-top:30px;
	margin-bottom:35px;
	color:#fff;
	float:left;
	clear:both;
	width:100%;
}
.wrapInterior h3{
	font-family:Dax, Arial, Helvetica, sans-serif;
	font-size:24px;
	margin:0px 0 15px 0;
	font-weight:bold;
	color:#a6080b;
	float:left;
	clear:both;
	width:100%;
}
.wrapInterior .subtitle{
	font-size: 14px;
	margin-bottom: 10px;
	color: #222;
	font-weight: bold;
	display: block;
}
.wrapInterior p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	margin-bottom:10px;
}
.wrapInterior a, .wrapInterior a:hover, .wrapInterior a:visited{
	color:#a6080b;
}
.wrapInterior #contacto{
	background: transparent url(../img/lata_contacto.jpg) no-repeat 0 0;
	padding-left: 215px;
	height: 435px;
	color: #555;
	float: left;
	/*width: 100%;*/
	margin-left: 165px;
	font-size:12px;
}
.wrapInterior #contacto label span{
	width: 100%;
	clear: both;
	margin-bottom: 4px;
	font-size:12px;
	color: #555;
	font-weight: normal;
	/*display: block;*/
}
.wrapInterior #contacto label span.requerido{
	background: url(../img/bg_requerido.gif) no-repeat top right;
	padding-right: 12px;
}
.wrapInterior #contacto fieldset{
	width: 320px;
}
.wrapInterior #contacto label{
	/*clear: both;*/
	width:320px;
	/*display: block;*/
	float: left;
	margin:5px 0 10px 0;
}
.wrapInterior #contacto label.mitad{
	width:155px;
}
.wrapInterior #contacto label.mitad input{
	width: 148px;
}
.wrapInterior #contacto label input{
	width:313px;
	border: 1px solid #888;
	padding-top: 5px;
	padding-left: 5px;
	height: 17px;
}
.wrapInterior #contacto label input:focus{
	border: 1px solid #A6080B;
}
.wrapInterior #contacto textarea{
	width: 313px;
	border: 1px solid #888;
	margin:0 0 0px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0 0 5px;
}
.wrapInterior #contacto textarea:focus{
	border: 1px solid #A6080B;
}
.wrapInterior #contacto input.boton{
	background: #000 url(../img/bg_enviar.gif) repeat-x 0 0;
	color: #fff;
	border: 1px solid #888;
	padding: 5px 0;
	float: right;
	width: 70px;
	cursor: pointer;
}

.wrapInterior #contacto label input.error{
	background: #fef7f7;
}
.wrapInterior #contacto label textarea.error{
	background: #fef7f7;
}

.wrapInterior #contacto label.error {
	color:#a8080b;
	float:none;
	padding-left:0.5em;
	vertical-align:top;
	background: none;
}
ul.listaInterior{
	color: #555;
	font-size: 12px;
}
ul.listaInterior li{
	margin: 5px 0;
}
ul.listaInteriorB{
	color: #555;
	font-size: 12px;
	margin:5px 0 15px 40px;
	list-style: lower-latin;
}
ul.listaInteriorB li{
	margin: 5px 0;
}
ul.listaInteriorC{
	color: #555;
	font-size: 12px;
	margin:5px 0 15px 40px;
	list-style: lower-roman;
}
ul.listaInteriorB li{
	margin: 5px 0;
}
h4.subtitle{font-size:16px; color:#A6080B;}
/*.wrapInterior img.left{
	float:left;
	margin:0 15px 15px 0;
}
.wrapInterior img.right{
	float:right;
	margin:0 0 15px 15px;
}*/


.fotoLeft{
	float:left;
	margin:0 15px 15px 0;
	position:relative;
}
.fotoLeft img{
	vertical-align:bottom;	
}
.fotoLeft span{
	position:absolute;
	width:100%;
	height:30px;
	background:#000;
	padding-top:20px;
	padding-left:20px;
	left:0;
	bottom:0;
	opacity:0.5;
}
.fotoRight{
	float:right;
	margin:0 0 15px 15px;
}
.fotoRight img{
	vertical-align:bottom;	
}
ul.listado{
	color: #a6080b;
	float: left;
	width: 400px;
	margin:20px 35px 0 35px;
	font-size: 12px;
}
ul.listado li{
	margin:0 0 10px 0;
	padding: 5px 40px 5px 0px;
	
}
ul.listado li strong{font-weight: normal;}
ul.listado li:hover{
	background: #dfdede url(../img/download.png) no-repeat right center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../css/border-radius.htc);
}
ul.listado li a.pdf_doc { 
	background: url(../img/pdf.png) no-repeat left center;
	padding-left: 40px;
	line-height: 32px;
	display: block;
}
 
ul.listado li a.txt_doc { 
	background: url(img/txt.png) no-repeat left center;
	padding-left: 32px;
	line-height: 32px;
}
 
ul.listado li a.zip_doc { 
	background: url(img/zip.png) no-repeat left center;
	padding-left: 32px;
	line-height: 32px;
}
/*.docsCerfs{
	font-size: 14px !important;
	margin: 20px !important;
}*/


/**********************GALERIA*********************/

.galeria{
	text-align: center;
	/*margin-top: 20px;*/
	display: block;
	display: inline-block;
	/*overflow: hidden;*/
}

.galeria li{
	/*display: inline;*/
	float: left;
	width: 210px;
	margin:7px 12px 0px 12px; 
}
.galeria li a{
	width: 210px;
	height: 234px;
	display: block;
	background:#eae9e9 url(../img/image_loader.gif) no-repeat center center;
}
.pp_description {
	color:#555;
}
.currentTextHolder{
	color:#555;
}
.pp_arrow_previous, .pp_arrow_next{
	/*display: none !important;*/
}

/************MAPA************************/
#map_canvas{width:940px; height: 700px;}
#map_canvas a {color:#A6080B !important;}
.gmnoprint *{border:0 !important; background-color:transparent; background-image:none !important;}
.gmnoprint {border:1px solid #A6080B !important; background:#fff !important; margin-top:95px; margin-left:95px; z-index:5;-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../css/border-radius.htc);}
.gmnoprint img{display:none;}
.baloon{color:#555555; font-size:12px;}
.baloon strong{margin-bottom:10px; float:left;}
.baloon ul{clear:both;}

/******FOOTER*********/
#footer{
	width:100%;
	height:130px;
	background:#000;
	padding-top:15px;
}
#copyright{
	background:url(../img/copyright.gif) no-repeat 0 0;
	width:109px;
	height:109px;
	float:left;
	text-indent:-9999px;
}
.menuFooter{
	padding-top:25px;
	font-size:12px;
	font-weight:bold;
	float: right;
	color:#fff;
	clear: both;
}
.menuFooter li{
	display:inline;
	margin-left:25px;
}
.menuFooter li a{
	text-decoration:underline;
	color:#9e9e9e;
}
.redes{
	margin-top: 20px;
	float: right;
	clear: both;
}
.redes li{
	display:inline;
	float: left;
}
.redes li.fcb{
	background:transparent url(../img/bg_fcb_footer.png) no-repeat 0 0;
}
.redes li.twt{
	background:transparent url(../img/bg_twt_footer.png) no-repeat 0 0;
}
.redes li a{
	width: 118px;
	height: 47px;
	display: block;
	text-indent: -9999px;
}
/****************************************************************/
.IEwarning{display:none;}
.IEwarning{_display:block; margin: 0; position: absolute; background: #000; width: 100%; height: 1200px; top: 0; left: 0; color: #fff; font-size: 18px; font-family: Arial;z-index:99999; padding-top: 350px;}
.error{background:url(../img/404.png) no-repeat right bottom;}
.search-goog{color:#555555;font-size:12px;}
.search-goog form{margin-top:15px;}

.xmas{display:block; margin: 0; background: #000; width: 100%; height: 1200px; top: 0; left: 0; color: #fff; font-size: 18px; font-family: Arial;padding-top: 50px;}
.xmasIn{background:url(../img/xmas.jpg) no-repeat 0 0; width:369px; height:566px; margin:0 auto; border:4px solid red;}
.xmasIn a{display:block;width:369px; height:566px; text-indent:-9999px;}











