/* INGLES RESET v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
line-height: 1.25em;
vertical-align: baseline;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* No olvidar definir estilos para focus */
:focus {
outline: 0;
}
/* No olvidar resaltar de alguna manera el texto insertado/borrado */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* En el código HTML es necesario añadir cellspacing="0" */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Fin RESET */




/* BASE 
--------------------------------------------------------------------- */
h1 {	/* 18px YUI */
	font-size: 112%;
}
h2 {	/* 16px YUI */
	font-size: 100%;
}
h3 {	/* 14px YUI */
	font-size: 88%;
}
.cp16 {
	font-size: 100%;
}
.cp14 {
	font-size: 88%;
}
.cp12 {
	font-size: 76%;
}
.cp11 {
	font-size: 69%;
}
.cp10 {
	font-size: 63%;
}
.cp09 {
	font-size: 56%;
}
.cp06 {
	font-size: 37%;
}
.cp04 {
	font-size: 25%;
}

h1,h2,h3,h4,h5,h6,strong,b,dt {
	font-weight: bold;
}
blockquote,ul,ol,dl {
	margin: 1em;
}
ol,ul,dl {
	margin-left: 2em;
}
ol li {
	list-style: decimal outside;
}
ul li {
	list-style: disc outside;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/body_back.jpg);
	background-repeat: repeat-x;
	background-color: #BBB;
}
.body_centro {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/body_back_centro.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}
.tablas_gris_light {
	background-color: #F2F2F2;
	border: thin solid #FFF;
}
.tablas_gris_dark {
	background-color: #E4E4E4;
	border: thin solid #FFF;
}
.tablas_gris_white {
	background-color: #FFF;
	border: thin solid #FFF;
}
.tablas_gris_head {
	background-color: #000;
	border: thin solid #FFF;
}
/* FIN BASE */



