@charset "utf-8";
/* CSS Document */

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset,img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #ffffff;
}

body, table, td, th, tr, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
	text-align: center;
}

table, td, th, tr, input, textarea {
	text-align:left;
}

p {
	margin-bottom:1em;
}

a {
	font-size:12px;		
	color: #333333;
	text-decoration:underline;
	font-weight:normal;
}

a:link,a:active,a:visited {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1,h2,h3,h4 {
	color: #0d1010;
	font-weight:bold;
	text-transform: uppercase;	
	font-family:Arial, Helvetica, sans-serif;
/*	margin-bottom:0.7em; */
	margin-bottom:0em;
}

h1 { font-size:1.3em; }
h2 { font-size:1.2em; }
h3 { font-size:1.1em; }
h4 { font-size:1em; }

/*
h1 {
	display:block;
	color:#ffffff;
	background-color:#2a2526;
	padding:0.2em;
}
*/

h1 {
	color:#f68a39;	
}

h2 {
	color:#f68a39;
}

div.saldo h2 a {
	color:#f68a39;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

div.saldo {
	margin-bottom:1em;	
	padding-left:20px;
}

#breadcrumbs {
	margin-bottom:2em;
	margin-top:0.2em;
}

.B_crumbBox {
	font-size:0.8em;
}

.B_crumbBox a {
	color:#333333;
	font-size:1em;	
}

#contenedor {
	width: 900px;
	margin:auto;
	border: none;
	padding:0;
	text-align:center;
	background-image: url(../images/fondo.png);
	background-repeat:  repeat-y;
}


#cabecera {
	height:88px;
}

#menu {
	text-align:center;
	height:44px;
}

#colIzq {
	float:left;
	width:255px;
	margin-left:18px;
}

#colDer {
	float:left;
	width:600px;
	text-align:justify;
	padding-left:5px;
}



#pie {
	background-image: url(../images/diasan_18.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:20px;
	text-align:left;
	font-size:0.8em;
	margin-top:50px;
	margin-bottom:20px;
	padding-left:18px;	
}

#pie a {

}

#pie a:hover {

}

#menuLateralProductos {
	width:243px;
	height:252px;
	margin:auto;
	margin-bottom:15px;
}

#MLP_izq,#MLP_der {
	float:left;
}

#MLP_izq {
	width:39px;
}

#MLP_der {
	width:204px;
}

#MLP_der ul {
	margin:0;
	padding:0;
}

#MLP_der li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
}

#MLP_der a,#MLP_der img {
	margin:0;
	padding:0;
}

#logosPie {
	text-align:right;
	background-color:#FFF;
}

/* seccion La Empresa */
#empresaUbicacion,#EU_imagenLateral,#EU_contenido {
	height:156px;
}

#empresaUbicacion * {
	margin:0;	
}

#empresaUbicacion p {
	margin-bottom:0.7em;	
}

#empresaUbicacion,#empresaUbicacion a,#EU_contenido #granCanaria,#EU_contenido #tenerife, #EU_contenido #granCanaria td,#EU_contenido #tenerife td {
	font-size:10px;
	text-align:left;
}

#EU_imagenLateral {
	width:33px;
	float:left;
}

#EU_contenido {
	float:left;
	width:540px;
	padding-left:20px;
	background-color:#dedfe1;
}

#EU_contenido #granCanaria {
	width:347px;
	float:left;
}

#EU_contenido #tenerife {
	width:170px;
	float:left;	
	padding-left:20px;
}

/* fin seccion La Empresa */

/* productos */

#fichaProducto, #indiceProducto {
	background-color:#e2e3e5;	
	border:1px solid #dbdcdc;
	margin-top:2em;
}

#indiceProducto {
	width:580px;
	margin:auto;
}

.IP_lista {
	float:left;	
	text-align:center;
	font-size:0.9em;
}

.IP_lista img {
	margin-bottom:10px;	
}

.IP_lista p {
padding:0px 3px 0px 3px;
}

#FP_foto {
	float:left;
	width:290px;
	text-align:center;
	height:250px;
}

#FP_foto img {
	border:10px solid #FFFFFF;	
	margin:10px;
}

.bordeImagen {
	border:5px solid #FFFFFF;	
	margin:5px;
}

