body{
  scrollbar-arrow-color: #1948a9;
  scrollbar-track-color: #ffffff;
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.borde_ext_table {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
.borde_ext_foto {
	padding: 7px;
	border: 1px solid #e4e4e4;
	background-color: #FFFFFF;
}
.borde_foto {
	border: 1px solid #e4e4e4;
}
.linea_up {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	background-image: url(images/fondo_up.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 25px;
}
.linea_down {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	background-image: url(images/fondo_down.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 23px;
}
.fondo_menu {
	background-image: url(images/fondo_menu.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.texto_fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.texto_menu {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1a4aad;
	text-decoration: none;
}
.texto_rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #C42218;
	text-decoration: none;
	height: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
}
.fondo_fotos {
	background-image: url(images/fondo_images.gif);
	height: 219px;
	width: 422px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.noticia_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1a4aad;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
.noticia_separa {
	background-image: url(images/separata_noticias.gif);
	background-repeat: repeat-x;
	background-position: 0px 5px;
	height: 9px;
}
.noticia_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
.casillas {
	border: 1px solid #0B3C46;
	background-color: #E4E4E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.noticia_texto_des {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.noticias {
    position: relative;
	width: 100%;
	height: 460px;
	overflow: auto;
	text-align: left;
}
.noticia_paginacion {
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}

/* PAGINACIÓN ------------------------------------------------------------------------ */
#paginacion_content_noticias {
	width: 700px;
	text-align: center;
	overflow: hidden;
	margin: 0px 0px 30px 0px;
}
#paginacion_content_noticias ul {
	margin: 10px 10px 10px 10px;
}
#paginacion_content_noticias ul li {
	font-weight: bold;
	text-align: center;
	margin: 0px 4px 0px 0px;
	padding: 4px 9px 4px 9px !important;
	background: none !important;
	display: inline;
	border: #e2e5ed 1px solid;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}
.paginacion_enlace {
	color: #ccc !important;
	text-decoration: none;
}
.paginacion_select {
	font-weight: bold;
	color: #1a4aad;
	text-decoration: none;
}
/* -- FIN PAGINACIÓN -- */

/* TOOLTIP ---------------------------------------------------------------------------- */
.tip {
    padding:10px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    background:#1d1d1d;
    display:none; /*--Hides by default--*/
    position:absolute;    
	z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tip-blanco {
    padding:10px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background:#f8f8f8;
    display:none; /*--Hides by default--*/
    position:absolute;    
	z-index:1000;
	border: 2px solid #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	text-align: left;
}

/* VÍDEOS ----------------------------------------------------------------------------- */
#contenedor_video_principal {
	text-align: center;		
}
#contenedor_video_principal h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1a4aad;
	text-decoration: none;
}
#contenedor_video_principal p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#contenedor_resto_videos {
	text-align: center;
	overflow: hidden;
}
#contenedor_resto_videos ul {
	margin: 10px 10px 10px 10px;
}
#contenedor_resto_videos ul li {
	float: left;
	list-style: none;
}

/* OTROS ESTILOS ---------------------------------------------------------------------- */
.limpiar {
	height: 0;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.borde2gris {
	margin: 5px;
	padding: 1px;
	color: #000000;
	border: 2px solid #e9e9e9;
}

