div.moduloredondo {width: 200px;}

div.moduloredondo h1 { color: #2178dd; font-size:14px; margin: 0px 2px 4px 4px;}
div.moduloredondo h2 { color: #ccc; font-size:12px; margin: 4px 2px 2px 4px; padding: 0px;}
div.moduloredondo h3 { color: #333; font-size:11px; margin: 4px 2px 2px 4px; padding: 0px;}
div.moduloredondo p { color: #000; font-size:10px; margin: 4px 2px 0px 4px; padding: 1px 1px 8px 1px;}
div.moduloredondo a { text-decoration:underline;}
div.moduloredondo a:hover { color:#009e38;}

div.moduloredondo  ul
{
	list-style-image: url(images/vistolista.gif);
padding-left:28px; 
}

div.moduloredondo  li
{	font-size:11px; 
	color:black;
	padding:2px 1px 5px 1px;
	}


div.top {
	height:28px; 
	background-image:url(images/top_line.gif); 
	background-repeat: repeat-x; 
	margin-top:0px;}
	
img.esquina_sup_izq { float:left; }
img.esquina_sup_der { float:right; }

div.content { 
	background-image:url(images/left_line.gif); 
	background-repeat:repeat-y; 
	background-color: #fff; }
	
div.boxcontrol { padding:0 5% 0 5%; 
	background-image:url(images/right_line.gif); 
	background-position:right; 
	background-repeat:repeat-y; }
	
div.boxcontroldos { 
	height:50px;
	padding:0 5% 0 5%; 
	background-image:url(images/right_line.gif); 
	background-position:right; 
	background-repeat:repeat-y; }
	
div.boxcontroltres {
	height:300px;
	padding:0 5% 0 5%;
	background-image:url(images/right_line.gif);
	background-position:right;
	background-repeat:repeat-y;
}
	
div.bottom { height:28px; 
	background-image:url(images/btm_line.gif); 
	background-repeat:repeat-x; 
	border:0;
	padding:0;
	margin:0;}
	
img.esquina_inf_izq { float:left; }
img.esquina_inf_der { float:right; }


	
/* IE 5.5 box model hack para posicionar correctamente las imagenes de esquina */
* html img.esquina_sup_izq, * html img.esquina_inf_izq  { \margin-left:-.2em;  ma\rgin-left:0; }
* html img.esquina_inf_der, * html img.esquina_sup_der { \margin-left:.2em; } 
