* {
	padding: 0; 
	margin: 0; 
	border: 0;
	font-size: 100%;  
}
BODY{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:100%;
}
A{	
	text-decoration:none;
	color:#6a8d75;
}
.clear{
	clear:both;
}

/** HEADER **/
div#headerSuperior{
	background:url(imgs/bg_headerSuperior.jpg) repeat-x 0 0;
	height:45px;
	width:100%;
}
	div#menuAuxiliar{
		padding-top:5px;
		margin-left:495px;
		
	}		div#menuAuxiliar UL{
			list-style:none;
			width:410px;
			margin:0 auto;
			clear:both;
		}
			div#menuAuxiliar UL LI{
				display:inline;
				font-weight:bold;
				font-size:80%;
				padding:0px 15px;
				border-right:1px solid #0c364f;
			}			
			div#menuAuxiliar UL LI.last{
				border-right:none;
			}			
				div#menuAuxiliar UL LI A{
					color:#0c364f;
				}				
				div#menuAuxiliar UL LI A.current{
					color:#376642;
				}
	div#menuAuxiliar div#idiomas{
		clear:both;
		margin-right:20px;
		margin-left:300px;
		text-align:right;
		font-size:10px;
		float:right;
		width:200px;
	}
		div#menuAuxiliar div#idiomas A {
			color:#0c364f;
			font-size:110%;
		}
	
		div#menuAuxiliar div#idiomas FORM SELECT{
			border:1px solid #0C364F;
			width:96px;
		}
		div#menuAuxiliar div#idiomas FORM SELECT OPTION{
			padding: 0px 7px 0px 7px;
		} 
	
	
div#headerInferior{
	background:url(imgs/bg_headerInferior.jpg) repeat-x 0 0;
	height:281px;
	width:100%;
}	
	div#contenidoHeader{
		background:url(imgs/header.jpg) no-repeat 0 0;
		width:995px;
		height:279px;
		margin:0 auto;	
	}
	
	div#contenidoHeader div#menuCentral {
		width:477px;
		float:right;
		height:59px;
		margin-top:85px;
	}
	
div#contenidoHeader div#menuCentral UL {
			list-style:none;
		}
					div#contenidoHeader div#menuCentral UL LI {
						display:inline;
						text-align:center;
					}
					
					div#contenidoHeader div#menuCentral UL LI A {
						color:#FFF;
						font-size:11px;
						font-weight:bold;
						display:block;
						padding-top:40px;
						
					}
					
					div#contenidoHeader div#menuCentral UL LI.servicios {
						background:url(imgs/servicios_esteticos_azul.jpg) no-repeat scroll 0 0;
						width:123px;
						height:59px;
						display:block;
						float:left;
					}
					
					div#contenidoHeader div#menuCentral UL LI.servicios-current {
						background:url(imgs/servicios_esteticos_verde.jpg) no-repeat scroll 0 0;
						width:123px;
						height:59px;
						display:block;
						float:left;
					}
					
					div#contenidoHeader div#menuCentral UL LI.casos {
						background:url(imgs/antes_despues_azul.jpg) no-repeat scroll 0 0;
						width:106px;
						height:59px;
						display:block;
						float:left;
					}
					
					div#contenidoHeader div#menuCentral UL LI.casos-current {
						background:url(imgs/antes_despues_verde.jpg) no-repeat scroll 0 0;
						width:106px;
						height:59px;
						display:block;
						float:left;
					}
					
					div#contenidoHeader div#menuCentral UL LI.consultas {
						background:url(imgs/consultas_azul.jpg) no-repeat scroll 0 0;
						width:80px;
						height:59px;
						display:block;
						float:left;
					}
					
					div#contenidoHeader div#menuCentral UL LI.consultas-current {
						background:url(imgs/consultas_verde.jpg) no-repeat scroll 0 0;
						width:80px;
						height:59px;
						display:block;
						float:left;						
					}
					
					div#contenidoHeader div#menuCentral UL LI.visita {
						background:url(imgs/vista_virtual_azul.jpg) no-repeat scroll 0 0;
						width:88px;
						height:59px;
						display:block;
						float:left;
					}
										
					div#contenidoHeader div#menuCentral UL LI.visita-current {
						background:url(imgs/visita_virtual_verde.jpg) no-repeat scroll 0 0;
						width:88px;
						height:59px;
						display:block;
						float:left;						
					}
					
					div#contenidoHeader div#menuCentral UL LI.contacta {
						background:url(imgs/contacto_azul.jpg) no-repeat scroll 0 0;
						width:80px;
						height:59px;
						display:block;
						float:left;						
					}
					
					div#contenidoHeader div#menuCentral UL LI.contacta-current {
						background:url(imgs/contacto_verde.jpg) no-repeat scroll 0 0;
						width:80px;
						height:59px;
						display:block;
						float:left;						
					}
					
	div#contenidoHeader div#contenidoIzquierda{
		float:left;
		margin-top:35px;
		width:490px;
	}	
		div#contenidoHeader div#contenidoIzquierda P.telefono{
			color:#FFFFFF;
			font-size:130%;
			padding:8px 0 0 239px;
		}
		
		div#contenidoHeader div#contenidoIzquierda P.lema-izquierda{
			color:#90b355;
			font-size:100%;
			padding:1px 0 0 232px;
		}
	
	div#contenidoHeader div#contenidoDerecha{
		float:right;
		margin-top:15px;
		width:400px;
		padding-left:70px;
	}
	
		div#contenidoHeader div#contenidoDerecha P.titulo-lema-derecha{
			color:#90b355;
			font-size:120%;
			text-align:center;
			padding:10px;
		}
		
		div#contenidoHeader div#contenidoDerecha P.contenido-lema-derecha{
			color:#FFFFFF;
			font-weight:bold;
			font-size:100%;
			padding:1px 60px;
			text-align:center;

		}
		
	
