﻿@import url(menu.css);

body {
	background: #d1e3f0;
	/*background: #fff url('../i/clouds_tile.jpg') repeat scroll left top;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5a68a0;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

img {
	
	border: 0;
}
p {
	text-align: justify;
	margin-bottom: 30px;
}

#wrapper {
	width: 100%;
/*	background: #b4d1e6 url('../i/body_wrapper_bg.jpg') no-repeat scroll center bottom;*/
	/*background: #fff url('../i/clouds_tile.jpg') repeat scroll left top;*/
	height: 100%;
	margin: 0 auto;		
}
#wrapper_header {
	width: 100%;
	background: #fff;
	/*background: #fff url('../i/clouds_tile.jpg') repeat scroll left top;*/
}	

#header {
	background: #fff;
	width: 1015px;
	padding: 26px 0px 26px 10px;
	margin: 0 auto;

}

#splash {
	margin-bottom: 30px;
}
#pagina {
	width: 1005px;
	margin: 0 auto;
	padding: 30px 10px;
	background: #fff;
	overflow: hidden;
}

#pagina a {
	color: #d46caa;
	font-weight: bold;
}
#pagina a:hover {
	color: #369;
}


.pagina_seccion {
	clear: both;
}
ul {
	list-style-type: square;	
}
li {
	margin: 1em 0;
	text-align: justify;
}
#pagina .col_izda {
	background: #fff;
	width: 643px;
	float: left;
}
div.col_izda p, div.col_izda ul, div.col_izda ol  {
	margin: 0 37px 35px 37px;
}
div.col_izda .mapa {
	margin: 1em auto;
	text-align: center;
}

.col_dcha p.centrar {
	text-align: center;
}
#pagina .col_dcha {
	background: #fff;
	width: 327px;
	float: right;
	font-size: 100%;
}
.col_dcha p {
	margin: 0 35px 30px 35px;
}
.col_dcha ul {
	margin: 0 30px 20px 10px;
}
.col_dcha p.centrar {
	text-align: center;
}
h1 {
	width: 607px;
	margin: 0 0 9px 0;
	padding: 0 0 0 36px;
	height: 61px;
	font-size: 20px;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, sans-serif;	
	line-height: 38px;
	clear: both;

}
h1.rosa {
	background: #fff url('../i/h1_bg_rosa.gif') no-repeat scroll left top;
	color: #d46caa;
}
h1.verde {
	background: #fff url('../i/h1_bg_verde.gif') no-repeat scroll left top;
	color: #4c6119;
}

h2 {
	width: 293px;
	margin: 0 0 9px 0;
	padding: 0 0 0 36px;
	background: #fff url('../i/h2_bg_azul.gif') no-repeat scroll left top;
	font-size: 16px;
/*	font-weight: bold;*/
	font-family: "Trebuchet MS", Verdana, sans-serif;
	height: 61px;
	line-height: 38px;
}
.col_izda h3 {
	padding: 0 0 0 36px;
	font-size: 16px;
}

#pagina a.botonRosa {
	display: block;
	width: 178px;
	height: 42px;
	background: #fff url('../i/boton_morado_bg.jpg') no-repeat scroll left top;
	line-height: 42px;
	color: #fff;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-decoration: none;
	text-align: right;
	padding: 0 10px;
	margin: 0 auto;
}
#pagina a.botonAzul {
	display: block;
	width: 178px;
	height: 42px;
	background: #fff url('../i/boton_azul_bg.jpg') no-repeat scroll left top;
	line-height: 42px;
	color: #fff;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-decoration: none;
	text-align: right;
	padding: 0 10px;
	margin: 0 auto;
}

a.botonRosa:hover {
	color: #fff;
}
a.botonAzul:hover {
	color: #fff;
}
p.centrar {

	text-align: center;
}

/* VIDEOS */
div.videosplash {
	width: 480px;
	height: 360px;
	background: #fff;
	text-align: center;
	margin: 2em auto;
	/*float: left;*/
}
div.videosplash img {
	/*border: 1px solid #aa1d8c;*/
}
div.videosplash div.videoinfo {
	width: 440px;
	background: #aa1d8c;
	opacity: 0.7;
	filter: alpha(opacity=70); /* ie*/
	opacity: .7; /*firefox */
	-moz-opacity:0.7; /*mozilla */
	color: #fff;
	height: 100px;
	float: left;
	top: 0;
	left: 0;
	text-align: left;
	padding: 10px;
	
	
}
#slide_nosotros {
	width: 257px;
	margin: 1em auto;
	top: 0;
	left: 0;
}

#footerwrapper {
	clear: both;
	width: 100%;
	height: 139px;
	background: transparent url('../i/bg_wrapper_footer.jpg') no-repeat scroll center top;
}



#footer {
	width: 1025px;
	margin: 0 auto;
	padding-top: 30px;
	color: #fff;
	font-size: 13px;
	line-height: 39px;
}
#footer .right {
	float: right;
	padding-right: 47px;
}
#footer .left {
	float: left;
	padding-left: 47px;
}
#footer a{
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
#footer a:hover {
	color: #f6ddec;
}





