/* COMUNES 
--------------------------------------------------------------------- */
.guardar {
	font-weight: bold;
}
.mas_info {
	height: 14px;
	width: 80px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #06C;
	text-align: right;
	display: block;
}
.mas_detalles {
	margin-bottom: 15px;
	float: right;
	width: 300px;
}
.fotos {
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #999;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.ver_mas_fotos {
	height: 14px;
	width: 120px;
	float: right;
	text-align: right;
	display: block;
	font-weight: bold;
	color: #06C;
	font-size: 69%;
	cursor: pointer;
}
.ver_video {
	height: 14px;
	width: 120px;
	float: right;
	text-align: right;
	display: block;
	font-weight: bold;
	color: #06C;
	font-size: 69%;
	cursor: pointer;
}
.ver_noticias {
	height: 25px;
	width: 300px;
	float: right;
	text-align: right;
	display: block;
	font-weight: bold;
	color: #06C;
	cursor: pointer;
	padding-top: 5px;
	font-style: italic;
}
.guardar_archivos {
	font-size: 69%;
	height: 15px;
	width: 300px;
	float: right;
	text-align: right;
	font-weight: bold;
	color: #06C;
	cursor: pointer;
	padding-top: 5px;
}
.archivos_para_guardar {
	font-size: 69%;
	height: 130px;
	width: 420px;
	float: left;
	text-align: right;
	margin-bottom: 10px;
	display: inline-block;
}
.archivos_para_guardar_iconos {
	font-size: 69%;
	height: 120px;
	width: 20px;
	float: right;
	text-align: right;
	margin-bottom: 10px;
	background-image: url(images/mensajes_iconos.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.mensajes_lista_iconos {
	font-size: 69%;
	height: 20px;
	width: 195px;
	float: right;
	text-align: right;
	background-image: url(images/mensajes_iconos.gif);
	background-repeat: no-repeat;
}
.imprimir {
	color: #06C;
	font-size: 69%;
	font-weight: bold;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
.appear {
	background-color: #FFC;
	width: 400px;
	padding: 15px;
	border: 1px solid #000;
	visibility: hidden;
	overflow: hidden;
}
.destacados_01 {
	text-align: center;
	padding: 10px;
	background-image: url(images/destacados_01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	height: 1%;
	width: auto;
	overflow: hidden;
	border: 1px solid #999;
	background-color: #FFF;
}
.destacados_02 {
	text-align: center;
	background-image: url(images/destacados_01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 1%;
	width: auto;
	overflow: hidden;
	border: 1px solid #999;
	background-color: #FFF;
	margin-bottom: 75px;
}
.ver_contexto {
	text-align: right;
	color: #06C;
	font-size: 76%;
}
.frases {
	height: auto;
	width: 166px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 7px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#home_subtituladas {
	background-image: url(../../images/home_icono_subtituladas.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#home_subtituladas_pantalla {
	background-image: url(../../images/home_icono_subtituladas_pantalla.jpg);
	background-repeat: no-repeat;
	height: 104px;
	margin-top: 7px;
}
#home_mapa {
	background-image: url(../../images/home_icono_mapa.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#home_comunicaciones_especiales {
	background-image: url(../../images/home_icono_comunicaciones.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#home_frases {
	background-image: url(../../images/home_icono_frases.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#home_busqueda {
	background-image: url(../../images/home_icono_busqueda.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#home_favoritos {
	background-image: url(../../images/home_icono_favoritos.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 8px;
}
#home_hora {
	background-image: url(../../images/home_icono_hora.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 0px;
}
html>body #home_hora {
	background-image: url(../../images/home_icono_hora.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: -10px;
}
#total {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: auto;
	clip: rect(auto,auto,auto,auto);
	bottom: auto;
}
#wraper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
}
#temas_relacionados {
	text-align: right;
	height: auto;
	width: 500px;
	float: right;
	margin-bottom: 20px;
	color: #999;
}
.temas_relacionados {
	text-align: right;
	height: auto;
	width: 500px;
	float: right;
	margin: 70px 0 20px 0;
	color: #999;
}
html>body .temas_relacionados {
	text-align: right;
	height: auto;
	width: 500px;
	float: right;
	margin-bottom: 0 0 0 0px;
	color: #999;
}	
.informacion   {
	width: 630px;
	float: left;
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 15px;
}
html>body .informacion   {
	width: 630px;
	float: left;
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 15px;
}
.detalle  {
	height: 0px;
	width: 630px;
	overflow: hidden;
	float: left;
	margin-bottom: 0px;
	display: none;	
}

.expandida {
    height: 1%;
}



/* BREADCRUMBS
--------------------------------------------------------------------- */
#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 56%;
	color: #999;
	height: 15px;
	width: 660px;
	margin-bottom: -15px;
	text-align: right;
}
html>body #breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 56%;
	color: #999;
	height: 15px;
	width: 885px;
	margin-bottom: -15px;
	text-align: right;
}
#breadcrumbs_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 56%;
	color: #999;
	height: 15px;
	width: 660px;
	margin-top: 0px;	
	margin-bottom: -15px;
	text-align: right;
}
html>body #breadcrumbs_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 56%;
	color: #999;
	height: 15px;
	width: 660px;
	margin-top: 0px;	
	margin-bottom: -15px;
	text-align: right;
}



/* PAGINACION
--------------------------------------------------------------------- */
.mostrando {
	height: 5px;
	font-size: 69%;
	color: #06C;
}
html>body .mostrando {
	height: 17px;
	font-size: 69%;
	color: #06C;
}
.ditto_summaryPost h3 {
    border-bottom: 1px solid #ccc;
    margin: 0px !important;
    padding: 5px !important;
    color: black;
}
.ditto_summaryPost .ditto_info {
    background-color: #333;
    padding: 5px !important;
    font-size: 0.8em;
    color: black;
}
.ditto_link {
    font-size: 63%;
    text-align: right;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 63%;
    color: #06C;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #06C;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #06c; 
	font-size: 63%;
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
	font-size: 63%;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #06C; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
	font-size: 63%;
    color: #06C;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}

/* fin COMUNES */




/* HEAD 
----------------------------------------------------------------------*/

#head {
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/head_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#head_ingles {
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/head_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#head_centro {
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/head_centro_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#head_centro_ingles {
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/head_centro_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
/* Fin HEAD */



/* MENU 
--------------------------------------------------------------------- */
#menu_content {
	background-color: #000;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 930px;
	display: block;
	position: absolute;
	top: 98px;
}
#menu_content ul {
	height: 25px;
	width: 930px;
	display: block;
	text-decoration: none;
	list-style-type: none;
	position: relative;
	color: #CCC;
	margin:0;
}
#menu_content li {
	display: block;
	float: left;
	width: auto;
	height: 25px;
}
#menu_content li a {
	color: #CCC;
	font-size: 69%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: none;
	width: auto;
	letter-spacing: 0.01em;
	height: 25px;
	padding-bottom: 0px;
	line-height: 20px;
}
#menu_content li a:visited   {
	color: #CCC;
	text-decoration: none;
	width: auto;
	height: 25px;
}
#menu_content li.current {
	width: auto;
	height: 25px;
	background-image: url(images/menu_bg_hoover.gif);
	background-repeat: repeat-x;
}
#menu_content li.hover {
	color: #fff;
	text-decoration: none;
	width: auto;
	height: 25px;
}
/* fin MENU */



/* CONTENT 
--------------------------------------------------------------------- */
#content {
	width: 930px;
	margin-bottom: auto;
	overflow: hidden;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: 15px;
	height: 1%;
	margin-right: auto;
	margin-left: auto;
}
.content {
	height: 1%;
	width: 930px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: hidden;
}
.content_fotos {
	height: 163px;
	width: 900px;
	margin-left: 15px;
	background-repeat: no-repeat;
}


#content_home {
	height: 1%;
	width: 930px;
	margin-bottom: auto;
	overflow: hidden;
	background-image: url(images/content_bg.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
.content_home_centro {
	height: 1%;
	width: 930px;
	margin-bottom: auto;
	overflow: hidden;
	color: #FFF;	
}
#main_home_contenedor {
	height: 1%;
	width: 900px;
	overflow: hidden;
	margin-left: 15px;
	background-color: #FFF;
	background-image: url(images/main_home_contenedor_bg.jpg);
	background-repeat: repeat-y;
	margin-bottom: -3px;
}
html>body #main_home_contenedor {
	height: 1%;
	width: 900px;
	overflow: hidden;
	margin-left: 15px;
	background-color: #FFF;
	background-image: url(images/main_home_contenedor_bg.jpg);
	background-repeat: repeat-y;
	margin-bottom: 0;
}
.main_home_contenedor_centro {
	height: 1%;
	width: 900px;
	overflow: hidden;
	margin-left: 15px;
	background-color: #000;
	background-image: url(images/main_home_contenedor_centro_bg.jpg);
	background-repeat: repeat-y;	
}
#main_home {
	display: inline-block;
	width: 665px;
	overflow: hidden;
	height: 1%;
	margin-top: 30px;
	float: left;
	margin-left: 8px;
}
html>body #main_home {
	display: inline-block;
	width: 665px;
	overflow: hidden;
	height: 1%;
	margin-top: 30px;
	float: left;
	margin-left: 15px;
}
.main_home_centro {
	display: inline-block;
	width: 900px;
	overflow: hidden;
	height: 1%;
	margin-top: 50px;
	float: left;
	margin-left: 1px;
	color: #FFF;
}


