@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- All browsers */

body {
	font-family: Helvetica, Arial;
	background: #fff;
}

p {
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 8px;
}

b, strong {
	font-weight: bold;
	color: #004858;
}

#contenedor {
	width: 960px;
	margin: 0 auto;
	min-height: 500px;
}

#cabecera {
	position: relative;
	width: 960px;
	height: 97px;
	margin: 10px auto;
	background: #fff url(../img/degradadoBlanco.png) repeat-x bottom left;
	 -webkit-border-top-left-radius:10px;
	 -webkit-border-top-right-radius:10px;
	 -webkit-border-bottom-left-radius:10px;
	 -webkit-border-bottom-right-radius:10px;
	
	 -khtml-border-radius-topleft:10px;
	 -khtml-border-radius-topright:10px;
	 -khtml-border-radius-bottomleft:10px;
	 -khtml-border-radius-bottomright:10px;
	
	 -moz-border-radius-topleft:10px;
	 -moz-border-radius-topright:10px;
	 -moz-border-radius-bottomleft:10px;
	 -moz-border-radius-bottomright:10px;	
}

#logo {
	position: absolute;
	left: 25px;
	top: 0px;
}

#menuCont {
	height: 23px;
	margin-right: 15px;
	margin-top: 60px;
	float: right;
	background: #fff url(../img/fondoMenu.png) repeat-x bottom left;
	
	 -webkit-border-top-left-radius:5px;
	 -webkit-border-top-right-radius:5px;
	 -webkit-border-bottom-left-radius:5px;
	 -webkit-border-bottom-right-radius:5px;
	
	 -khtml-border-radius-topleft:5px;
	 -khtml-border-radius-topright:5px;
	 -khtml-border-radius-bottomleft:5px;
	 -khtml-border-radius-bottomright:5px;
	
	 -moz-border-radius-topleft:5px;
	 -moz-border-radius-topright:5px;
	 -moz-border-radius-bottomleft:5px;
	 -moz-border-radius-bottomright:5px;		
}

ul#menu {
	margin: 0; padding: 0;
	float: left;
	list-style: none;
	position: relative;
	background: url(topnav_stretch.gif) repeat-x;
}
ul#menu li {
	float: left;
	margin: 0; padding: 0;
/*
	border-right: 1px solid #fff;
*/
}
ul#menu li a {
	padding: 5px 20px;
	display: block;
	color: #fff;
	text-decoration: none !important;
}

ul#menu li:hover {
	background: #DF6BC5;
	 -webkit-border-top-left-radius:5px;
	 -webkit-border-top-right-radius:5px;
	 -webkit-border-bottom-left-radius:5px;
	 -webkit-border-bottom-right-radius:5px;
	
	 -khtml-border-radius-topleft:5px;
	 -khtml-border-radius-topright:5px;
	 -khtml-border-radius-bottomleft:5px;
	 -khtml-border-radius-bottomright:5px;
	
	 -moz-border-radius-topleft:5px;
	 -moz-border-radius-topright:5px;
	 -moz-border-radius-bottomleft:5px;
	 -moz-border-radius-bottomright:5px;		
			
}

ul#menu li:hover span {display: block;}

html ul#menu li span {
	float: left;
	padding: 5px 0;
	margin: 0;
	margin-left: 150px;
	position: absolute;
	left: 0; top:22px;
	display: none;
	background: #CA049E;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
html ul#menu li span a {
	color: #eee;
	display: inline;
	font-size: 11px;
}
ul#menu li span a:hover {text-decoration: underline;}


#menu {
	color: #fff;
	font-size: 12px;
	margin-left: 25px;
	margin-top: 5px;		
}

#menu li {
	display: inline;
	margin-right: 25px;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

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

.col1 {
	width: 280px;
	float: left;
}

.col1 ul {
	font-size: 11px;
	color: #143645;
	margin-top: 10px;
}

.col1 ul li {
	margin-bottom: 5px;
	border-bottom: dotted 1px #999;
	padding-bottom: 5px;	
}

.col1 ul li a {
	color: #143645;
	text-decoration: none;
}

.col1 ul li a:hover {
	color: #143645;
	text-decoration: underline;
}

.col1 h2 {
	color: #143645;
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 14px;
	font-family: Tahoma;
}

.col1 h3.nombre {
	margin-top: 0px !important;
	padding-top: 0px;
	margin-bottom: 3px;
	font-size: 12px;
}

.col1 h3.cargo {
	margin-top: 0px !important;
	padding-top: 0px;
	margin-bottom: 8px;
}

.col2 {
	width: 670px;
	float: right;
}

.col2 p {
	text-align: justify;
	padding-left: 80px;
	padding-right: 20px;
}

