@charset "utf-8";
@import url("classes.css");
a img	{	border:none;	}
body	{	margin:2px auto 0px auto;
			background:#EDEBDF repeat-y center;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			}
form	{	margin:0px;
			padding:0px;
			}
/************************************************************************************************/
div.center	{	text-align:center;	}
input.button	{	border:#990000 1px solid;
					background-color:#F3EBE7;
					font-size:10px;
					color:#545454;
					}
input.text, textarea.text	{	border:#990000 1px solid;
								background-color:#F3EBE7;
								padding:1px 0px 1px 2px;
								color:#545454;
								}
.select	{	font-size:11px;
			background-color:#FAFAFA;
			color:#545454;
			border:#D4D1CA 1px solid;
			}
.no-display	{	display:none;	}
.display	{	display:block;	}
/************************************************************************************************/
#f_main	{	width:980px;
			margin:auto;
			padding:0px 0px 0px 3px;
			}
#f_header_top	{	width:980px;
					height:103px;
					background:url(../images/f_header_top.jpg);
					float:center;
					clear:both;
					}
#f_header_top_publicidad	{	width:470px;
								height:60px;
								margin:10px 50px 5px 80px;
								float:right;
								clear:left;
								}
#f_heacer_top_nav_bar	{	width:980px;
							height:25px;
							float:right;
							clear:both;
							}
#f_nav_izq	{	width:350px;
				float:left;
				clear:right;
				text-align:left;
				}
#f_nav_der	{	width:350px;
				float:right;
				clear:right;
				text-align:right;
				}
#f_header	{	width:980px;
				height:183px;
				background:url(../images/f_header.jpg);
				float:center;
				clear:both;
				}
#f_contenedor_central	{	width:980px;
							background-color:#F4EAEB;
							border-left:#C0C0C0 1px solid;
							border-right:#C0C0C0 1px solid;
							float:left;
							clear:both;
							}
#f_footer	{	width:975px;
				height:64px;
				background:url(../images/f_footer.jpg) no-repeat top;
				text-align:right;
				float:left;
				clear:both;
				padding:15px 10px 10px 0px;
				}
				
/**********************************************************************************************/
.columna_izquierda	{	width:355px;
						padding:5px 10px 5px 10px;
						margin:0px 5px 0px 0px;
						float:left;
						clear:right;
						}
.columna_derecha	{	width:355px;
						padding:5px 10px 5px 10px;
						margin:0px 0px 0px 0px;
						float:left;
						clear:right;
						}
.columna_central	{	width:953px;
						padding:5px 5px 5px 5px;
						float:none;
						clear:both;
						}
/**********************************************************************************************/
#f_heacer_top_nav_bar p	{	font-size:10px;
							font-weight:normal;
							color:#D8DFB5;
							margin:0px;
							padding:9px 0px 2px 10px;
							}
#f_heacer_top_nav_bar p a	{	color:#D8DFB5;
								text-decoration:none;
								padding:0px 10px 0px 10px;
								}
#f_heacer_top_nav_bar p a:hover	{	color:#CC0000;	}

#contenedor_noticias p	{	color:#2D2D2D;
							margin:0px;
							font-size:10px;
							line-height:1.2em;
							}

#contenedor_noticias p b	{	color:#2D2D2D;
								margin:0px;
								font-size:12px;
								line-height:1.2em;
								}

.columna_izquierda h1, .columna_derecha h1	{	font-size:12px;
												font-weight:bold;
												color:#FFFFFF;
												background:url(../images/h1_bg_355px.jpg);
												width:345px;
												height:15px;
												margin:0px auto 5px auto;
												padding:3px 5px 3px 5px;
												}
												
.columna_central h1,h2,h3	{	font-size:12px;
						font-weight:bold;
						color:#FFFFFF;
						background:url(../images/h1_bg_765px.jpg) no-repeat;
						width:970px;
						height:15px;
						margin:0px auto 5px auto;
						padding:3px 5px 3px 5px;
						}
						

.item p,
.columna_central p	{	font-size:12px;
						font-weight:normal;
						color:#660000;
						margin:0px;
						padding:3px 5px 3px 5px;
						line-height:1.2em;
						}
.columna_izquierda p, .columna_derecha p	{	font-size:12px;
												font-weight:bold;
												color:#660000;
												margin:0px;
												padding:3px 5px 3px 5px;
												line-height:1.2em;
												}
.columna_izquierda p a, .columna_derecha p a, .columna_central p a	{	color:#660000;
																		text-decoration:none;
																		}
.columna_izquierda p a:hover, .columna_derecha p a:hover, .columna_central p a:hover	{	color:#CC0000;
																							text-decoration:none;
																							}
#f_footer p	{	margin:0px;
				padding:0px;
				color:#FFFFFF;
				font-size:12px;
				font-weight:normal;
				line-height:1.5em;
				}
#f_footer .powered	{	margin:0px;
						padding:0px;
						color:#FFFFFF;
						font-size:10px;
						font-weight:normal;
						line-height:1.5em;
						}
#f_footer p	a	{	color:#EDEBDF;
					text-decoration:none;
					}
#f_footer p	a:hover	{	text-decoration:underline;	}