#main_home_right {
	width: 200px;
	height: 1300px;
	background-image: url(images/home_right_bg.jpg);
	background-repeat: repeat-y;
	float: right;
	margin-right: 8px;
}
html>body #main_home_right {
	width: 200px;
	height: 1300px;
	background-image: url(images/home_right_bg.jpg);
	background-repeat: repeat-y;
	float: right;
	margin-right: 15px;
}
#main_home_right_interior {
	width: auto;
	height: 1300px;
	text-align: center;
}
#main_home_right_final {
	width: 200px;
	height: 10px;
	background-image: url(images/home_right_final_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-bottom: -8px;
}
html >body #main_home_right_final{
	width: 200px;
	height: 10px;
	background-image: url(images/home_right_final_bg.jpg);
	background-repeat: no-repeat;
	float: right;
}
.home_right_box {
	height: auto;
	width: 166px;
	border: 1px solid #999;
	background-color: #FFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding: 7px;
}
html>body .home_right_box {
	height: auto;
	width: 166px;
	border: 1px solid #999;
	background-color: #FFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding: 7px;
}
#home_banner {
	height: 210px;
	width: 650px;
	margin-bottom: 35px;
	border: 1px solid #999;
}
.home_avisos_centrales_big {
	float: left;
	height: 180px;
	width: 315px;
	border: 1px solid #999;
	clip: rect(auto,auto,auto,15px);
}
#home_avisos_centrales_big1 {
	float: left;
	height: 180px;
	width: 325px;
	border-top-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: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-image: url(images/home_avisos_centrales_big_01.jpg);
	background-repeat: no-repeat;
}
#home_avisos_centrales_big2 {
	float: left;
	height: 180px;
	width: 325px;
	border-top-width: 1px;
	border-right-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: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-image: url(images/home_avisos_centrales_big_02.jpg);
	background-repeat: no-repeat;
}
#home_avisos_centrales_big3 {
	float: left;
	height: 180px;
	width: 325px;
	border-top-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: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-image: url(images/home_avisos_centrales_big_03.jpg);
	background-repeat: no-repeat;
}
#home_avisos_centrales_big4 {
	float: left;
	height: 180px;
	width: 325px;
	border: 1px solid #999;
	background-image: url(images/home_avisos_centrales_big_04.jpg);
	background-repeat: no-repeat;
}
.home_avisos_centrales_big_foto {
	height: 90px;
	width: 325px;
}
.home_avisos_centrales_big_text {
	height: 90px;
	width: 325px;
	background-image: url(images/home_avisos_centrales_big_text.jpg);
	background-repeat: repeat-x;
}
.home_avisos_centrales_small {
	width: 650px;
	height: 1%;
	overflow: hidden;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
	background-image: url(images/home_avisos_centrales_small_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FBFBFB;
}
.home_avisos_bandas_fat {
	float: left;
	height: 50px;
	width: 650px;
	background-color: #666;
	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: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	color: #FFF;
	background-image: url(images/home_avisos_centrales_fat_bg.jpg);
	background-repeat: repeat-x;
}
.home_avisos_bandas_fat_text {
	float: left;
	width: 600px;
	height: 50px;
}
.home_avisos_bandas_fat_flecha {
	float: right;
	height: 50px;
	width: 40px;
	background-color: #969696;
	margin-right: 5px;
}
#home_avisos_centrales_content {
	width: 680px;
	margin-left: 15px;
	display: inline-block;
}
#home_centro_multimedia {
	float: left;
	height: auto;
	width: 665px;
	margin: 20px 0px auto 0px;
}
#home_hora {
	padding-left: 0px;
}
html>body #home_hora {
	padding-left: -10px;
}
.reloj {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	border: 1px solid #000;
	height: 18px;
	width: 100px;
	font-size: 76%;
	color:#000;	
	margin-left: 5px;
	padding-top: 2px;
}
#content_fotos_home_fot {
	height: 64px;
	width: 104px;
	float: right;
	clear: both;
}
#content_fotos_home_text {
	float: right;
	clear: left;
	padding: 5px;
}
/* fin CONTENT */



/* BUTTOM 
--------------------------------------------------------------------- */
#button {
	float: left;
	width: 200px;
	height: auto;
	margin-left: 13px;
	overflow: visible;
	padding-top: 18px;
}
html>body #button {
	float: left;
	width: 200px;
	height: auto;
	padding-top: 8px;
	margin-left: 25px;
	overflow: visible;
}
#button a:hover   {
	color: #666;
	text-decoration: none;
	height: 25px;
	width: 190px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: -20px;
	margin: 0px;
}
.button_0  {
	height: 10px;
}
.button_1  {
	height: 25px;
	padding-top: 7px;
	padding-left: 10px;
	letter-spacing: 0.05em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
}
.button_2 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 69%;
	font-weight: normal;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 22px;
	padding-top: 7px;
	padding-left: 20px;
}
.button_3 	{
	height: 38px;
	padding-top: 7px;
	padding-left: 10px;
	letter-spacing: 0.05em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	line-height: 50%;
}
.button_4 {
	height: 22px;
	padding-top: 7px;
	padding-left: 60px;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 69%;
	color: #000;
	font-style: italic;
	line-height: 50%;
}
.button_5 {
	height: 18px;
	padding-top: 5px;
	padding-left: 60px;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 69%;
	color: #C30;
	font-style: italic;
	line-height: 40%;
}
/* fin BUTTON */



