* {
	font-family: Verdana;
	color: #000000;
	font-size: 10px;
	
}
.Estilo1 {
	color: #138892;
	font-weight: bold;
}
.Estilo2 {color: #138892}
.Estilo3 {font-size: 10px}

body {
	text-align: center;
	margin: 0 0 0 0;
	background-color: #EEEEEE; 
}

.EstiloV {
	color:#138892;
	font-family: Verdana; 
	font-size: 11px; 
	
}
.Estilo4 {font-size: 9}
.Estilo5 {font-size: 24px}
.Titulo {
	color: #2AA7AB;
	font-weight: bold;
	font-size: 14px;
	padding-left: 13px;
	background-image: url(../img/lineaTitulo.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	width:350px;
}

.SubTitulo {
	color: #138892;
	font-weight: bold;
}

.txtWhite{
	color: #FFFFFF
}

#mainPage {
	position:relative;
	margin: 0 auto;
	width: 780px;
	top: 20px;
	text-align: left;
	background-color: white; 
}

#menu {
	position:relative;
	float:left;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 227px;
	background-image: url(../img/menuizqsup.gif);
	background-repeat: no-repeat;
	z-index:2;
}
#Logo {
	position:relative;
	left:-302px;
	top:-167px;
	width:173px;
	height:26px;
	z-index:4;
	text-decoration:none;
}
.menuItem {
	color: #FFFFFF;
	font-weight: bold;
	clear: both;
	float:left;
	white-space:nowrap;
}		

#cabecera {
	position:absolute;
	left: 136px;
	top: 0px;
	width: 646px;
	height: 196px;
	background-image: url(../img/menuHorizontal.gif);
	background-repeat: no-repeat;
	z_index:1;
	float:top;
}
.cabeceraItem {
	color: #888888;
	font-size: 10px;
	font-weight: bold;
	float:left;
	padding-left: 60px;
	padding-top: 20px;
}

#seccionActiva{
	position:absolute;
	left: 641px;
	top: 5px;
	width: 130px;
	height: 30px;
	z_index:2;
}
.seccionActivaItem {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
}

#content {
	position:absolute;
	top: 80px;
	width: 780px;
	font-size: 11px;
	z-index:0;
	left: 0px;
}

#pie {
	left: 0px;
	width: 782px;
	height: 76px;
	margin-top: 10px;
	background-image: url(../img/pie.gif);
	background-repeat: no-repeat;
	z_index:0;
	clear:both;
}


a, a:active, a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #000000;
	cursor:hand;
}


.noVisible {
	display: none;
}

.visible {
	display: block;
}

/* formularios */

input {
	font-size: 11px;
	/*width: 100%;*/
}

.textbox{
	font-size: 11px;
	width: auto;

}


/********************/


.xButton {  
	background-color:#FFFFFF;
	height: 18px;
	color:  black;
}

.txtbox {  
	border: 1px solid black;
	font-family: Arial; 
	font-size: 9px; 
	padding-left: 3px;
}	

.txtboxReadOnly {  
	border: 1px solid black;
	font-family: Arial; 
	font-size: 9px; 
	padding-left: 3px;
	background-color: #DADADA;
}	
.txtboxNumber {  
	border: 1px solid black;
	font-family: Arial; 
	font-size: 9px; 
	text-align:right;
}

.comboboxsearch{  
	border: 1px solid black;
	font-family: Arial; 
	font-size: 9px;
}	

.txtButton, .txtButton:active, .txtButton:visited {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	text-align: center;
	height: 12px;
	line-height: 12px;
	border: 1px solid #C8C8C8;
	margin-left: 2px;
	width:50px;
}
.txtButton:hover {
	color: #CC0000;
	text-decoration: none;
}

.txtRadioButton{
	width:10px;
}

.bg
{
	padding: 2px 0px 2px 0px;
	background-color: #FFDDDD;
}
.bg1
{
	padding: 2px 0px 2px 0px;
	background-color: #FFFFFF;
}
.bg2
{
	padding: 2px 0px 2px 0px;
	background-color: #EAEAEA;
}

.negrita{
	font-weight:bold;
}
