		/* CSS Document */
		
		/* Definiciones generales */
		html {
		}
		img{
			border:none;
		}
		body {
			margin: 0;
			padding: 0;
			font-family: Tahoma;
			font-size: 12px;
			background: #333742;
			}
		
		a {
			text-decoration: none;
			font-weight: bold;
			border:0px;
		}
		
		a:hover {
			text-decoration: underline;
			border:0px;
		}
		
		a img {
			border:  0px;
		}
		
		h1 {
			border-left: 15px solid #9d9f85;
			border-bottom: 2px solid #9d9f85;
			margin-top: 10px;
			margin-bottom: 10px;
			padding: 5px 0px 5px 10px;
			font-size: 1.2em;
		}
		.pelicula
		{
		float:left;
		width:578px;
		height:386px;
		background-color:#333742;
		color:#FFFFFF;
		border:solid 5px #fff;
		}
		.entrar
		{
			float:left;
			width:40px;
			padding-left:85px;
			height:40px;
			margin-top:40px;
		}
		.interior-pelicula
		{
		float:left;
		height:386px;
		color:#000;
		font-family: Tahoma;
		font-size: 16px;
		padding-left:170px;
		width:245px;
		text-align:justify;
		text-decoration:none;
		margin-top:75px;
		}
		.interior-pelicula a
		{
		float:left;
		text-decoration:none;
		color:#000;
		font-size: 16px;
		}
		.interior-pelicula a:hover
		{
		float:left;
		text-decoration:none;
		color:#e2001a;
		font-size: 16px;
		}

		h2 {
			margin-top: 10px;
			margin-bottom: 10px;
			font-size: 1.1em;
			color: #369;
		}
		
		/* Contenedor principal */
		#contenedor {
			position: relative;
			margin: 0 auto;
			width: 790px;
			margin-top:25px;
			border:solid 1px #fff;
		}
		#contenedor2 {
			position: relative;
			margin: 0 auto;
			width: 650px;
			height:470px;
			background-color: #333742;
			margin-top:70px;
			background-image:url(../images/fondo-nota.jpg);
			background-repeat:no-repeat;
		}
		#contenedor3 {
			position: relative;
			margin: 0 auto;
			width: 589px;
			margin-top:60px;
		}

	/* Cabecera de la pagina */
		#cabecera {
			margin: 0 auto;
			background-color:#e2001a;
			height:150px;
		}

		/*  Comienza la botonera superior */
		
		.animacion-fotos {
			float:left;
		}
		.cabecera-animacion {
			float:left;
		}
		.lado-izquierdo
		{
			float:left;
			width:312px;
			padding-left:78px;
			margin-top:7px;
			height:135px;
		}
		.cuadrado-logo
		{
			float:left;
			background-color:#fff;
			border:solid 5px #000;
			padding-left:25px;
			padding-top:5px;
			padding-bottom:3px;
			padding-right:8px;
		}
		.cuerpo {
			float:left;		
			margin:0px;
			padding:0px;
			width:190px;
		}
		.texto-desde
		{
			float:left;
			color:#000;
			font-size:15px;
			width:85px;
			margin:0px;
			padding:0px;
			padding-left:20px;
			
		}
		.telefono-index
		{
			float:right;
			padding-right:10px;
		}
		.telefono-index span
		{
			float:left;
			font-size:15px;
			color:#9d9f85;
			font-weight:bold;
			padding-top:7px;
		}
		.imagen-telefono
		{
			width:45px; 
			float:left;
		}
		.letras-cabecera
		{
			float:left;
			width:430px;
		}

		.cuerpo h3 {
			font-size: 30px;
			color: #fff;
			margin:0px;
			text-align:center;
			margin-bottom:0px;
			padding-bottom:0px;
			text-decoration:none;
			float:left;
			border: none;
		}
		.cuerpo h3 a{
			color: #fff;
			text-decoration:none;
			float:left
			border: none;
		}
		.cuerpo h3 a:hover{
			color: #fff;
			text-decoration:none;
			float:left
			border: none;
		}
		.cuerpo span {

			font-size: 19px;
			font-weight: bold;
			color: #000;
			margin:0px;
			text-align:center;
			margin-top:0px;
			padding-top:0px;
			padding-left:0px;
			width:250px;
		}	
		.cuerpo h2 {
			float:left;
			color:#7e000e;
			font-size:22px;	
			text-align:center;
			margin:0px;
		}
		/*  Comienza el menu principal*/
		#menu 
		{
			line-height: 15px;
			font-size: 10px;
			height:50px;
		}

		#menu ul { margin: 0; padding: 0; list-style: none;}
		#menu li { display: inline; margin: 0px; padding: 0px; text-align:center;}
		#menu li span
		{
			float:left;
			padding: 5px 5px 5px 5px;
			background-color: white;
			font-weight: bold;
			border: 1px solid #626353;
		}
		#menu li span.last
		{
			border-right: 1px solid #369;
		}
		#menu a 
		{
			float:left;
			border: 1px solid #626353;
			padding:5px 5px 5px 5px;
			background-color: #333742;
			text-decoration:none;
			color:#fff; 
			width:110px;
			text-align:center;
		}
		#menu a.last
		{
		}		
		#menu a:hover 
		{
			color: #333742;
			background-color: #fff;
		}
		.clear 
		{ 
			clear:both; 
    	} 
		.clear-interior
		{
			clear:left;
			height:2px;
		}
		.clear-blanco
		{ 
			clear:both;
			height:10px;
			background-color::#fff;
			width:790px;
    	} 
		.clear-cabecera
		{ 
			clear:both;
			height:5px;
    	}
		.clear-cabecera2
		{ 
			clear:both;
			height:5px;
			width:330px;
    	}
