@charset "ISO-8859-1";
/* CSS Document */
	
	
/* Logo, Botonera y Banner */

	#menu { height: 150px;}
	#banner { height: 250px;}
	
	#logo { display: inline;}
	#botonera { float: right; margin: 65px 0px 0px; width: 740px; line-height: 30px; font-size: 16px; letter-spacing: -1px; text-transform: capitalize; text-align: right;}
	#botonera li { display: inline; margin: 0px .5em;}
	#botonera li a { color: #19171C; cursor: pointer; text-decoration: none;}
	#botonera li a:hover { color: #FFF; cursor: pointer;}
	#botonera li a.active { color: #5C5F00; cursor: default;}
	#botonera li img { position: relative; top: 4px; left: 0px;}
	

/* Cuerpo Principal HOME */
	
	#main_left { width: 600px; float: left; position: relative;}
	#main_right { width: 360px; border-left: 1px ridge black; float: right;}
	
	.main_block_container { margin: 0px 1em;}
	
	.m_l_e {}
	.m_l_e p { margin: 2em 170px 1em 0; text-align: justify; font-size: 12px; color: #666;}
	.m_l_e .enlace { display: block; text-align: right; margin: 1em 170px 1em 0px; color: #8F8F44; font-variant: small-caps; text-decoration: none;}
	
	.m_r_e { position: relative; margin-left: 2em !important;}
	.m_r_e p { margin: 2em 140px 1em 0; text-align: left; font-size: 12px; color: #666;}
	.m_r_e .enlace { display: block; text-align: left; margin: 1em 0px; color: #8F8F44; font-variant: small-caps; text-decoration: none;}
