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

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

#mainContent {
	width: 825px;
	height: 850px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 815px;
	height: 231px;
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 0px;
	float: left;
	background-color: #790000;
}

#logoHolder {
	width:199px;
	height:231px;
	margin-left: 0px;
	margin-right: 6px;
	float: left;
}

#pictureHeader {
	width: 600px;
	height: 200px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

#linksHolder {
	width: 605px;
	height: 31px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

#colLeft {
	width:200px;
	height:550px;
	margin-left: 8px;
	margin-right: 0px;
	float: left;
	margin-top: 15px;
}

#colRight {
	width:600px;
	height:550px;
	margin-left:0px;
	margin-right:0px;
	float:left;
	margin-top: 15px;
}

#smallPictures {
	width:156px;
	height:340px;
	margin-right:auto;
	margin-top:20px;
	margin-left: auto;
}

#textHolder {
	width:345px;
	height:420px;
	float:left;
	margin-left:0px;
	margin-top: 36px;
	text-align:justify;
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
}

#validatorHolder {
	width:800px;
	height:31px;
	text-align:right;
	margin-top: 0px;
	float: left;
	margin-left: 8px;
}

/* GALLERIES */

.galleryHolder {
	width:555px;
	height:108px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

.thumbnailGallery {
	width:130px;
	height:102px;
	float:left;
}
.titleGalleryHolder {
	width:420px;
	height:25px;
	float:left;
	margin-top: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #990000;
}

.textGalleryHolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}

/* LINKS INDEX */

.linkHolder {
	width:75px;
	height:17px;
	text-align:center;
	margin-top:59px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	margin-left: 80px;
}

/* END LINKS INDEX */

.validatorHolder {
width:100px;
height:32px;
float:right;
}


/* LINKS PAGES */

.rollHome a {
	display: block;
	width:100px;
	height:31px;
	float:left;
	background: url(../imagenes2/iconos/home1.png) no-repeat;
	border: 0px;
}
.rollHome a:hover {
background:url(../imagenes2/iconos/home2.png) no-repeat;
}

.rollNosotros a {
	display: block;
	width:100px;
	height:31px;
	float:left;
	background: url(../imagenes2/iconos/nosotros1.png) no-repeat;
	border: 0px;
}
.rollNosotros a:hover {
background:url(../imagenes2/iconos/nosotros2.png) no-repeat;
}

.rollNoticias a {
	display: block;
	width:100px;
	height:31px;
	float:left;
	background: url(../imagenes2/iconos/noticias1.png) no-repeat;
	border: 0px;
}
.rollNoticias a:hover {
background:url(../imagenes2/iconos/noticias2.png) no-repeat;
}

.rollGalerias a {
	display: block;
	width:100px;
	height:31px;
	float:left;
	background: url(../imagenes2/iconos/galeria1.png) no-repeat;
	border: 0px;
}
.rollGalerias a:hover {
background:url(../imagenes2/iconos/galeria2.png) no-repeat;
}

.rollLinks a {
	display: block;
	width:100px;
	height:31px;
	float:left;
	background: url(../imagenes2/iconos/links1.png) no-repeat;
	border: 0px;
}
.rollLinks a:hover {
background:url(../imagenes2/iconos/links2.png) no-repeat;
}

.rollForo a {
	display: block;
	width:100px;
	height:31px;
	float:left;
	background: url(../imagenes2/iconos/foro1.png) no-repeat;
	border: 0px;
}
.rollForo a:hover {
background:url(../imagenes2/iconos/foro2.png) no-repeat;
}


/* END LINKS PAGES */


/* TEXT */


.creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.titulos {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	font-style: italic;
	text-align: center;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003399;
	font-weight: normal;
}
