@charset "utf-8";
/*** NEUTRALIZANDO ESTILOS: 
	elementos que queremos limpiar completamente: ***/


html {font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;	text-shadow: #000 0px 0px 0px;/*Elimina el efecto bold en Safari*/}

/* \*/
* html table {	
	border:1px solid #09c;
	border-top:3px dashed #09c;
	}	
/* */	

/***************************************************************************************************************

***************************************************************************************************************/
td {
	font: normal 11px Tahoma, Arial;
	color: #999999;
}

h1, h2, h3, h4, h5 {

    color: #ffffff;
    margin: 0px;
}


h1 {
    font-size: 35px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}


a {

font: normal 11px Tahoma, Arial;
color: #999999;
text-decoration: underline;
}

a:hover {

font: normal 11px Tahoma, Arial;
color: #797979;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}
a.b1
{
font:  14px tahoma, Arial;
color: #fffea0;
text-decoration: none;
padding: 15px;
margin: 0px;

}


.blye-text-underline {
color: #5b88ff;
text-decoration: underline;
}

.blye-text-regular {
color: #5b88ff;
text-decoration: none;
}

.yellow-text-regular {
color: #ece92c;
text-decoration: none;
}

.yellow-text-underline {
color: #ece92c;
text-decoration: underline;
}

.orange-text-regular {
color: #e88520;
text-decoration: none;
}

.orange-text-underline {
color: #e88520;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #8a3c53;
text-decoration: none;
}

.red-text-underline {
color: #8a3c53;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #a5b66e;
text-decoration: none;
}

.green-text-underline{
color: #a5b66e;
text-decoration: underline;
}



/*******************************************************************

		Fix ie6 png transparente

********************************************************************/
img, div, a, input { behavior: url(../js/iepngfix.htc) !important; }

/**/

body {
	background-color: #133764;
	margin: 0px;
	background-repeat: no-repeat;
}
.principal {
	background-image:url(../images/clientes/Fondo.jpg);
	margin: auto;
	width: 780px;
	background-color: #253869;
	background-repeat: no-repeat;
}
.principal .encabezado {
	height: 403px;
	width: 100%;
}
.principal .encabezado .logo {
	width: 207px;
	float: left;
	margin-left: 54px;
	margin-top: 71px;
	position: relative;
}
.principal .encabezado .menu {
	height: 194px;
	width: 150px;
	float: left;
	margin-top: 155px;
	margin-left: -205px;
	position: relative;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	display: block;
	text-align: center;
}
.principal .cuerpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 680px;
}
.principal .pie {
	background-image: url(../images/clientes/fondo.pie.png);
	height: 61px;
}


.principal .encabezado .menu a,a:link,a:visited,a:hover,a:active{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

.principal .encabezado .slogan {
	float: right;
	height: 39px;
	width: 188px;
	margin-top: 280px;
	margin-right: 45px;
}



.principal .encabezado .salir {
	float: right;
	width: 48px;
}
.mensaje{
	background-color:#FF6666;
	color:#FFCC00;
	font-weight: bolder;
	background-image: url(../admin/imagenes/info-mensaje.png);
	background-repeat: no-repeat;
	padding-left: 34px;
	height: 32px;
	padding-top: 5px;
	font-size: 14px;
	border-top-width: thick;
	border-top-style: groove;
	border-top-color: #FF0000;
	border-bottom-style: groove;
	border-bottom-color: #FF0000;
	border-bottom-width: thick;
	}