.miniaturas {
	padding-left: 0px;
}


.col2 h1 {
	width: 250px;
	color: #C82296;
	padding: 3px;
	padding-left: 10px;
	margin-bottom: 20px;
	font-size: 24px;
	font-family: Tahoma;
	border-bottom: solid 1px #C82296;
}

.col2 h2 {
	color: #fff;
	background-color: #00968F;
	padding: 3px;
	margin-bottom: 0px;
	margin-top: 20px;	
	font-size: 14px;
	font-family: Tahoma;
}

.col2 a {
	color: #00968F;
}

.col2 ul , .col2 ol {
	text-align: justify;
	font-size: 12px;	
	padding-left: 130px;
	padding-right: 20px;
}

.col2 ul li , .col2 ol li {
	margin-bottom: 10px;	
}

ol {
	list-style: decimal;
}

#galeriaCabecera {
	height: 330px;
	width:330px;
	padding: 10px;
	float: right;
}

#galeriaCabecera a {
	position: relative;
	display: block;
	height: 330px;
	vertical-align : bottom !important;
}

#galeriaCabecera img {
	position: absolute;
	bottom: 0px;
	vertical-align : bottom !important;
	max-height: 330px;
	max-width: 330px;
}

#fotoUnica {
	float: right;
	padding: 10px;
}


.item {
	background: #fff url(../img/degradadoBlanco.png) repeat-x bottom left;
	padding: 15px 25px 40px 25px;
	 -webkit-border-top-left-radius:10px;
	 -webkit-border-top-right-radius:10px;
	 -webkit-border-bottom-left-radius:10px;
	 -webkit-border-bottom-right-radius:10px;
	
	 -khtml-border-radius-topleft:10px;
	 -khtml-border-radius-topright:10px;
	 -khtml-border-radius-bottomleft:10px;
	 -khtml-border-radius-bottomright:10px;
	
	 -moz-border-radius-topleft:10px;
	 -moz-border-radius-topright:10px;
	 -moz-border-radius-bottomleft:10px;
	 -moz-border-radius-bottomright:10px;
	 margin-bottom: 10px;		
}

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

.titular {
	position: relative;
}

.nombre {
	margin-top: 15px;
	margin-bottom: 0px;
}

.cargo {
	margin-top: 2px !important;
	font-size: 10px;
}


.encabezado {
	width: 230px;
	height: 23px;	
	background: #fff url(../img/fondoEncabezado.png) repeat-x bottom left;
	color: #fff;
	margin-bottom: 10px;
	
	 -webkit-border-top-left-radius:5px;
	 -webkit-border-top-right-radius:5px;
	 -webkit-border-bottom-left-radius:5px;
	 -webkit-border-bottom-right-radius:5px;
	
	 -khtml-border-radius-topleft:5px;
	 -khtml-border-radius-topright:5px;
	 -khtml-border-radius-bottomleft:5px;
	 -khtml-border-radius-bottomright:5px;
	
	 -moz-border-radius-topleft:5px;
	 -moz-border-radius-topright:5px;
	 -moz-border-radius-bottomleft:5px;
	 -moz-border-radius-bottomright:5px;		
}

.encabezado p {
	padding: 5px 0 0 5px;
	font-size: 12px;
}

#pie {
	width: 960px;
	height: 28px;
	margin-top: 20px;
	margin-bottom: 15px;
	float: right;
	background: #E787CE url(../img/fondoMenu.png) repeat-x bottom left;
	
	 -webkit-border-top-left-radius:5px;
	 -webkit-border-top-right-radius:5px;
	 -webkit-border-bottom-left-radius:5px;
	 -webkit-border-bottom-right-radius:5px;
	
	 -khtml-border-radius-topleft:5px;
	 -khtml-border-radius-topright:5px;
	 -khtml-border-radius-bottomleft:5px;
	 -khtml-border-radius-bottomright:5px;
	
	 -moz-border-radius-topleft:5px;
	 -moz-border-radius-topright:5px;
	 -moz-border-radius-bottomleft:5px;
	 -moz-border-radius-bottomright:5px;		
}

#pie p {
	padding: 8px 0 0 5px;
	font-size: 12px;
	text-align: right;
	color: #fff;
	margin-right: 10px;
}

#pie a {
	color: #fff;
}

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


/* clases de las galerias */