/* Cuerpo de la pagina */
		#contenido {
			padding-top: 20px;
			padding-bottom: 10px;
			border-left: 2px solid #FFF;
			border-right: 2px solid #FFF;
			background-color: #e4e5d8;
		}
	.caja-index {
		float:left;
		width:700px;
		height:100px;
		padding:20px;
		padding-left:40px;
		padding-bottom:0px;
		}
	.caja {
		float:left;
		width:100px;
		height:100px;
		margin-right:45px;
		padding:0px;
		}
	.texto-caja-index {
		float:left;
		width:700px;
		padding-top:8px;
		padding-left:40px;
	}
	.texto-caja {
		float:left;
		font-size:12px;
		margin-right:37px;
		width:108px;
		text-align:center;
		text-decoration:none;
		color:#333742;
		background-color:#9d9f85;
		padding-bottom:5px;
	}
	a.texto-caja {
		float:left;
		text-decoration:none;
		color:#333742;
	}
	a:hover.texto-caja {
		float:left;
		text-decoration:none;
		color:#fff;
	}
		
	#lateral_dcho {
		margin: 10px;
		margin-right: 10px;
		margin-left:15px;
		float: right;
		width: 225px;
}
	#lateral_dcho h3 {
		border-bottom: 2px solid #333742;
		margin: 0px;
		margin-bottom: 5px;
		padding: 5px 0px 5px 0px;
		font-size: 1.1em;
		text-align: center;
	}
	#lateral_dcho p {
			margin: 0px;
			font-size: 0.8em;
		}
	#lateral_dcho a {
			border: 0;
			/* border-bottom: 1px dotted #cccccc; */
			display: block;
			padding: 0 4px 0 4px;
			margin-bottom: 1px;
			color: #369;
		}
	#lateral_dcho a:hover {
			background-color: #f5ba3c;
			color: white;
			text-decoration: none;
		}
	
	/* Zona de direccion */
	#direccion {
		padding: 5px;
		border: 2px solid #333742;
		background-color: #fff;
		color: #5d5d5d;

	}

	#direccion p {
		margin: 5px;
		font-size: 11px;
	}
	#testimonios
	{
		float:left;
		width:520px;
		border-bottom:solid 1px #9d9f85;
		margin-bottom:30px;
	}
	.foto-testimonios
	{
		float:left;
		width:100px;
		height:100px;
		margin-right:15px;
	}
	.texto-testimonios
	{
		float:left;
		text-align:left;
		width:390px;
	}
	.firma
	{
		float:left;
		color:#9d9f85;
		margin-top:10px;
		padding-bottom:25px;
		padding-left:115px;
	}
	.titular-testimonios
	{
		float:left;
		font-weight:bold;
		width:375px;
	}
	#direccion a {
		margin: 0;
		padding: 0;
		display: inline;
		color: #5d5d5d;
		text-decoration: none;
		}
	#direccion a:hover {
		color: #5d5d5d;
		text-decoration: underline;
		background-color: #fff;
		}

	.marco {
		height: 140px;
		border: 2px solid #333742;
		margin-top: .5em;
		padding: 5px;
		background-color: white;
		color: #5d5d5d;
		line-height: 1.6em;
		text-align: center;
	}
	
	/* Zona de texto */
	#texto {
		margin: 10px;
		line-height: 1.5em;
		text-align: justify;
	}
	#texto h3 {
		border-bottom: 2px solid #e4e5d8;
		margin: 0px;
		margin-bottom: 5px;
		padding: 5px 0px 5px 0px;
		font-size: 14px;
		color:#9d9f85;
	}
	
	#texto p {
		margin: .5em;
		margin-bottom: .9em;
		line-height: 1.4em;
	}
	
	#texto p.titulo {
		padding-top: 5px;
		padding-bottom: 5px;
		font-weight: bold;
		text-decoration: underline;
		}
	#texto p.aviso_legal {
		padding-left: 25px;
		padding-right: 10px;
		}
	#texto img {
		padding: 2px;
		border: 2px solid #9d9f85;
	}
	
	#texto img.left{
		float: left;
		margin-right: 10px;
	}

	#texto img.right{
		float: right;
		margin-left: 10px;
	}
	
	#texto ul{ 
		list-style:none;
		padding-bottom: 10px; }
	
	#texto li{
		list-style-image:url("../images/flecha-saneamientos-majadahonda.png");
		padding-left:0px;
		font-size:13px;
		line-height:20px;
	}
	
	.remarcado {
		clear: both;
		margin-bottom: .5em;
		padding: 10px;
		border: 1px solid #fff;
		background-color: #333742;
		font-size: 0.9em;
		color:#fff;
	}
	.remarcado-blanco {
		clear: both;
		padding: 5px;
		padding-left:10px;
		border: 1px solid #fff;
		background-color: #333742;
		font-size: 13px;
		color:#fff;
	}
	.banda
	{
	float:left;
	color:#fff;
	padding:3px;
	background-color:#333742;
	width:107px;
	height:20px;
	text-align:center;
	font-weight:bold;
	background-repeat:no-repeat;
	background-image:url(../images/bocadillo.png);
	border: 1px solid #fff;
	}
	.disclaimer {
		background-color: #333742;
		padding: 5px;
		color: #fff;
		font-size: 0.8em;
		line-height: 1.2em;
	}
	
	.separador {
		width: 100%;
		height: 10px;
		clear: both;
	}

	/* Caja inferior */
	#pie {
	position: absolute;
	width: 100%;
	margin: -22px auto 0px auto;
	clear: both;
	margin-top:10px;
	}
	
	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #pie
	{
		margin-top: -22px;
	}

	#pie p {
	margin: 0;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	}
	#pie a {
		border: 0;
		color: #fff;
		padding-left: 5px;
		padding-right: 5px;
	}
	#pie a:hover {
		text-decoration: underline;
	}
	#pie .enlace-activo {
		font-weight: bold;
		color: #ccc;
		padding-left: 5px;
		padding-right: 5px;
	}
	.saltar-animacion {
	float:right;
	text-align: right;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	}
	.saltar-animacion a {
		color: #fff;
	}
	.saltar-animacion a:hover {
		text-decoration: underline;
	}