/** CONTENIDO **/
div#wrapper{
	background:url(imgs/bg_wrapper.jpg) repeat-x 0 0;
	width:100%;
}
	/** MENU DE TABS**/
	div#navegacion{
		width:895px;
		margin:0 auto;
		height:50px;
	}	
		div#navegacion UL.tabs {
			list-style-type: none;
			display:block;
			overflow:hidden;
			width:100%;
		} 
		
			div#navegacion UL.tabs li {
				float:left;
				display:block;
				padding: 0px; 
				margin: 0px 0px;
				line-height:27px;
				background: url(imgs/tab_right.jpg) no-repeat scroll right top; 
				height:41px;
				overflow:hidden;
				text-align:center;
				/*word-wrap: break-word;*/
			}			
			
			
				div#navegacion UL.tabs li.especialidades {
					float:left;
					display:block;
					padding: 0px; 
					margin: 0px 0px;
					line-height:41px;
					background: url(imgs/tab_especialidades_right.jpg) no-repeat scroll right top; 
					height:41px;
					overflow:hidden;
					font-size:12px;
					text-align:left;
				} 
				
				div#navegacion UL.tabs li.especialidades  a span {
					background: url(imgs/flecha_right.jpg) no-repeat scroll right center;
					display:block;
					padding:0 0 0 4px;
					width:113px;					
				}
	
				div#navegacion UL.tabs li.especialidades a { 
					display: block; 
					padding: 0px 10px; 
					color: #000; 
					text-decoration: none; 
					background: url(imgs/tab_especialidades_left.jpg) no-repeat scroll left top;
					line-height:41px;
					height:41px;
					color:#0c364f;
					font-weight:bold;
					text-transform:uppercase;
					font-size:12px;
					width:125px;					
				}		
	
			
			div#navegacion UL.tabs li.current span {
				background: url(imgs/flecha_down.jpg) no-repeat scroll bottom center;
				height:35px;
				display:block;
				width:119px;
			} 
	
			div#navegacion UL.tabs li span a { 
				background: url(imgs/tab_left.jpg) no-repeat scroll left top;
				display: block; 
				padding: 0px 6px; 
				font-size:10px;
				line-height:25px;
				height:28px;
				width:114px;
				color:#0c364f;
				font-weight:bold;
				text-transform:uppercase;
				text-decoration: none; 
				width:107px;
			}
			
			div#navegacion UL.tabs li span a.grande { 
				width:140px;
			}			 	


	div#contenedor{
		width:863px;;
		margin:0 auto;
		padding-top:25px;
		padding-right:34px;
	}	
		div#contenedor H1 {
			color:#90a6b3;
			font-weight:bold;
			font-size:180%;
			margin-bottom:20px;
		}
		div#contenedor H2 {
			color:#7f8a62;
			font-size:120%;
			margin-bottom:5px;
		}
		div#contenedor H3 {
			color:#376642;
			font-size:95%;
			margin-bottom:5px;
		}		
		div#contenedor H4 {
			color:#333333;
			font-size:90%;
			margin-bottom:5px;
		}
		div#contenedor P {
			font-size:90%;
			line-height:18px;
			margin:5px 0px;
			color:#333333;
		}
			div#contenedor P IMG {
				margin-right:20px;
			}
			
		div#contenedor .flash-video {
			background: url(imgs/bg_video.jpg) no-repeat 0 0;			
			float: left; 
			margin-right:21px;
			padding:30px;
			width:190px;
			height:160px;
		}	
		
		div#contenedor UL {
			font-size:90%;
			line-height:18px;
			margin:5px 0px 5px 50px;
			color:#333333;
		}
		
		div#contenedor OL{
			margin-left:35px;
			color:#6A8D75;
		}
		
			div#contenedor OL LI{
				font-size:90%;
			}
		
				div#contenedor OL LI A{
					text-decoration:underline;
				}
		
		div#contenedor STRONG{
			color:#376642;
		}
		
			div#contenedor.portada H1 {
				padding-top:10px;
				padding-bottom:20px;
			}
			
			div#contenedor.portada div#portada {
				float:left;
				width:380px;
				padding-top:10px;
				margin-bottom:40px;
			}
		
		div#contenedor SPAN.fecha{
				color: #376642;
				font-size:85%;
				font-weight:bold;
				margin:5px 0px;
				display:block;
		}
		
		div#contenedor div#nav-volver{
			
		}
		
		div#contenedor div#nav-volver A{
			background:url(imgs/anterior.jpg) no-repeat scroll 0 0;
			padding-left:20px;
			font-size:90%;
			float:left;
		}
		
		div#contenedor div.nav-subir{
			margin-bottom:20px;
		}
		
		div#contenedor div.nav-subir A{
			background:url(imgs/subir.jpg) no-repeat scroll 0 0;
			padding-left:20px;
			font-size:90%;
			float:right;
			color:#535f79;	
		}
		
		/** Ficha Equipo**/
		div#contenedor div.ficha{
			width:698px;
			position:relative;			
		}
		div#contenedor div.ficha div.superior{
			background:url(imgs/bg_ficha_superior.jpg) no-repeat 0 0;
			font-size:80%;
			font-weight:bold;
			height:46px;
			position:relative;			
		}		
			div#contenedor div.ficha div.superior SPAN{
				color:#608ea6;
				padding:16px 0px 16px 0px;
				display:block;
				float:right;
				width:583px;
			}			
			div#contenedor div.ficha div.superior div.foto{
				background:url(imgs/bg_ficha_foto.jpg) no-repeat 0 0;
				width:84px;
				height:85px;
				float:left;
				clear:none;
				position:absolute;
				margin:10px 0px 0px 10px;
			}
				div#contenedor div.ficha div.superior div.foto IMG{
					width:72px;				
					height:72px;
					padding:6px;
				}
		
		div#contenedor div.ficha div.centro{
			background:url(imgs/bg_ficha_centro.jpg) repeat-y 0 0;
			padding-left:116px;
			padding-top:5px;
		}
			div#contenedor div.ficha div.centro P {
				color:#747474;		
			}			
			div#contenedor div.ficha div.centro div.separador{
				border-bottom:1px solid #e4e4e4;
				margin-right:30px;
				margin-bottom:5px;

			}						
			div#contenedor div.ficha div.centro UL {
				margin:1px 0px 7px 16px;
				font-size:85%;
			}
				div#contenedor div.ficha div.centro UL LI {
					color:#747474;
				}		
		div#contenedor div.ficha div.inferior{
			background:url(imgs/bg_ficha_inferior.jpg) no-repeat 0 0;
			height:17px;
			margin-bottom:40px;
		}
				
		/** Lista de Articulos **/
		div#contenedor div.articulo{
		
		}		
			div#contenedor div.articulo H2{
				color: #99a3ac;
				background:url(imgs/quote.jpg) no-repeat 0 0;
				height:21px;
				padding-left:40px;
				padding-top:15px;
				border-bottom:1px solid #b1b1b1;
			}			
			div#contenedor div.articulo SPAN.fecha{
				color: #376642;
				font-size:85%;
				font-weight:bold;
				margin:5px 0px;
				display:block;
			}
		
		/** Tabla para el Quien Somos **/
		div#contenedor TABLE.quien TR TD.foto{
			width:175px;
			height:167px;
			vertical-align:top;
		}
		
		div#contenedor TABLE.quien TR TD.titulo{
			color:#90a6b3;
			font-weight:bold;
			font-size:110%;
			vertical-align:top;
			height:20px;
		}
	
		div#contenedor TABLE.quien TR.contenido TD{
			vertical-align:top;
			height:100px;
			width:220px;
			padding-right:15px;
		}
		
		div#contenedor TABLE.quien TR.contenido TD P{
			vertical-align:top;
			font-size:90%;
		}
			
		/** BOX **/
		div#contenedor div.box{
			font-size:100%;
			margin:5px 0;
			padding:0px;
		}
		
		div#contenedor div.box FIELDSET P{
			line-height:18px;
			margin:5px 0px;
			color:#757887;
			font-size:80%;
		}
		
			div#contenedor div.box div#contenedorMapa{
				float:right;
				width:391px;
				height:312px;
				background:url(imgs/bg_googleMaps.jpg) no-repeat scroll 0 0;
			}
			
				div#contenedor div.box div#contenedorMapa P{
					padding-top:30px;
					padding-left:270px;
				}
		
			div#contenedor div.box div#contenedorMapa div#googleMap{
				width:351px;
				height:260px;
				background-color:#999999;
				margin-left:39px;
			}
		
		div#contenedor div.box STRONG.caption {
			color:#90a6b3;
			font-weight:bold;
			font-size:160%;
			margin-bottom:20px;
			border-bottom:2px solid #90a6b3;
			padding-right:140px;
		}
		
		/** Listado de Casos **/
		div#contenedor UL.casos{
			display:block;
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			margin:15px 0 0 0px;
			overflow:hidden;
		}
		
			div#contenedor UL.casos LI{
				float:left;
				line-height:12px;
				margin-top:15px;
				padding:2px;
				width:49%;
				overflow:hidden;
				height:220px;
			}
			
			div#contenedor UL.casos H2{
				color:#333333;
				margin-bottom:5px;
				padding-left:5px;
			}
			
			div#contenedor UL.casos P{
				width:366px;
				margin:0px;
				padding-left:5px;
				height:50px;
				overflow:hidden;
			}
			
			div#contenedor UL.casos TABLE {
				width:366px;
				margin:5px 0px;
			}
			
				div#contenedor UL.casos TABLE TR TD{
					background:url(imgs/bg_casos.jpg) no-repeat scroll 0 0;
					height:137px;
				}
			
					div#contenedor UL.casos TABLE TR TD IMG{
						width:166px;
						height:128px;
						padding:5px 5px 5px 6px;
					}
		
		/** Consultas **/
		div#contenedor TABLE.resultados{
			margin-bottom:15px;
			margin-left:10px;
		}
		
			div#contenedor TABLE.resultados TR TD H3{
				color: #7f8869;
				font-size:95%;
			}
		
			div#contenedor TABLE.resultados TR TD.pest {
				height:27px;
				width:166px;
				text-align:center;
				border:1px solid #e8e8e8;
				border-top:none;
				
			}
		
				div#contenedor TABLE.resultados TR TD.pest A,
				div#contenedor TABLE.resultados TR TD.pest A:hover {
					color: #7f8869;
				}
		
		div#contenedor TABLE.foro{
			margin-left:10px;
		}
		
			div#contenedor TABLE.foro TR.literalesForo TD{
				color:#666666;
				font-size:90%;
			}
		
	
			div#contenedor TABLE.foro TR.contenidosForo TD{
				line-height:20px;
				border-top:1px solid #E5E5E5;
				padding-top:5px;
				padding-bottom:5px;
				font-size:85%;
			}
		
			div#contenedor TABLE.foro TR.contenidosForo TD,
			div#contenedor TABLE.foro TR.contenidosForo TD A,
			div#contenedor TABLE.foro TR.contenidosForo TD A:hover{
				color:#333333;
				text-decoration:none;
			}
			
			div#contenedor TABLE.foro TR.contenidosForo TD P{
				padding:0px 20px 0px 0px;
				margin:0 0 5px;
				line-height:13px;
			}
		
		div#contenedor TABLE.paginador{
			border-top:1px solid #e5e5e5; 
			font-weight:bold;
			font-size:12px;
			color:#666666;
			height:50px;
		}
		
		div#contenedor TABLE.paginadorSuperior{
			font-weight:bold;
			font-size:12px;
			color:#666666;
		}
		
		/** Mapa Web **/
		div#contenedor UL.listadoMapaWeb{
			margin:5px 0 5px 50px;
		}
			div#contenedor UL.listadoMapaWeb LI{
				color:#6A8D75;
				margin:5px 0 5px 10px;
			}
			
		/** Visita Virtual **/
		div#contenedor div#contenedorVisita{
			width:863px;
			height:450px;
			background:url(imgs/bg_plano.jpg) no-repeat 0 0;
			padding-left:25px;
			padding-top:75px;			
		}
		
		div#contenedor div#contenedorVisita div#tabla-imagenes{
			padding-left:6px;
			padding-top:14px;
		}
		
		div#contenedor div#contenedorVisita div#imagen{
			display:none;
			background-repeat:no-repeat;
			background-position:center;
			height:248px;
			margin-left:11px;
			margin-top:12px;
			padding-top:6px;
			width:370px;			
		}

		div#contenedor TABLE.visita-virtual {

		}
			div#contenedor TABLE.visita-virtual TR TD{
				height:84px;
				width:91px;
				background:url(imgs/bg_foto_plano.jpg) no-repeat 0 0;
			}
		
			div#contenedor TABLE.visita-virtual TR TD A IMG{
				height:68px;
				margin-bottom:1px;
				margin-left:7px;
				width:76px;
			}

