BODY{
background-image: url(img/bk1.gif);
margin-top: 0px;
}

/*menu*/
.contieneLogo{
	float: left;
	width: 778px;
	padding-top: 10px;
	padding-left: 4px;
	background-color: #FFFFFF;
	border-color: #eaeaea;
    border-width: 3px;
    border-style: solid;
	padding-bottom:10px;

}
.contieneMenu{
	float: left;
    margin-left: 5px;
	width:760px;
	height:25px;
	background-color: #000000;
	}

/*cuerpo*/

.cuerpo{
    float: left;
    margin-left: 4px;
	width:760px;
    background-color: #eaeaea;
}
.blancos{
    float: left;
	width:170px;
	height:130px;
	text-align:center;
    background-color: #fff;
	margin-top:6px;
}
.blancos_c{
    float: left;
	width:100px;
	height:80px;
	text-align:center;
    background-color: #fff;
	margin-top:6px;
}
.blancos_g{
    float: left;
	width:550px;
	height:430px;
	text-align:left;
	margin-top:6px;
}
.bordes{
	border-color: #fff;
    border-width: 5px;
    border-style: solid;
}
/*textos*/

.texto{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	line-height:20px;
	margin-top:6px;
	margin-left:6px;
}
.texto:hover{
	color: #aa072c;
}
.textoc{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #e7eaee;
	text-decoration: none;
	text-align:left;
}
.textol{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #aa072c;
	text-decoration: none;
	text-align:left;
	line-height:14px;
	line-height:20px;
	margin-top:6px;
	margin-left:6px;
}
.textol:hover{
	color: #1e1e1e;

}
.textob{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align:left;
	line-height:14px;
}
.textob:hover{
	color: #8b8b8b;

}
.texton{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3b3d3f;
	text-decoration: none;
	text-align:left;
	line-height:14px;
}
.texton:hover{
	color: #8b8b8b;

}
.titu{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #88939c;
	text-decoration: none;
	text-align:left;
	line-height:14px;
}
.titu:hover{
	color: #8b8b8b;

}