#FP_resumen {
	float:left;
	width:295px;
	padding-left:10px;
	padding-top:10px;
	height:250px;	
	position:relative;
}

#FP_botonCatalogo {
	text-align:right;	
}

#FP_textoResumen {
	position:absolute;
	bottom:15px;
	width:285px;
}

#FP_textoAdicional {
	padding:5px;	
}

#FP_enlaces {
	margin-top:2em;	
}

#FP_listaEnlaces li {
	list-style-type:none;
	background-image: url(../images/botonFlecha.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:20px;
	padding-top:2px;
	margin-top:5px;
	border:none;
	font-weight:bold;
}

#FP_listaEnlaces li ul { 
	margin-top:15px;
}

#FP_listaEnlaces li ul li {
	list-style-type:disc;
	background-image:none;
	padding-left:0px;
	padding-top:5x;
	border:none;
	font-weight:normal;
}

#FP_listaEnlaces li a {
	font-weight:bold;
	text-decoration:none;
	color:#606060;
}

#FP_listaEnlaces li ul li a {
	font-weight:normal;
	text-decoration:underline;
	color:#606060;
}

/* fin productos */

.clear {
	clear:both;	
}

.test {
	color:#F00;	
}

/* home */

#home_b1,#home_b2,#home_noticia {
	float:left;	
	height:149px;
	margin-top:20px;
}

#home_noticia {
	width:186px;
	background-image: url(../images/home/fondoNoticia.jpg);
	background-repeat: no-repeat;	
	text-align:left;
	padding:4px 4px 4px 4px;
}

#home_noticia .titulo {
	font-size:1em;
	font-weight:bold;
	color:#F0892E;
}

#home_noticia .contenido {
	font-size:0.9em;
}

#home_noticia .boton {
	text-align:right;
}

#home_b1 {
	width:195px;
}

#home_b2 {
	width:198px;
}

/* formularios */
label {
	float: left;
	width: 160px;
	font-weight: bold;
	text-align:left;
	margin-bottom:10px;
}

input, textarea,select {
	width: 250px;
	margin-bottom: 10px;
}

textarea {
	width: 250px;
	height: 150px;
}

.boxes {
	float:left;
	width:1em;
	margin-right:1em;
}

.radio {
	width:1.5em;	
	margin:0;
	padding:0;
}

.label_boxes {
	float:left;
	width:300px;
}

.botones {
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

form br	, form p {
	clear: left;
}

.ayudaForm {
	width:250px;
	margin-left:120px;
	font-size: 0.8em; 
	color: #999;	
	left:120px;
	display:block;	
}

div.errorForm {
	color:#F00;
	height:20px;
	border:solid 2px #F60;
	padding:10px;
	margin-bottom:15px;
}

div.noticia {
	margin-bottom:1em;	
}

/* profesionales */
.colIzqProfesionales {
	background-image: url(../images/separadorVerticalProfesiona.png);
	background-repeat: no-repeat;
	background-position: 95% top;	
	height:370px;
}

#colDer.colDerProfesionales {
	padding-left:27px;
	width:573px;
}

#colDer.colDerProfesionales h1 {
	color:#a9bf00;
	background-color:transparent;
	text-transform:none;
	padding-left:0;
}

#colIzq.colIzqProfesionales, #colDer.colDerProfesionales {
	margin-top:10px;
}

h1.tituloProfesionales {
	margin-bottom:0.5em;	
}

.noticia h2 a {
	text-transform:none;
	color:#A9BF00;
}

#colIzq.colIzqProfesionales {
	margin-left:20px;
	width:215px;
	text-align:left;	
	padding-right:20px;
}

#colDer.colDerProfesionales li {
	margin-bottom:1em;	
}

#colIzq.colIzqProfesionales input {
	width:150px;
}

#colIzq.colIzqProfesionales #wlpeLoginForm {
	text-align:left;	
}

#colIzq.colIzqProfesionales #wlpeBoton button {
	width:80px;	
	margin-bottom:10px;
}

#mensajeErrorLateral,.wlpeMessage {
	margin-bottom:10px;
	color:#F68A39;
}

.tos {
	font-size:0.9em;	
}

#wlpeTosCheckbox {
	width:15px;	
}

#colDer.colDerProfesionales textarea#condiciones {
	width:410px;
	font-size:0.8em;
	height:120px;
}