/*	Hoja de estilos - CSS		*/
/*	(c) 2008 AVAforum.com		*/
/*	Para: RIFLOREM				*/

body	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#444444;
	margin:0 0 0 0;
	background-color:#bbbbbb
}

p 	{text-align:justify;}

a		 	{ color: #080691; text-decoration: none}
a:link   	{ color: #080691; text-decoration: none }
a:visited   { color: #080691; text-decoration: none }
a:hover  	{ color: #080691; text-decoration: underline }
a:active 	{ color: #080691; text-decoration: underline }


input		{ font-family:"Courier New", Courier, monospace;
				font-size:10pt; }

select	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#444444;
}

ul { list-style-image: url("listArrow.gif"); } 
ol { list-style-image: url("listArrow2.gif"); }





#container	{
	width:779px;
	background-color:#FFFFFF;
	display:table;
	margin:0px auto 0px auto;
}
#menu_sup	{
	height:100px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#menu_sup p {
	float:left;
	color:#FFFFFF;
	background-color:#080691;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#banner_medio	{
	height:108px;
	float:left;
	width:100%;
	clear:both;
	background-color:#ffffff;
	margin:0;
}
#banner_medio_left	{
	height:108px;
	float:left;
	width:478px;
	margin:0;
}
#banner_medio_left p	{
	margin:0;
}
#banner_medio_right	{
	height:108px;
	float:right;
	width:280px;
	background-color:#ffffff;
}
#banner_medio_right	p {
	vertical-align:middle;
	text-align:right;
	padding:45px 5px 0px 0px;
}
#banner_medio_right	a{
	color:#000000;
	text-decoration:none;
}
#banner_medio_right a:visited{
	color:#080691;
	text-decoration:none;
}
#banner_medio_right a:hover, a:active {
	color:#080691;
	text-decoration:underline;
}
#banner_medio_right .margen {
	padding:00px 4px 0px 0px;
}

#container_central{
	display:table;
	/*background-color:#080691;*/
	background-color:#fb7323;
	clear:both;
	width:100%;
}
#columna	{
	width:258px;
	float:left;
	/*background:#080691;*/
	background:#fb7323;
}
#columna p	{
	color:#FFFFFF;
	padding:75px 25px 25px 25px;
}

#columna a:link {
	background-image: url(estructura/flecha-link.gif);
	background-repeat:no-repeat;
	background-position:0px;
	color:#ffffff;
	text-decoration:none;
	padding-left:12px;
}
#columna a:visited {
	background-image: url(estructura/flecha-link.gif);
	background-repeat:no-repeat;
	background-position:0px;
	color:#ffffff;
	text-decoration:none;
	padding-left:12px;
}
#columna a:hover{
	color:#cecde9;
	text-decoration:underline;
}
#columna a:active{
	color:#cecde9;
	text-decoration:underline;
}

#contenido	{
	background-color:#FFFFFF;
	float:right;
	width:521px;
}
#contenido_texto {
	display:block;
	background-color:#FFFFFF;
	padding:10px 10px 10px 10px;
}
#contenido p {
	margin:0;
	line-height:16px;
}
#footer{
	display:table;
	background-color:#fecbad;
	clear:both;
	width:100%;
}
#footer_left	{
	height:100px;
	float:left;
	width:387px;
}
#footer_left p	{
	text-align:left;
	padding:45px 0px 20px 5px;
	margin:0;
}
#footer_right	{
	height:100px;
	float:right;
	width:390px;
}
#footer_right p {
	text-align:right;
	padding:45px 5px 20px 0px;
	margin:0;
}

h1	{
	font-family: "trebuchet ms", "MS Sans Serif", Arial, helvetica, verdana, "times New Roman";
	font-size:18px;
	font-weight:normal;
	padding:5px 0px 25px 28px;
	background-image:url(estructura/flecha.png);
	background-repeat:no-repeat;
	background-position: 0px -3px;
	margin:0;
	color:#080691;
}
h2	{
	font-family: "trebuchet ms", "MS Sans Serif", Arial, helvetica, verdana, "times New Roman";
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 20px 0px;
	color:#080691;
	margin:0;
}

.cargo {
	background-image: url(estructura/fondo-direccion.gif);
	background-repeat:no-repeat;
	padding: 0 0 5px 10px;
	font-weight: bold;
}

.noticia-list-antentitulo  	{ color:#888888; padding-bottom:8px; }
.noticia-separacion {height: 1px; margin:0px 10px 0px 10px;  border-bottom-width: 1px;border-bottom-style: dotted; border-bottom-color: #bbbbbb; clear:both } 	/* Espacio */
.noticia-foto	{ margin: 0px 0px 10px 10px;}

.texto-presentacion	{
	line-height: 20px;
}