﻿* {
margin:         0;
padding: 	    0;
}
body {
background: 	#F3F3EB;
font-family:    Verdana, Arial, Helvetica, sans-serif;
font-size: 		11px;
color: 			#333333;
}
#centrar {
background:		url(sombra_pag.jpg) repeat-y;
width: 			950px;
/*height:			678px;*/
margin:			30px auto;
/*border:1px solid #333333;*/
/*position:absolute;    
top:50%;    
left: 50%;    
margin-top: -375px; 
margin-left: -475px; */
}
#pagina {
width: 			900px;
margin:			auto;
background:		#FFFFFF;
}
#contenido {
border-right:	1px solid #000000;
border-left: 	1px solid #000000;
float: 			left;
width: 			900px;
text-align:		center;
}
#header {
width: 			900px;
margin: 		auto;
margin-top:		0px;
background: 	#FFFFFF;
border-top: 	1px solid #000000;
border-bottom: 	1px solid #000000;
height:			113px;
background:		url(header.jpg) no-repeat;
}
#menu_contenedor {
width: 			898px;
margin: 		auto;
padding-top:	3px;
color:			#ce41af;
font-size: 		15px;
height: 		50px;
text-align:		right;
background:		url(sombra_menu.jpg) repeat-x;
border-right:	1px solid #F2E9CA;
border-left: 	1px solid #F2E9CA;
}

#columna_izq {
float: 			left;
width: 			350px;
text-align:		center;
background:		#FFFFFF;
}
.cuadro_grande {
float: 			left;
margin-left:	10px;
width: 			315px;
text-align:		left;
background:		url(fondo_cuadrado_grande.jpg) no-repeat center center;
padding-left:   15px;
padding-top:    15px;
font-size: 		15px;
color:			#3c7a95;
/*font-weight:    bold;*/
}
.cuadro_chico1 {
float: 			left;
margin-top:		10px;
margin-left:	10px;
width: 			145px;
height:			170px;
text-align:		left;
background:		url(fondo_cuadrado_chico1.jpg) no-repeat;
padding-left:   15px;
padding-top:    15px;
}
.cuadro_chico2 {
float: 			left;
margin-top:		10px;
margin-left:	10px;
width: 			145px;
height:			170px;
text-align:		left;
background:		url(fondo_cuadrado_chico2.jpg) no-repeat;
padding-left:   15px;
padding-top:    15px;
}
#columna_der {
float: 			right;
width: 			530px;
text-align:		left;
background:     #FFFFFF;
}

/* LINKS + TITULOS */
a {
text-decoration:none;
color: 			#ce41af;
}
a:hover {
text-decoration:none;
color: 			#ce41af;
}
.titulos {
text-align: 	left;
font-size: 		14px;
font-weight:	bold;
color: 			#333333;
}

/* FOOTER */

#footer {
background:		url(fondo_footer.jpg) repeat-x;
color:			#333333;
text-align:		center;
width: 			900px;
margin: 		0 auto;
border-top:		0px;
border-left:	1px solid #000000;
border-right:	1px solid #000000;
border-bottom:	1px solid #000000;
height:			20px;
padding-top:    3px;
}

#clear {
width: 			900px;
border-left:	1px solid #000000;
border-right:	1px solid #000000;
margin: 		0 auto;
}
#columna_der_th {
width: 			500px;
text-align: 	center;
}
#columna_der_th img{
border:			1px solid #333333;
}
#loadarea {
background:		#f3f6fc url(fondo_pantalla.jpg) no-repeat bottom right;
width: 			500px;
height:			330px;
border:			1px solid #333333;
}
#tip15 {
float:			left;
width: 			310px;
height:			15px;
padding:	    3px;
border:         1px solid #ce41af;
margin-left:	20px;
text-align:     center;
background:     #f7e5f3;
}
.gallerycontainer{
color: #3c7a95;
font-size: 14px;
font-weight: bold;
width: 880px;
text-align: center;
margin-left: 15px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.gallerycontainer img{
border: 1px solid #cccccc;
padding: 5px;
margin-right: 10px;
}