/* MAIN 
--------------------------------------------------------------------- */
#main {
	height: auto;
	width: 630px;
	float: left;
	margin: 5px 0 0 27.5px;
	clear: right;
	padding-bottom: 10px;
}
html>body #main {
	height: auto;
	width: 630px;
	float: left;
	margin: 5px 0 0 30px;
	clear: right;
}
#main #main_cuerpo_00  {
	text-align: right;
	width: 630px;
	height: auto;
	padding-top: 10px;
}
.main_titulo {
	width: 630px;
	height: 50px;
	padding-left: 0px;
	margin-top: 25px;
	margin-right: 0;
	margin-left: 0;
}
#main_titulo {
	width: 630px;
	height: 50px;
	padding-left: 0px;
	margin-top: 25px;
	margin-right: 0;
	margin-left: 0;
}
.main_aclaraciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 69%;
	height: auto;
	width: 630px;
	margin-bottom: 40px;
}
#main_titulo_nacimiento {
	width: 630px;
	height: 50px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	background-image: url(images/nacimiento_del_ministerio_tit.jpg);
	background-repeat: no-repeat;
}
#main #main_cuerpo_2  {
	margin-top: 20px;
	text-align: justify;
}
#main #main_cuerpo_3  {
	margin-top: 20px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
/* fin MAIN */



/* FOOTER 
--------------------------------------------------------------------- */
#footer_wraper {
	height: 320px;
	width: auto;
	background-image: url(images/footer_back.jpg);
	background-repeat: repeat-x;
}
#footer {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 320px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer_center_up {
	height: 170px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer_center_up_bg.jpg);
	background-repeat: no-repeat;
	display: block;
}
#footer_center_up ul{
	width:280px;
	display:inline;
	list-style-type:none;
	position:absolute;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 762px;
	height: 320px;
	float: left;
	background-image: url(images/footer_logo.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	}
#footer_center_up_button {
	background-image: url(images/footer_button_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	height: 28px;
	width: 220px;
	background-position: left top;
}
#footer_center_up_legales {
	text-align: center;
	color: #999;
	padding-top: 45px;
	width: 900px;
}
#footer_center_dowm_legales {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 59%;
	color: #666;
	padding-top: 30px;
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	background-image: url(images/footer_center_down_bg.jpg);
	background-repeat: no-repeat;
}
/* fin FOOTER */



/* MINISTERIALES 
--------------------------------------------------------------------- */
#fotografias_shadow {
	background-image: url(images/fotografias_shadow.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 385px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main_nacimiento_logo {
	background-image: url(images/nacimiento_del_ministerio_logo.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 130px;
	margin-top: 50px;
	background-color: #FAFAFA;
}
#integrantes_paloma {
	background-image: url(images/integrantes_paloma.jpg);
	background-repeat: no-repeat;
	background-position: 227px;
	margin-bottom: -25px;
	height: 25px;
}
.integrantes_fotos {
	height: 125px;
	background-repeat: no-repeat;
	float: left;
	width: 281px;
}
.integrantes_tit {
	height: 30px;
	background-repeat: no-repeat;
	float: right;
	width: 345px;
	margin-top: 80px;
}
.integrantes_contenedor_fot_tit {
	height: 125px;
	margin-bottom: 20px;
}
.integrantes_mail {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 69%;
	text-align: right;
	width: 630px;
}
.integrantes_fotos_fam {
	background-repeat: no-repeat;
	height: 125px;
	width: 352px;
	float: left;
}
.integrantes_tit_fam {
	float: right;
	width: 275px;
	display: inline;
	height: 50px;
	margin-top: 65px;
}
.integrantes_cuerpo {
	margin-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: justify;
}
#main #integr_cuerpo_03 {
}
#integr_cuerpo_dest {
	background-image: url(images/nacimiento_back_01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FEFEFE;
	height: 70px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	border: 1px solid #CCC;
	text-align: center;
}
.music {
	margin-top: 100px;
	float: right;
}
/* fin MINISTERIALES */




/* FUNDAMENTOS 
--------------------------------------------------------------------- */
.ministerios_02   {
	background-image: url(images/nacimiento_back_01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FEFEFE;
	padding: 10px;
	border: thin solid #999;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	overflow: hidden;
	height: 1%;
	width: auto;
}
#ministerios_resumen {
	height: 60px;
	padding: 20px;
	text-align: center;
	background-image: url(images/ministerios_resumen_bg.jpg);
	background-repeat: repeat-x;
}
/* fin FUNDAMENTOS */




