/* ETIQUETAS BÁSICAS*/

body,td,th {
	color: #3B3B3B;
}
body {
	background-color: #970000;
	background-image: url(../images/background_general.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	font-size: 0.83em;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}


a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}
p {
	color:#666666;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: justify;
}
.b {
	font-weight: bold;
	}
.ocre {
	color: #CC9900;
}
.gray {
	color: #666666;
	}
.normal {
	font-weight: normal;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #990000;
}

ol {
	color:#990000;
	font-weight: bold;
}

ul{
	color:#666666;
	}

li {
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 5px 0px 5px 0px;
	}




/*CENTRAR PÁGINA*/

#centrado {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	display: table;
	
}
#centradocell {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	border: none;
}
#center_template{
	display: block;
	margin: auto;
	padding: 0px;
	border: none;
	width: 900px;
}

/*PORTADA*/

#table_portada {
	background-color: #ebe7dd;
	background-image: url(../images/background_portada.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 600px;
	width: 900px;
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: inline-table;
}

#table_portada td { 
	text-align:center;
	vertical-align:top;
	border: none;
	margin: 0px;
	padding: 0px;
	}
#portada_espacio_top {
	display: block;
	background-color:#ebe7dd;
	width:900px;
	height:182px;
	text-align:center;
	margin: 0px;
	padding: 0px;
	border: none;
	}
#menu_portada {
	display: block;
	background-color:#ebe7dd;
	width:900px;
	height:38px;
	text-align:center;
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: bottom;
	}
#portada_logo {
	display:block;
	background-color: white;
	width:900px;
	height:160px;
	margin:inherit;
	padding:inherit;
	border:none;
	background: white url(../images/logo_portada.gif) no-repeat top center;
}

/*TEMPLATE*/
#spacing_top{
	display: block;
	width: 900px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#banner_superior {
	display:block;
	background-color: white;
	width:900px;
	height:130px;
	margin:inherit;
	padding:inherit;
	border:none;
	background: url(../images/logo_interno.gif) no-repeat top left;
	text-align:right;
}
#content_page {
	display: table;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background: #000000 url(../images/background_content.gif) repeat-y;
	border: 0px;
	vertical-align: top;
	}
#content{
	display: table-row;
	vertical-align: top;
}
#menu_content, #info_content{
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
	min-height: 430px;
}

#info_content{
	float: left;
	width: 700px;
	background-color: #f9f6ef;
	background-image: url(../images/background_estatua.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#footpage {
	width: 820px;
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	color: #fff;
	font-size: 0.9em;
}
#links_footpage{
	width: 500px;
	margin: 0px;
	padding: 0px;	
	display: block;
	float: left;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	}
	#links_footpage a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#links_footpage a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
/*MENU INTERIOR */

#menu_content{
	float: left;
	width: 200px;
	}

#boxLeft
	{
	
	}

#boxLeft .menu
	{
		
		font-family: Arial, Helvetica, sans-serif;
		width:200px;
		background-color: #ebe7dd;
	}
	
#boxLeft .menu ul
		{	
			position:relative;
			list-style:none;
			overflow:hidden;
			padding:0px;
			margin:0px;
			display:block;
			width: 200px;
		}

#boxLeft .menu li
		{
			border-width:0px;
			display: block;
			
		}

#boxLeft .menu a 
		{
	font-size: 0.9em;
	font-weight: bold;
	color:#7C0042;
	text-decoration:none;
	width: 200px;
	float: left;
	padding:10px 10px 10px 30px;
	margin: 0px;
	line-height: normal;		
		}
		
#boxLeft .menu a:hover
		{
	color: white;
	background-color: #bab097;			
		}
		
#boxLeft .menu .selected
		{
			background-color: #f8f6ef;
		}
/*CUERPO CONTENIDO*/
#box_text {
	display: block;
	float: left;
	margin: 20px 30px 50px 20px;
	padding: 0px;
	border: none;
	width: 420px;
	}
#box_total_text {
	display: block;
	float: left;
	margin: 40px 40px 0px 40px;
	padding: 0px;
	border: none;
	width: 620px;
	}
#box_endtotal_text {
	display: block;
	float: left;
	margin: 0px 40px 0px 40px;
	padding: 0px;
	border: none;
	width: 360px;
	}
#box_picture_right{
	display: block;
	float: left;
	margin: 20px 10px 10px 10px;
	padding: 0px;
	border: none;
	width: 220;
	}