ul.galeriasLista {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

.galeriasLista li {
	width: 200px;
	min-height: 230px;
	float: left;
	margin: 2px;
}

.galeriasLista li img {
	margin: 0px;
	padding: 0px;
	max-width: 200px;
	max-height: 200px;
}

.galeriasLista li img:hover {
	cursor: pointer;
	 -webkit-border-top-left-radius:5px;
	 -webkit-border-top-right-radius:5px;
	 -webkit-border-bottom-left-radius:5px;
	 -webkit-border-bottom-right-radius:5px;
	
	 -khtml-border-radius-topleft:5px;
	 -khtml-border-radius-topright:5px;
	 -khtml-border-radius-bottomleft:5px;
	 -khtml-border-radius-bottomright:5px;
	
	 -moz-border-radius-topleft:5px;
	 -moz-border-radius-topright:5px;
	 -moz-border-radius-bottomleft:5px;
	 -moz-border-radius-bottomright:5px;		
	
}

.galeriasLista li img:hover + h3.galeriaDescripcion {
	cursor: pointer;
	background: #E06BC1;
}

.galeriaDescripcion {
	 -webkit-border-top-left-radius:5px;
	 -webkit-border-top-right-radius:5px;
	 -webkit-border-bottom-left-radius:5px;
	 -webkit-border-bottom-right-radius:5px;
	
	 -khtml-border-radius-topleft:5px;
	 -khtml-border-radius-topright:5px;
	 -khtml-border-radius-bottomleft:5px;
	 -khtml-border-radius-bottomright:5px;
	
	 -moz-border-radius-topleft:5px;
	 -moz-border-radius-topright:5px;
	 -moz-border-radius-bottomleft:5px;
	 -moz-border-radius-bottomright:5px;		
	
	border-bottom: solid 1px #fff;
	font-size: 10px;
	margin: 0px;
	background: #C82296;
	color: #fff;
	padding: 4px ;
	text-align: center;
}

.galeriaDescripcion:hover {
	cursor: pointer;
	background: #E06BC1;
}

#cerrar {
position:relative;
z-index:160;
top:-360px;
right: -580px;
cursor: pointer;
}

#galeriaIzq {
position: relative;
min-height: 220px;
text-align: center;
margin: 0  !important;
padding: 0  !important;
}

#galeriaIzq a {
	position: absolute;
	left: 15px;
	top: 0;
	margin: 0 !important;
	padding: 0  !important;
	font-size: 11px;
	color: #C82296;
	text-decoration: none ;
}

.infoFicha a {
	color: #C82296;
}

/* clases de los formularios*/

	.formError {
			position:absolute;
			top:300px; left:300px;
			width:150px;
			padding-bottom:15px;
			display:block;
			z-index:5000;
		}
			.formError .formErrorContent {
				width:100%; 
				background:#000;
				color:#fff;
				font-family:tahoma;
				font-size:10px;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;
				
			}
				.formError .formErrorArrow div{
					box-shadow: 0px 0px 6px #000;
					-moz-box-shadow: 0px 0px 6px #000;
					-webkit-box-shadow: 0px 0px 6px #000;
					font-size:0px; 
				}
				.formError .formErrorArrow .line10{width:15px;height:1px; background:#000;margin:0 auto; font-size:0px; display:block;} 
				.formError .formErrorArrow .line9{width:13px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line8{width:11px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line7{width:9px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line6{width:7px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line5{width:5px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line4{width:3px;height:1px; background:#000;margin:0 auto;display:block;} 
				.formError .formErrorArrow .line3{width:1px;height:1px; background:#000;margin:0 auto;display:block;} 

.leyenda {
	font-size: 10px;
}

/* google maps */

small a {
	text-decoration: none;
	color: #666;
}

#formContacto {
	font-size: 11px;
}

#formContacto input {
	margin-bottom: 10px;
	width: 550px;
}

#formContacto {
/*
	margin-top: 20px !important;
*/	
	margin-top: 5px;
	margin-left: 5px;
}

#formContacto legend {
	margin-bottom: 7px;
	}

#formProducto {
	font-size: 11px;
}

#formProducto input {
	margin-bottom: 10px;
	width: 120px;
}

#formProducto {
/*
	margin-top: 20px !important;
*/	
	margin-top: 5px;
	margin-left: 10px;
}

#formProducto legend {
	margin-bottom: 7px;
	}

#formProducto fieldset dl {
	display: block;
	float: left;
}

#formProducto fieldset {
	float: left;
	display: block;
}

.boton1 {
	width: 100px !important;
	vertical-align: bottom;
}

.sinborde {
	border: none !important;
}

/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }

.negro {
	background: #000 !important;
	font-size: 40px;
}

.rosa {
	background: #C8009C;
	padding-bottom: 15px;
}

.rosa h2  {
	font-size: 18px;
	font-family: Times;
	font-style: italic;
	color: #fff;
	}

.rosa a {
	font-size: 11px;
	color: #ddd;
}

	
.rosa div.encabezado p {
	color: 000;
}