/* IGLESIAS 
--------------------------------------------------------------------- */
.iglesias_contenedor_tit_pais {
	height: 40px;
	width: 630px;
	margin-top:20px;
}
.iglesias_titulo {
	color: #FFF;
	height: 20px;
	padding-top: 3px;
	padding-left: 10px;
	background-image: url(images/iglesias_titulo_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 485px;
	background-color: #FFF;
	background-position: bottom;
}
.iglesias_pais {
	color: #FFF;
	height: 20px;
	padding-top: 3px;
	background-image: url(images/iglesias_pais_bg.jpg);
	background-repeat: repeat-x;
	width: 125px;
	float: right;
	text-align: center;
	background-color: #FFF;
	background-position: bottom;
}
.iglesias_contenedor_dir {
	overflow: hidden;
	height: 1%;
	width: 630px;
	margin-bottom: 10px;
}
.iglesias_left {
	width: 500px;
	float: left;
}
.iglesias_right   {
	width: 125px;
	height: 50px;
	display: inline-block;
	float: right;
	padding-top: 7px;
	text-align: center;
}
.iglesias_horarios    {
	width: 630px;
	color: #999;
}
.iglesias_pastores   {
	width: 630px;
	overflow: hidden;
	margin-bottom: 20px;
}
#iglesias_pastores_foto {
	float: left;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.iglesias_pastores_nombres {
	float: right;
	width: 475px;
	height: 82px;
	padding-top: 46px;
	padding-left: 15px;
	background-image: url(../../images/especiales_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* fin IGLESIAS */



/* EVENTOS
--------------------------------------------------------------------- */
.eventos_agenda {
	height: 1%;
	width: 630px;
	overflow: hidden;
}
.agenda_mes {
	float: left;
	height: 1%;
	margin-top: 25px;	
	overflow: hidden;
}
.agenda_mes_titulo  {
	color: #FFF;
	background-image: url(../../images/agenda_bg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	width: 620px;
	padding-top: 2px 0 0 10px
	border: 1px solid #CCC;
	font-weight: bold;
	padding-left: 10px;
	background-position: bottom;
	margin-bottom: 3px;
	font-size: 88%;
}
.agenda_detalles  {
	float: left;
	padding: 10px;
	width: 610px;
	height: 1%;
	overflow: hidden;
}
.eventos_mas_detalles {
	height: 14px;
	width: 125px;
	float: right;
	font-weight: bold;
	color: #06C;
	text-align: right;
	font-size: 69%;
	cursor: pointer;
}
.ev_real  {
	height: 1%;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	float: left;
	padding: 15px;
	width: 600px;
	background-image: url(../../images/home_avisos_centrales_small_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FBFBFB;
}
.ev_real_fotos {
	float: left;
	background-color: #FFF;
	width: 110px;
	height: 80px;
	border: 1px solid #999;
	padding: 4px;
	background-repeat: no-repeat;
	background-position: center center;
}
.ev_real_text {
	float: right;
	height: 70px;
	width: 465px;
	margin-left: 15px;
}
.ev_real_resenia {
	height: 1%;
	width: 630px;
	overflow: hidden;
	margin-top: 35px;
	float: left;
}
.ev_real_res_subtit {
	background-color: #FFF;
	background-repeat: no-repeat;
	width: 370px;
	height: auto;
	background-position: center center;
	float: left;
}
.ev_real_res_text {
	background-color: #FFF;
	background-repeat: no-repeat;
	width: 350px;
	height: auto;
	background-position: center center;
	float: left;
	padding-left: 20px;
}
.ev_real_res_fotos {
	background-color: #FFF;
	background-repeat: no-repeat;
	width: 220px;
	height: auto;
	background-position: center center;
	float: right;
}
.ev_real_res_fot_indiv {
	background-color: #FFF;
	background-repeat: no-repeat;
	width: 208px;
	height: 150px;
	border: 1px solid #999;
	padding: 4px;
	background-position: center center;
	float: right;
	margin-bottom: 20px;
}
.ev_real_res_mas_fot {
	height: 30px;
	width: 630px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	float: left;
}
.ev_real_res_linea {
	float: left;
	height: 10px;
	width: 630px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.ev_real_pan {
	background-color: #FFF;
	background-repeat: no-repeat;
	width: 620px;
	height: 248px;
	border: 1px solid #999;
	padding: 4px;
	background-position: center center;
}
.ev_real_res_pan_pie {
	font-size: 69%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 1%;
	width: 630px;
	overflow: hidden;
	margin-bottom: 0px;
}
html>body .ev_real_res_pan_pie {
	font-size: 69%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 1%;
	width: 630px;
	overflow: hidden;
	margin-bottom: 40px;
}
.ev_real_res_copyright {
	font-size: 63%;
	color: #999;
	text-align: right;
	float: right;
}
/* fin EVENTOS */





/* MATERIALES *
--------------------------------------------------------------------- */
.mensajes_contenedor_foto_tit {
	width: 630px;
	overflow: hidden;
	height: 1%;
}
.mensajes_contenedor_foto {
	height: 183px;
	width: 118px;
	float: left;
	background-repeat: no-repeat;
}
.mensajes_tit_dc {
	height: 30px;
	width: 500px;
	float: right;
	background-repeat: no-repeat;
	margin-top: 100px;
}
.mensajes_y_ensenanzas_fotos_pred {
	height: 192px;
	width: 630px;
	overflow: hidden;
	margin-top: -7px;
	background-image: url(images/mensajes_predicadores_00.jpg);
	background-repeat: no-repeat;
}
.mensajes_y_ensenanzas_fotos_pred_indiv {
	float:left;	
	height: 192px;
	width: 155px;
	overflow: hidden;
}
#mensajes_y_ensenanzas_nombres  {
	overflow: hidden;
	height: 1%;
	width: 590px;
	padding-left: 35px;
	margin-top: -40px;
}
#mensajes_y_ensenanzas_nombres div {
	display: inline-block;
	float: left;
	width: 137px;
	text-align: center;
	color: #666;
}
#mensajes_aclaraciones {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 630px;
	height: 30px;
}
.mensajes_categoria_selector {
	height: 35px;
	width: 630px;
}
#mensajes_menu{
	background-color: #CCC;
	height: 25px;
	padding-left: 5px;
	padding-top: 1px;
}
.mensajes_lista_iconos {
	font-size: 69%;
	height: 20px;
	width: 195px;
	float: right;
	text-align: right;
	background-image: url(images/mensajes_iconos.gif);
	background-repeat: no-repeat;
}

.mensajes_menu_listado_tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-style: italic;
	font-weight: bold;
	height: 15px;
	width: 630px;
	padding-bottom: 7px;
}
.mensajes_menu_listado_extras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 69%;
	height: 15px;
	width: 630px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.mensajes_lista_flecha {
	background-image: url(images/mensajes_lista_flecha.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	width: 140px;
	background-color: #0F3;
}


/* mensaje individual ______________ */

.home_mens_cabezal {
	overflow: hidden;
	height: 1%;
}
.mensajes_cabezal {
	background-image: url(../../images/mensajes_cabezal_bg.jpg);
	background-repeat: repeat-x;
	height: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	overflow: hidden;
	background-position: bottom;
	padding-top: 27px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.mens_cabezal_fotos {
	background-color: #FFF;
	background-repeat: no-repeat;
	width: 83px;
	height: 104px;
	border: 1px solid #999;
	padding: 4px;
	background-position: center center;
	float: left;
}
.mensajes_titulo  {
	display: block;
	float: left;
	padding-left: 20px;
	height: 22px;
	width: 420px;
}
.mensajes_orador  {
	display: block;
	color: #666;
	float: left;
	width: 420px;
	height: 20px;
	padding-left: 20px;
}
.mensajes_fecha {
	display: block;
	color: #999;
	float: left;
	width: 420px;
	height: 18px;
	padding-left: 20px;
}
.mensajes_leyenda_audio {
	color: #666;
	display: block;
	text-align: right;
	width: 485px;
	float: right;
	height: 40px;
}

.mensajes_guardar_archivos {
	height: 12px;
	width: 485px;
	float: right;
	font-size: 70%;
	text-align: right;
	color:#06C;
}
.mensajes_guardar_archivos_linea {
	height: 12px;
	width: 485px;
	float:right;
	font-size: 90%;
	text-align: left;
	display: block;
}
.mensajes_iconos_guardar {
	background-image: url(images/mensajes_iconos_cabezal.gif);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 372px;
	margin-right:-8px;
}
html>body .mensajes_iconos_guardar {
	background-image: url(images/mensajes_iconos_cabezal.gif);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 363px;
	margin-right:0px;	
}
.mensajes_leyendas_guardar {
	font-size: 70%;
	height: 12px;
	float: left;
}

.mensajes_video {
	text-align: center;
	padding-bottom: 35px;
	width: 630px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;	
}
.mensajes_video_script {
	height: 275%;
	width: 366px;
}
.mensajes_audio {
	text-align: center;
	padding-bottom: 40px;
	width: 630px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;	
}
#mensajes_cuerpo {
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: justify;
}

.mensajes_noticias {
	background-color: #EEE;
	padding: 10px;
}
#video {
	height: 256px;
	width: 366px;
	margin-top: 27px;
	margin-left: 17px;
}


/* literatura ______________ */

.lit_cuerpo {
	height: 1%;
	width: 630px;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.lit_fotos {
	float: left;
	background-color: #FFF;
	width: 150px;
	height: 250px;
}
.lit_fotos_icon {
	float: left;
	background-color: #FFF;
	width: 150px;
	height: 80px;
}
.lit_text {
	float: right;
	height: auto;
	width: 470px;
	margin-left: 10px;
}


/* MENSAJE ORDENAR Reset ______________ */

#mensaje_ordenar ul, li {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

/* Style */
#mensaje_ordenar ul {
	list-style: url(none) none;
}
#mensaje_ordenar ul li {
	display: inline;
	float: left;
	position: relative;
	background-color: #DDD;
	width: 140px;
	border: 1px solid #999;
	margin: 0;
	list-style: url(none) none;
}
#mensaje_ordenar ul li a {
	text-decoration: none;
	background-color: #FFF;
	color:#06C;
	display: block;
	width: 140px;
	padding: 2px 0;
}
#mensaje_ordenar ul li a:hover, ul li a:active {
	background-color: #EEE;
}
#mensaje_ordenar ul li ul {
	position: absolute;
	display: none;
}
#mensaje_ordenar ul li ul li {
	display: list-item;
	float: none;
	margin: 0;
}
#mensaje_ordenar ul li ul li a {
	color:#06C;
}
/* fin MENSAJE ORDENAR */

