* {
	padding: 0px;
	margin: 0px;
}

body {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: #940107 url(img/fondo.png) repeat top center;
}

#contenedor{
	width:790px;
	margin:16px auto;
	position:relative;
}
#cabecera{
	width:790px;
	height:123px;
	position:relative;
	z-index:10;
}
#cabecera h1.logo{
	position:absolute;
	width:325px;
	height:66px;
	top:20px;
	right:50px;
}

#cabecera .cita_cabecera{
	position:absolute;
	width:360px;
	height:64px;
	top:25px;
	left:40px;
}
#botones{
	background:transparent url('img/fondo_contenedor.png') repeat-y top center;
	width:790px;
	height:130px;
	position:relative;
	z-index:1;
	margin-top:-43px;
	}
#botones ul{
	list-style-type:none;
}
#botones ul li{
	list-style-type:none;
	position:relative;
	width:110px;
	height:110px;
	float:left;
	display:inline;
	margin:0px;
}
#botones ul li.primero{
	margin-left:10px;
}
#botones ul li.ultimo{
	margin-right:10px;
}
#botones ul li div.enlace_boton{
	position:absolute;
	top:0px;
	left:7px;
	width:94px;
	height:102px;
}
#botones ul li div.enlace_boton a{
	display:block;
	height:102px;
	width:94px;
}

#imagen_central{
	width:780px;
	padding:0 5px;
	height:186px;
	background:transparent url('img/fondo_contenedor.png') repeat-y top center;
}
#cabecera_contenido{
	color:#333333;
	width:780px;
	height:24px;
	padding:0 5px;
	background:transparent url('img/cabecera_contenedor.png') no-repeat top center;
}

#contenido.index{
	overflow:hidden;
}

#contenido{
	color:#333333;
	width:780px;
	padding:0 5px;
	background:transparent url('img/fondo_contenedor.png') repeat-y top center;
	overflow:auto;
}
#base_contenido{
	color:#333333;
	width:780px;
	height:24px;
	padding:0 5px;
	background:transparent url('img/base_contenedor.png') no-repeat top center;
}
.skip{
	text-align:center;
	padding:0.25em 0;
	}
.skip a{
	text-decoration:none;
	color:#666666;
}
#pie{
	padding:0.5em 0px;
	font-size:11px;
	text-align:center;
}
#pie .diseno{
	font-size:10px;
	text-align:right;
}
#pie .diseno a{
	text-decoration:none;
	color:#808080;
}

.clear{
	clear:both;
	/*height:20px;*/
}

.espacio{
	height:20px;
}

#Layer2 {
	height:43px;
	left:6px;
	position:absolute;
	top:15px;
	width:106px;
	z-index:1;
}

.right{
	float: right;
}
.left{
	float: left;
}
.align_right{
	text-align:right;
}
