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

html {
	min-height:100%;
	margin-bottom:0.1px;
}

body, form {
	margin:0;
	padding:0;
}

body {
	background-color:#1C0100;
	color:#FFF;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
}

h1, h2, h3, h4 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}

h1 {
	font-size:20px;
	line-height: 25px;
	font-style: italic;
	margin: 0px;
}

h2 {
	font-size:16px;
	line-height: 80px;
	text-transform: uppercase;
	margin: 0px;
}

h3 {
	font-size:14px;
	line-height:30px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(imagenes/bgtitulo.jpg);
	background-repeat: repeat-x;
}

h4 {
	font-size:10px;
	line-height:14px;
}

/******** Capas **********/
.envoltorio {
	width: 990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height:auto !important;
	min-height: 100%;
}

.menu {
	width: 990px;
	height: 85px;
	background-color: #6D0D00;
}

.cabecera {
	width: 990px;
	height: 348px;
	background-color: #000;
}

.contenido {
	width: 990px;
	height: 238px;
	background-color: #330100;
}
	
.contTitulos {
	width: 960px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	height: 26px;
	background-image: url(imagenes/bgtitulo.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9B969A;
	border-bottom-color: #9B969A;
}

.contPortadas {
	width: 960px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	height: 157px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6E0D00;
}

.contPortada1, .contTitulo1 {
	width: 459px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #6E0D00;
	padding-right: 20px;
}

.contPortada2, .contTitulo2 {
	width: 459px;
	float: left;
	margin-left: 20px;
}

.portada1, .portada2 {
	padding: 10px;
	height: 136px;
	background-image: url(imagenes/bgportadas.jpg);
	background-repeat: repeat;
	border: 1px solid #8F2500;
}

.portadaTxt {
	width: 190px;
	height: auto;
	float: left;
}
.portadaImg {
	float: right;
	height: auto;
	width: 239px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8F2500;
}

.clear {
	clear:both;	
}

/******* Links *****/
a:link, a:visited, a:active {
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
}

a:hover {
	color:#FF8F00;
}

a img {
	border:none;
}

/******** Botones **********/
ul#botones, ul#botones li {
	margin:0;
	padding:0;
	list-style:none
}
ul#botones li {
	float:left;
	width:162px;
	height: 80px;
	margin-right: 3px;
	margin-bottom: 4px;
}
.bot1 {
	background-image: url(imagenes/bot1.jpg);
	background-repeat: repeat;
}
.bot1:hover {
	background-image: url(imagenes/bot1_over.jpg);
	background-repeat: repeat;
}
.bot2 {
	background-image: url(imagenes/bot2.jpg);
	background-repeat: repeat;
}
.bot2:hover {
	background-image: url(imagenes/bot2_over.jpg);
	background-repeat: repeat;
}
.bot3 {
	background-image: url(imagenes/bot3.jpg);
	background-repeat: repeat;
}
.bot3:hover {
	background-image: url(imagenes/bot3_over.jpg);
	background-repeat: repeat;
}
.bot4 {
	background-image: url(imagenes/bot4.jpg);
	background-repeat: repeat;
}
.bot4:hover {
	background-image: url(imagenes/bot4_over.jpg);
	background-repeat: repeat;
}
.bot5 {
	background-image: url(imagenes/bot5.jpg);
	background-repeat: repeat;
}
.bot5:hover {
	background-image: url(imagenes/bot5_over.jpg);
	background-repeat: repeat;
}
.bot6 {
	background-image: url(imagenes/bot6.jpg);
	background-repeat: repeat;
}
.bot6:hover {
	background-image: url(imagenes/bot6_over.jpg);
	background-repeat: repeat;
}
.pie {
	height: 40px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
	line-height: 19px;
	width: 960px;
}

/******** Textos **********/
.subtitulo {
	font-size: 14px;
}

.subtituloResaltado {
	font-size: 14px;
	color:#FF8F00;
}
.texto {
	font-size: 11px;
}

/******* REDONDEAR BORDES ******/

.redondear {
	/*Para Mozilla*/
	-moz-border-radius:10px;
	/*Para Safari y Chrome*/
	-webkit-border-radius:10px;
	/* Para el estupido IE 8*/
	-ms-border-radius: 10px;
}