/* fin MATERIALES */




/* CONTACTENOS 
--------------------------------------------------------------------- */
.invitaciones_bg {
	background-image: url(images/invitaciones_mundo.jpg);
	background-repeat: no-repeat;
	background-position: right 280px;
}
/* fin CONTACTENOS */




/* MAPA DE SITIO 
--------------------------------------------------------------------- */
.mapa_sectores {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #FFF;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #FFF;
	width: 500px;
	padding-left: 20px;
	height: 18px;
	line-height: 120%;
	background-repeat: no-repeat;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.mapa_secciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 35px;
	line-height: 130%;
	padding-left: 70px;
}
.mapa_secciones_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	margin-left: 50px;
	line-height: 130%;
}
.mapa_secciones_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	margin-left: 50px;
	line-height: 130%;
	font-style: italic;
}
.mapa_contenido {
	margin-left: 100px;
	font-weight: normal;
	font-style: normal;
	line-height: 130%;
	color: #999;
}
/* fin MAPA DE SITIO */




/* BUSQUEDA 
--------------------------------------------------------------------- */
#search {
	position:relative;
	float: right;
	width:476px;
	z-index:900;
	padding-right: 8px;
	margin-top: 7px;
	_margin-top: 7px;
}

#search img {display: none;}

#search-directory {
	position:absolute;
	top:26px;
	left:5px;
	width:496px;
	height:32px;
	overflow:hidden;
	z-index:400;
}
#search fieldset, #sidebarlogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
#search form, #sidebarlogin form {
	border: none;
	margin: 0px;
	padding: 0px;
}


