@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bk_cabezote.gif);
	background-repeat:  repeat-x;
}
body img {
	border:0px;
}
#contenedor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 770px;
}
#cabezote {
	height: 66px;
}
#cabezote #logoEe {
	padding-top: 25px;
	padding-left: 14px;
}
#cabezote #titCabezote {
	float: right;
	padding-top: 31px;
	padding-right: 27px;
}
#fondoLinea {
	background-image: url(../images/bk_linea.gif);
	background-repeat:  repeat-y;
	background-position: 193px;
}
#colIzquierda {
	float: left;
	width: 193px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #294969;
	text-align: center;
	border-top: solid 1px #CCCCCC;
	margin-top: 25px;
	padding: 7px 0px 10px 0px;
}
#colDerecha {
	font-size: 11px;
	color: #666666;
	padding: 20px;
	width: 535px;
	float: right;
}
#colDerecha h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #37638E;
}
.cajaValidar {
	background-color: #E3ECF4;
	padding: 7px;
	border: 1px solid #37638E;
}
.textoCafe {
	font-weight: bold;
	color: #C8690A;
}
#colDerecha a {
	color: #C8690A;
	text-decoration: underline;
	font-weight: bold;
}
#colDerecha a:hover{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

