@charset "utf-8";
/* CSS Document */

body {
background-color: #790000;
margin-top: 10px;
margin-bottom: 0px;
}

#mainContent {
	width: 800px;
	height: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#header {
	width:800px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
}

#logoBox {
width:200px;
height:140px;
float:left;
}

#slogan {
	width:600px;
	height:20px;
	margin-top:115px;
	float: left;
	margin-left: 0px;
	text-align: right;
}

#menu {
	width:800px;
	height:50px;
	background-image:url(../imagenes2/barra_menu.png);
	margin-right: auto;
	margin-left: auto;
	float: left;
}

#menuBox {
	width:800px;
	height:25px;
	float:left;
	margin-top: 16px;
	text-align: center;
}



#fotoBanner {
	width:800px;
	height:220px;
	float:left;
	margin-top: 0px;
}

#barraAzulUno {
	width:800px;
	height:5px;
	float:left;
	background-color:#000066;
}

#barraAzulDos {
	width:800px;
	height:15px;
	float:left;
	background-color:#000066;
	text-align: right;
	padding-top: 3px;
}

#contenido {
	width:800px;
	height:350px;
	float:left;
	background-color:#FFFFFF;
	height: auto;
}

#cajaTexto {
	width:700px;
	height:auto;
	margin-left:50px;
	margin-top: 30px;
	text-align: justify;
	margin-bottom: 100px;
}


/*----------Galerias----------*/


.galleryBox {
	width:350px;
	height:108px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	margin-top: 10px;
	text-align: right;
}

.galleryTitle {
	width:210px;
	height:80px;
	float:left;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #990000;
	padding-left: 0px;
	padding-right: 10px;
}

.thumbnailGallery {
	width:130px;
	height:102px;
	float:left;
}

/*----------Validator----------*/

#validator {
	width:800px;
	height:70px;
	float:left;
	text-align:right;
	margin-top: 10px;
}