#search label, #sidebarlogin label {
color: #444444;
}

#search input, #sidebarlogin input {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 16px;
}

#sidebarlogin label {
display: block;
margin-top: 5px !important;
}

#sidebarlogin input {
	width: 100%;
}
#sidebarlogin #checkbox_1 {	width: auto; float: right; border: 0 !important;}
#sidebarlogin h3 {
display: none;
}
.button {width: auto !important; height: auto !important; padding: 2px !important; margin-top: 5px !important; margin-bottom: 5px !important;}

#sidebarlogin #forgotpsswd {
	font-size: 100%;
	display: block;
	float: right;
	margin: 10px 0 0 1px;
}
#search select {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 15px;
}
#search textarea {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 15px;
}

#search-txt {
    position: absolute;
    top: 0px;
    left: 158px;
    width: 57px;
    height: 18px;
    color: #ffffff;
    font-size: 100%;
    line-height: 15px;
}

#ajaxSearch_input {
    position: absolute;
    top: 0px;
    left: 240px;
    width: 150px;
    height: 18px;
    font-size:110%;
	padding-left:5px;
}

#ajaxSearch_submit {
    width: 70px !important;
    height: 18px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent  url(images/search_70x21.gif) no-repeat center top;
    padding: 15px 0 0 !important;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    position: absolute;
    top: 0px;
    left: 400px;
}

#ajaxSearch_output {
    color: white;
    -moz-opacity:0.95 !important;
    opacity:0.95 !important;
    filter: alpha(opacity=95) !important;
    position: absolute;
    top: 23px;
    left: 220px;
    width: 250px !important;
    z-index: 1;
    border: 0;
    padding: 0;
    margin: 0;
	height: 0;
}
#ajaxSearch_output a {
	color: #fff;
	text-align: left;
	/*width: 172px;
	width: 93% !important;*/
}
#ajaxSearch_output p {margin: 0;}
.ajaxSearch_paging { }

.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    color: #0066CC;
    padding: 5px 10px 7px;
    margin: 0;
	font-style:italic;	
}
.AS_resultLink {
    text-decoration: underline;
    padding: 0;
    margin: 0;
    color: #0066CC;
	font-style:italic;
}
.AS_resultLink a {
    text-decoration: underline;
    padding: 0;
    margin: 0;
    color: #0066CC;
	font-style:italic;
}

.AS_ajax_resultDescription {
    color: #888;
}
#ajaxSearch_output .AS_ajax_more a { color: #0066CC; text-decoration:none;}
.AS_intro { display: none;}

.ajaxSearch_resultsInfos, .AS_ajax_resultsInfos  {
  margin:10px 0 10px 0;
}


.ajaxSearch_resultsDisplayed, .AS_ajax_resultsDisplayed {
color:#0066CC;
font-size:100%;
display:block;
float:right;
}
#ajaxSearch_output .AS_ajax_result a:hover { background-color: #0066CC; }

.ajaxSearch_grpResultsDisplayed, .AS_ajax_grpResultsDisplayed {
color:#0066CC;
font-size:100%;
display:block;
float:right;
}
.ajaxSearch_resultsExtract p {
color:#000000;
font-size:100%;
margin-bottom:100px;
}

.ajaxSearch_paging {
  display:block;
  margin:5px 0 10px;
}
.paging1 {
  padding:5px 0 10px;
  margin:0 0 20px;
  font-size:100%;
}
.paging1Infos{ margin:0 5px 5px; color: #0066CC;}
a.paging1Prev{ width:16px; margin:0 3px 0 0;display:block; float:left; text-indent:-3000px; background:url(images/asprev.png)  0 center no-repeat; }
a.paging1Next{ width:16px;display:inline-block;text-indent:-3000px; background:url(images/asnext.png) 0 center no-repeat; }

#dirsearch-txt {
position: absolute;
top: 0px;
left: 0px;
width: 118px;
height: 21px;
color: #4E5760;
font-size: 100%;
line-height: 23px;
}

#dirsearch-inp {
position: absolute;
top: 0px;
left: 123px;
width: 201px;
height: 18px;
}