/** FOOTER **/
div#footer{
	background:url(imgs/bg_footer.jpg) repeat-x 0 0;
	height:183px;
	width:100%;
}
	div#contenedorFooter{
		width:990px;
		margin: 0 auto;
		padding-top:50px;
	}	
		div#contenedorFooter TABLE {
			width:180px;
			float:left;
		}
			div#contenedorFooter TABLE TD.titulo {
				border-bottom:1px solid #8fb351;
				color:#8fb351;
				font-size:90%;
			}			
			div#contenedorFooter TABLE TD.direccion {
				color:#FFFFFF;
				font-size:75%;
				padding:8px 0px 8px 0px;
			}			
			div#contenedorFooter TABLE TD.email A {
				color:#8fb351;
				font-size:80%;
			}
			
		div#contenedorFooter .derecha{
			text-align:left;
			float:right;
			width:765px;
			font-size:70%;
			color:#FFFFFF;
			padding-top:5px;
		}
			div#contenedorFooter .derecha P {
				padding-left:15px;
				margin:15px 0px;
			}			
			div#contenedorFooter .derecha UL {
				list-style:none;
				margin-top:0px;
			}
				div#contenedorFooter .derecha UL LI {
					display:inline;
					padding:0px 15px;
					border-right:1px solid #FFFFFF;
					line-height:25px;
				}				
				div#contenedorFooter .derecha UL LI.last{
					border-right:none;
				}				
					div#contenedorFooter .derecha UL LI A {
						color:#FFFFFF;
					}

