/* CSS Document */
#seccion_left{
	width:180px;
	float:left;
	text-align:left;
	margin-top:25px;
}
#seccion_right{
	width:480px;
	float:right;
}
#seccion_left #titulos{
	height:120px;
}
#seccion_left #titulos #titulo{
	font-size:18px;
	line-height:18px;
	color:#e01b22;
	margin-left:3px;
}
#seccion_left #titulos #subtitulo{
	font-size:18px;
	line-height:18px;
	color:#999999;
	margin-left:3px;	
}
#seccion_left #titulos #subsubtitulo{
	font-size:10px;
	line-height:10px;
	color:#999999;
	margin-left:3px;	
}

#contenido_ifrmae{
	padding-top:5px;
	padding-bottom:5px;

	border-bottom-style:dotted;
	border-bottom-color:#666666;
	border-bottom-width:1px;
	border-top-style:dotted;
	border-top-color:#666666;
	border-top-width:1px;
		
	line-height:13px;
	margin-bottom:8px;
	margin-top:20px;
	height:200px;
	width:480px;
    text-align:left;        
    overflow:auto;
}


