﻿body
{ 
	text-align: left;
	
 font-size: 76%; 
 font-family: Tahoma, Verdana, 'Microsoft Sans Serif'; }

.header1
{
	left: 50%;
	width: 875px;
	position: absolute;
	top: 1px;
	height: 147px; /*	border-right-style: groove;
	border-left-style: groove;*/
	background-color: transparent;
	margin-left: -395px;
	z-index: 0;
	background-image: url(imagenes/header.jpg);
	background-repeat: no-repeat;
	background-position-x: left;
}
.cuerpo1
{
	left: 50%;
	width: 875px;
	position: absolute;
	top: 87px;
	height: 713px; 
	background-color:transparent;
	margin-left: -395px;
	z-index: 1;
	
}
.fondo_general
{
	left: 50%;
	width: 875px;
	position: absolute;
	top: 1px;
	height: 860px;
	background-color: white;
	margin-left: -399px;
	z-index: -4;
	border-left-style: inset;
	background-image: url(imagenes/background.png);
	background-position-y: 95%;
	background-repeat: no-repeat;
}
   
.capa2
{
	left: 50%;
	margin-left: -395px;
	width: 875px;
	position: absolute;
	top: 0px;
	height: 800px;
	z-index: 2;
	opacity: .9;
	filter: alpha(opacity=90);
	text-align: right;
	background-image: url(imagenes/header.jpg);
	background-repeat: no-repeat;
	/*border-left-style: groove;
	border-right-style: groove;*/
	background-position-x: left;
}



.menu1
{
	color: #0061a8;
	font-family: 'Microsoft Sans Serif';
	font-weight: normal;
	background-color: transparent;
	text-align: center;
	font-size: 10pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.menu1:hover
{
	font-weight: normal;
	color: red;
}
.menu2
{
	color: #ffffff;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
.menu2:hover
{
	color: #ffffff;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: underline;
}
.fondodatos
{
	/*opacity: .35;
	filter: alpha(opacity=35);*/
	background-color: whitesmoke;
	border-right: lightgrey thin solid;
	border-top: lightgrey thin;
	border-left: lightgrey thin solid;
	border-bottom: lightgrey thin solid;
}
#menuprincipal
{
	float: left;
	width: 100%;
	background: ffffff;
	font-size: 93%;
	line-height: normal;
}
#menuprincipal ul {
    margin:0;
    padding:0;
    list-style:none;
    }
  #menuprincipal li
{
	float: left;
	margin: 0px;
	padding: 0;
	width: 170px;
	height: 57px;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-image: url(imagenes/normaltab.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	padding: 5px 0px;
	font-weight: bold;
	font-size: 95%;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif';
}
 #menuprincipal a
{
	display: block;
	color: #0061a8;
	font-weight: bold;
	text-decoration: none;
}
#menuprincipal a:hover
{
	color: orangered;
	font-weight: bold;
	text-decoration: underline;
}
 #menuprincipal #actual
{
	background-image: url(imagenes/selecttab.png);
	background-position-y: 1px;
}

.topacordion
{
	font-weight: bold;
	font-size: 9pt;
	background-image: url(imagenes/top2.jpg);
	width: 292px;
	height: 14px;
	color: #0061a8;
	text-align: left;
	opacity: .70;
	filter: alpha(Opacity=80, FinishOpacity=50, Style=1);
	text-indent: 5pt;
	
	background-repeat: no-repeat;
}
.nodo
{
	font-size: 10pt;
	width: 292px;
	height: 24px;
	text-align: left;
	margin-left: 10px;
	font-weight: bold;
	color: whitesmoke;
	border-bottom: thin groove;
	background-color: #0061a8;
}



.nodo:hover
{
	text-decoration: underline;
	font-weight: bold;
}

.sobre
{
	font-size: 11pt;
	color: #ffffff;
	background-color: #0061a8;
	width: 266px;
	height: 24px;
}

.elegido
{
	width: 292px;
	height: 24px;
	font-weight: bold;
	text-decoration: underline;
	background-repeat: no-repeat;
	border-top: thin groove;
	border-left: thin groove;
	border-bottom: thin groove;
	background-color: #ffffff;
	color: black;
}

.formato_tabla
{
	background-position-y: 76%;
	background-image: url(imagenes/botborder.png);
	background-repeat: repeat-y;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}