/* CSS Document */

a{
outline:none;
text-decoration:none;
}

a:visited{
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

/****************/
/* Contenedores */
/****************/

.cabezaIz {
	padding-top:30px;
	height: 64px;
	width: 188px;
	float: left;
	margin-bottom: 4px;
}
.columnasIZ{
	float: left;
	height: 571px;
	width: 145px;
	background-color: #FFFFFF;
}

.cabezaDe {
	height: 94px;
	width: 293px;
	float: right;
	background-color: #F0F0F0;
}

.cabezaCen {
	height: 96px;
	width: 392px;
	float: left;
	padding-right: 10px;
}

.servicios {
	float:left;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #003399;
	}

.txtcontacto{
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
}
.contacto {
	float:left;
	margin-left:10px;
	font-size: 10px;
	}
.TXTmin{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #304A7A;
	font-weight: normal;
	letter-spacing: -1px;
}
.serviciosTop {
	height: 36px;
	clear:both;
	background-color: #FFFFFF;
	float: left;
	width: 280px;
	}
	
.serviciosBot {
	height: 43px;
	clear:both;
	padding-left: 30px;
	padding-top: 15px;
	}
.elxvirtual {
	float:left;
	margin-left:10px;
	margin-right:2px;
	padding-left:10px;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	
}
.TXTBlanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0px;
}
/*------------------*/
/*     Bordes       */
/*------------------*/
.bordepuntos{
	border-bottom:2px #666666 dotted;
}

.bordepuntosazulID {
	border-left-style:dotted;
	border-left-color:#003399;
	border-left-width: thin;
	border-right-style:dotted;
	border-right-color:#003399;
	border-right-width: thin;
	padding-left: 20px;
	padding-right: 20px;
	
}
.bordepuntosazulIz {
	border-left-style:dotted;
	border-left-color:#003399;
	border-left-width: thin;
	padding-left: 5px;
	
}
.bordepuntosazulDer {
	border-right-style:dotted;
	border-right-color:#003399;
	border-right-width: thin;	
}

.bordeI{
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #999999;
}
.bordeD{
	border-right-width: 1px;
	border-right-style: solid;	
	border-color: #99A099;
}
.bordeID{
	border-top: 1px none;
	border-right: 1px solid;
	border-bottom: 1px none;
	border-left: 1px solid;
	border-color: #99A099;
}

.bordeT{
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #99A099;
}

.bordeB{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #99A099;
}
.bordeIDTB{
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #99A099;
}
.bordeBazul{
	border-top: 1px solid;
	border-right: 1px none;
	border-bottom: 1px solid;
	border-left: 1px none;
	border-color: #296183;
}

/*Fin Bordes*/ 

.fondodegg
{
	background-image:url(../GRAFICOS/barracolorg.gif);
}


/**********************************/
/*       Fotos con transp         */

.opaco{-moz-opacity:1; filter:alpha(opacity=100);}
.transparente{-moz-opacity:0.6; filter:alpha(opacity=50);}

