/* ENTIDADES GENERALES */

html, body{ 
 	background-image: url("../imagenes/background_page.jpg");
	background-repeat: x-repeat;
	font-size: small;
	margin:0; 
	padding:0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #000000;
	height: 100%;
	text-align : center;
	font-size: 10px;
} 
 
table { 
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	border-style: hidden;
	vertical-align: top;
	color: #000000;
}

th {
	color: #000000;
}

a {
	color: #006EBC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
	color: #000000;
}

p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

a img{
	border: 0px;
}

div#contenidos {
	position : relative;
	width : 750px;
	height: 850px;
	margin : 0 auto;
	padding : 0;
	border-left: 2px solid black;
	border-right: 2px solid black;
	background-color: #FFFFFF;
 	background-image: url("../imagenes/background_contenidos.gif");
	background-repeat: repeat-y;
	text-align: left;
}

div#cabecera {
	width : 750px;
	height: 141px;
 	background-image: url("../imagenes/background_header.jpg");
	background-repeat: no-repeat;
}

div#idiomas {
	position: relative;
	top:86px;
	left:475px;
	width: 275px;
	vertical-align: top;
}

.boton_idioma img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.boton_idioma:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}

div#menu_superior {
	width : 750px;
	height: 30px;
 	background-image: url("../imagenes/background_menusup.gif");
	background-repeat: repeat-x;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

td.menu_sup{
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

a.menu_sup {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}

div#menu_left{
	width: 145px;
	padding-top: 10px;
}

div#menu_left a{
	margin-bottom: 10px;
}

div#contenido_centro {
	position: absolute;
	margin-left: 165px;
	margin-top: 12px;
}

.titulo {
	margin-top: 10px;
	height: 20px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
}

.titulo a{
	color: #000000;
	text-decoration: none;
}

.titulo a:hover{
	text-decoration: underline;
}

div.menu_left_seccion {
	padding-top: 10px;
	padding-left: 28px;
	font-weight: bold;
	vertical-align: middle;
	padding-bottom: 15px;
	width:120px;
}

div.menu_left_seccion:hover {
 	background-image: url("../imagenes/bot_menuleft_grande.jpg");
	background-repeat: no-repeat;
}

div.menu_left_seccion a{
	color: #000000;
}

div.menu_left_seccion_activa {
 	background-image: url("../imagenes/bot_menuleft_grande.jpg");
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 28px;
	font-weight: bold;
	vertical-align: middle;
	padding-bottom: 15px;
	width: 129px;
	color: #FFFFFF;
}

div.menu_left_seccion_activa a{
	color: #000000;
}

div.menu_left_submenu {
	width: 149px;
	background-color: #4C7BA1;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

div.menu_left_submenu_titulo{
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}

div.menu_left_submenu_seccion{
	padding-top:0px;
	padding-bottom:5px;
	padding-left: 20px;
	color: #82B1D3;
	font-weight: bold;
}

div.menu_left_submenu_seccion a{
	color:#FFFFFF;
}

h1.titular {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #24557D;
	text-decoration: none;
}

div.menu_der {
	width: 160px;
	background-color: #4C7BA1;
	padding: 10px;
}

div.menu_der a {
	color: #FFFFFF;
}

div.derecha {
	position: relative;
	float: right;
}

div.documentacion {
	padding: 5px;
	border: 1px solid #000000;
	background-color: #4C7BA1;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 300px;
}

div.documentacion a {
	color: #FFFFFF;
}

div.documentacion a.documentacion:hover {
	text-decoration: underline;
}