/** FORMULARIOS **/
FIELDSET P{
	color:#757887;
}
FIELDSET .derecha{
	width: 392px;
	float:right;
}

INPUT,
TEXTAREA {
	border: 1px solid #d6d6d6;
	height: 15px;
	margin: 5px 0px;
	margin-right: 35px;
	width: 180px;
	float: left;
	font-size:80%;
}

TEXTAREA { font-size:12px; }

INPUT.error,
TEXTAREA.error{
	background-color:#FFFF9F;
	border:1px solid #FF0000;
}

	INPUT.button {
		border:1px solid #cccccc;
		text-align: center;
		background: #f3f3f3;
		color: #757887;
		padding: 0px 15px;
		width: 105px;
		height: 22px;
		font-weight: bold;
		cursor: pointer;
		font-size:80%;		
	}
			
TEXTAREA {
	height: 75px;
	width: 486px;
}

SELECT.formulario{
	border: 1px solid #d6d6d6;
	margin: 10px 0px;
	margin-right: 35px;
	width:180px;
	font-size:80%;
}

LABEL {
	display: block;
	float: left;
	width: 115px;
	margin: 5px 0px;
	padding-right: 5px;
	white-space: pre-wrap;
	color:#757887;
	font-size:80%;
}

A.a2 {
	color:#FFFFFF;
}




#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999999;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-size:90%;
	color:#376642;
}
#tooltip h3, #tooltip div { margin: 0; }