/* CSS Document */

#cont{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	height:100%;
	background-image:url(../img/render_left.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
#left{
	float:left;
	width:20%;
}

#texto{
	float:left;
	width:80%;
}

#texto2{
	float:left;
	width:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;	
}


#cabecera{
	background-image:url(../img/separa.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:50px;
}

#titul{
	font-size:15px;
	font-weight:bold;
	color:#000000;
	background-color:#90B7E0;
	width:100%;
	border-bottom:2px solid #FFFFFF;
}

#promo{
	font-size:15px;
	font-weight:bold;
}

#ico{
	width:5%;
	text-align:left;
	float:left;
}
#text{
	width:30%;
	text-align:left;
	float:left;
}
#fila{
	height:20px;
	}
#enlace{
	text-align:right;
	width:35%;
	float:left;
	}
#enlace a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#000000;
}

#enlace a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#327BCA;
	text-decoration:underline;
}