#dirsearch-btn {
position: absolute;
top: 0px;
left: 329px;
width: 70px;
height: 21px;
}

#dirsearch-txt2 {
position: absolute;
top: 3px;
left: 405px;
width: 170px;
height: 21px;
color: #4E5760;
}

#dirsearch-txt2 a {
color: #4E5760;
}

#join {
position: relative;
}
    #join-inp {
    margin-top: 5px;
    width: 158px;
    height: 18px;
    }
    #join-btn {
    margin-top: 5px;
    width: 120px;
    height: 21px;
    }
.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color:#C00;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #FF9900;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #999900;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #33CC66;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #9933CC;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #006633;
  padding: 0;
  font-weight: bold;
}

div.post #websignupfrm label {display:block;width:430px;margin-bottom:8px;}
div.post #websignupfrm label input {position:absolute;left:170px;}
div.post #websignupfrm fieldset {border:none;}




/*layout.css 
--------------------------------------------------------------------- */
.FSF_searchResults {
	font-size: 100%;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}
.FSF_extract {
	font-size: 100%;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}
.FSF_resultLink {
	color: #618200;
}

.FSF_extract {
	font-size: 100%;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


/* Hace conflicto con las frases !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.highlight {
	font-size: 100%;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}
__*/



#main_home ul li{
	list-style-image: url(images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 110%;
}
#main_home p{
	list-style-image: url(images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 100%;
	margin-bottom:20px;
}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}

.ajaxSearch_resultLink {
	font-size: 120%;
	color: #0066CC;
	margin-bottom:100px;
	font-style:italic;
	height:20px;
}
.ajaxSearch_resultLink a {
	font-size: 120%;
	color: #0066CC;
	margin-bottom:100px;
	font-style:italic;
	text-decoration:underline;
	height:20px;	
}
.ajaxSearch_resultLink a:hover {
	font-size: 120%;
	color: #0066CC;
	margin-bottom:100px;
	font-style:italic;
	text-decoration:underline;
	height:20px;	
}
.ajaxSearch_resultLink a:visited {
	font-size: 120%;
	color: #0066CC;
	margin-bottom:100px;
	font-style:italic;
	text-decoration:underline;
	height:20px;	
}
.ajaxSearch_resultLink a:link {
	font-size: 120%;
	color: #0066CC;
	margin-bottom:100px;
	font-style:italic;
	text-decoration:underline;
	height:20px;	
}

.ajaxSearch_resultDescription {
	font-size: 120%;
	color: #0066CC;
	margin-bottom:100px;
	padding-left:15px;	
	height:20px;	
}
.busqueda_resultados a {
	color: #0066CC;
	text-decoration:underline;
}
.search_opciones {
	display: inline;
	height: 1%;
	width: 140px;
	overflow: hidden;
	float: left;
}

#navigation {
	float: right;
	width: 200px;
	padding:6px 33px 0 0;
	_padding:8px 25px 0 0;
}
#navigation ul {
	margin: 0 5px;
	float: right;
	width: 200px;
	padding: 0 0 0 0;
	list-style:none;
}
#navigation li { 
	float: left; 
	padding: 0; 
	list-style:none;
}
/*****************/
/* fin BUSQUEDA */





/* IDIOMAS ___________________________*/

.menu {
    font-family: arial, verdana, sans-serif;
    position: relative;
	text-align:right;
	padding-top: 3px;
	margin-top: 3px;
	width:420px;
	float:right;
}
* html .menu {
    font-family: arial, verdana, sans-serif;
    position: relative;
	text-align:right;
	padding-top:3px;
	margin: -5px 0 -6px 0;
	width:427px;
	float:right;
}
.rb_toggle {
    height: 12px;
    line-height: 8px;
    padding: 0 5px 0 0;
}
.rb_toggle span {
    color: #000;
    font-size: 105%;
    font-weight: bold;
    font-family: arial, verdana, sans-serif;
    cursor: hand;
    cursor: pointer;
}
.rb_toggle span.hover {
    color: blue;
}
.rb_menu {
	position: absolute;
	left: 55px;
	top: -4px;
	width: 240px;
	text-align:right;
    font-weight: bold;
	float:right;
}
.rb_menu ul,
.rb_menu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.rb_menu li {
    float: rigth;
    height: 25px;
    line-height: 25px;
    padding: 0 20px 0 0;
	margin: 0px 0 0 0;
}
* html .rb_menu li {
    float: rigth;
    height: 25px;
    line-height: 25px;
    padding: 0 15px 0 0;
	margin: 7px 0 0 0;
}

.rb_menu a {
    font-size: 100%;
    font-weight: bold;
    color: #900;
    text-decoration: none;
}
.rb_menu a:hover {
    text-decoration: underline;
}
.rb_menu a.current {
    color: #999;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* fin IDIOMAS ___________________________*/



/* COMUNICACIONES */
.comunicaciones_lista {
	height: 30px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 630px;
}
.comunicaciones_carta {
	font-size: 88%;
	width: 400px;
	font-weight: bold;
	float: left;
	padding-left: 10px;
}
.comunicaciones_fecha {
	font-size: 69%;
	width: 150px;
	float: left;
}
.comunicaciones_iconos {
	height: 15px;
	width: 20px;
	float: right;
	background-image: url(images/mensajes_iconos.gif);
	background-repeat: no-repeat;
	background-position: 80px 0px;
}

/* fin COMUNICACIONES ___________________________*/


