/*************************************************
* Marco de la Capa Central Ajustada a la Derecha *
*************************************************/
#marco_paneldd {
	float: left;
	width: 640px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#marco_fondo {
	width: 621px;
	margin-top: 5px;
	margin-left: 6px;
	margin-bottom: 5px;
	padding: 0 0 20px 0;
	background-color: #eeeeee;
	text-align: center;
	color: #4c4c4c;
	overflow: hidden;
}

/***************************
* Estilos para la cabecera *
***************************/
#not_cabecera {
	height: 52px;
	padding: 0px;
	margin: 0px;
	background-image: url('img/fondo_noticias2.gif');
}

#not_bann {
	float: right;
	width: 250px;
	height: 50px;
	padding: 0px;
	margin: 1px;
}

#not_menu {
	float: left;
	width: 369px;
	height: 52px;
	padding: 0px;
	margin: 0px;
}

/* Enlaces dentro de la cabecera */

#enlacesbar {
	padding: 25px 0px 0px 0px;
	margin: 0px;
}

#enlacesbar span {
	padding: 0 20px;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;			
	color: #ffffff;
}

#enlacesbar a {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;			
	color: #ffffff;
	text-decoration: none;
}

#enlacesbar a:hover {
	color: #ff4040;
}

/*************************************
* Estilos para las capas de noticias *
*************************************/

/* Capa de noticias izquierda */
#marco_noti {
	float: left;
	width: 470px;
	margin: 20px 0px 0px 0px;
	padding: 0;
	overflow: hidden;
}

.lineas {
	width: 430px;
	height: 44px;
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
	background-image: url('img/fondo_hr_noticia.gif');
	background-repeat: repeat-x;
	background-position: center;
	background-color: #eeeeee;
}

.noti {
	width: 448px;
	margin: 0px auto;
	padding: 0;
	background-color: #ffffff;
	overflow: hidden;
	border: 1px solid #4c4c4c;
}

.noti_titulo {
	margin: 0px;
	padding: 0px;
	background-image: url('img/fondo_grad_noticia.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0000be;
	text-align: left;
	border-bottom: 1px solid #4c4c4c;
}

.noti_titulo h5 {
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	margin: 0;
}

.noti strong {
	margin-top: 0px;
	padding-left: 5px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-align: left;;
}

.noti p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	padding: 5px 7px 10px 7px;
	margin: 0px;
	text-align: left;
	line-height: 1.4em;
}

.noti a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.noti span {
	display: block;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
}



/* Capa de noticias derecha */
#marco_notd {
	float: right;
	width: 150px;
	margin: 20px 0px 0px 0px;
	padding: 0;
	overflow: hidden;
}

/* Capa de noticias anteriores */
#notd {
	width: 140px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #808080;
	overflow: hidden;
	border: 1px solid #4c4c4c;
}

#notd_titulo {
	margin: 0px;
	padding: 0px;
	background-image: url('img/fondo_grad_noticia2.gif');
	text-align: center;
}

#notd_titulo span {
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

.notd_asunto {
	width: 130px;
	margin: 12px auto 18px auto;
	padding: 0px 0px 7px 0px;
	border-bottom: 2px dotted #ffffff;
	text-align: left;
}

.notd_asunto span {
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	display: block;
}

.notd_asunto a {
	color: #ffffff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.notd_asunto a:hover {
	color: #000000;
}

#notd_todas {
	width: 130px;
	margin: 20px auto 10px auto;
	padding: 0px 0px 7px 0px;
	text-align: center;
}

#notd_todas a {
	color: #ffffff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#notd_todas a:hover {
	color: #000000;
}

/*****************************
* Estilos para Leer Noticias *
*****************************/

#noticia {
	width: 580px;
	margin: 20px auto 0px auto;
	padding: 0px 0px 5px 0px;
	background-color: #ffffff;
	overflow: hidden;
	border: 1px solid #4c4c4c;
}

#noticia strong {
	margin-top: 0px;
	padding-left: 5px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-align: left;;
}

#noticia p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	padding: 5px 7px 10px 7px;
	margin: 0px;
	text-align: left;
	line-height: 1.4em;
}

#noticia a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#notante {
	width: 520px;
	margin: 20px auto 0px auto;
	padding: 20px 0px 10px 0px;
	overflow: hidden;
	border-top: 2px dotted #4c4c4c;
}

#notante a {
	color: #2c2c2c;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#notante a:hover {
	color: #e02a29;
}

#notante span {
	color: #2c2c2c;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

/**********************************
* Estilos para Todas las Noticias *
**********************************/

.lineas2 {
	width: 562px;
	height: 44px;
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
	background-image: url('img/fondo_hr_noticia.gif');
	background-repeat: repeat-x;
	background-position: center;
	background-color: #eeeeee;
}

.noti2 {
	width: 580px;
	margin: 0px auto;
	padding: 0;
	background-color: #ffffff;
	overflow: hidden;
	border: 1px solid #4c4c4c;
}

.noti2 strong {
	margin-top: 0px;
	padding-left: 5px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-align: left;;
}

.noti2 p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	padding: 5px 7px 10px 7px;
	margin: 0px;
	text-align: left;
	line-height: 1.4em;
}

.noti2 a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.noti2 span {
	display: block;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
}

#not_orden {
	width: 520px;
	margin: 0px auto;
	padding: 20px 0px;
	overflow: hidden;
}

#not_orden a {
	color: #2c2c2c;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#not_orden a:hover {
	color: #e02a29;
}

#not_orden span {
	color: #2c2c2c;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

/* Estilos para barra de todas las noticias */
.not_todas {
	width: 580px;
	margin: 0px auto 20px;
	padding: 0px;
	background-color: #bfb9b9;
	overflow: hidden;
}

.not_todas a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.not_todas a:hover {
	color: #e02a29;
}

.not_todas span {
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 4px;
}

.not_tod1 {
	width: 110px;
	float: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-align: left;
}

.not_tod2 {
	width: 470px;
	float: right;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-align: right;
}

/************************************************
* Estilo para Titulo en las paginas de Noticias *
************************************************/

#notup {
	clear: both;
	margin: 0;
	padding-top: 20px;
	text-align: left;
}

#notup h2 {
	color: #4c4c4c;
	font-family: Verdana, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	margin: 0;
}