* { margin:0; padding:0;}

body {
	background: #ffffff url(../images/body_background.jpg) repeat;
	font: 100%/160% Tahoma, Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	line-height: 1em;
	color: #434343;
	text-align: center;
}


/* layout */

#main_container {
	width: 650px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3px;
	padding-right: 3px;
	background: #000000 url(../images/main_background.gif) repeat-y top;
}

#header_container {
	background: #262626 url(../images/logo.gif) no-repeat 12px 12px;
	width: 646px;
	height: 110px;
	margin-left: 2px;
	margin-right: 2px;
}


#slideWrapper {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

#main_title {
	width: 400px;
	/* margin-top:30px; */
	margin-left: 225px;
	padding-top: 30px;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: White;
}


#secondary_title {
	width: 400px;
	margin-top: 5px;
	margin-left: 225px;	
	font-size: 110%;
	color: #E5FA00;
}


#head_menu_cont {
	width: 400px;
	margin-left: 225px;
	
	/*
	background: #ffffff url(../images/flor_background.gif) no-repeat right;
	padding-top: 50px;
	padding-left: 50px;
	*/
}

#head_menu_cont ul {
	list-style-image: none;
	/* height: 40px; */
	/* margin-top: 10px; */
	/* background: Fuchsia; */
}

#head_menu_cont  li {
	/* background: url(../images/head_menu_separador.gif) no-repeat left top; */
	float: left; 
	display: block;
	text-align: center;
	height: 30px; 
	/* width: 100px; */
	position: relative;
	padding-left: 4px; 
	margin-right: 20px;
}

#head_menu_cont  li.n {
	background:none !important;
}

#head_menu_cont  li a {
	display: block;
	margin-top: 10px;
	color: #C0C0C0;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;

}


#head_menu_cont  li a:hover { 
	/*letter-spacing:1px;*/
	text-decoration: underline;
	color: White;
}


#photo_container {
	border: solid #202020;
	border-width: 2px 0 2px 0;
}


#content_main {
	/* height: 300px; */
	width: 650px;
}

#navigation {
	width: 560px;
	padding-left: 20px;
	padding-right: 20px;
	/* padding-top: 45px; */
	/*float: left;*/
	/* background: url(../images/flor_background_menu.gif) no-repeat left top; */
	font-size: 0.8em;
}

#content {
	width:650px;
	/*float: left;*/
	/*padding-top: 45px;*/
}




h1, h2, h3, h4, h5, h6 {font-family: Helvetica, Arial, sans-serif; font-weight: bold;}

h1 {
	font-size: 190%;
	padding-bottom:0.3em;
}

h2 {
	font-size: 140%; 
	padding-bottom:1em;
	color:#663332;
}

h3 {font-size: 130%;}
h4 {font-size: 120%;}
h5 {font-size: 110%;}
h6 {font-size: 100%;}



/*in_line*/
img {border:0; vertical-align:top; text-align:left;}
.clear { clear:both;}



/* footer */

#footer {
	/*background: #202020 url(../images/footer_bground.gif) repeat-y top left;*/
	background: #202020;
	padding-bottom: 40px;
}

#footer_head {
	height: 110px;
	width: 100%;
	/* background: #ffffff url(../images/footer_top_bground.gif) no-repeat top left; */
}


#menu_footer {
	width: 540px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 45px;
	/* float: left;		*/
}

#feeds {
	width: 540px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 45px;	
	/* float: left; 	*/
}


/*
.footer{ background:url(/cubic/ap/temas/epsi/templates/principal/images/footer_top_line.gif) 0 0 no-repeat; padding:30px 0 49px 0; font-size:0.75em; color:#ffffff;}
.footer a{ color:#ffffff; text-decoration:none;}
.footer a:hover{color:#ffa000; text-decoration:none}
.footer span{ margin:0 487px 0 40px;}
.footer span a{ color:#ffffff; text-decoration:none;}
.footer span a:hover{ text-decoration:underline; color:#ffffff;}
.footer img{ vertical-align:middle; margin:0 0 0 6px;}
*/


/* novedades / recent articles */
#recent_articles_box {
	margin-top: 12px;
	margin-bottom: 12px;	
	
}

#recent_articles_box li {
	margin-top: 4px;
	padding-left: 15px;
	list-style-type: none;
	background-color: transparent;
	background-image: url(../images/bullet_lista_box_articulos.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

#recent_articles_box li a {
	text-decoration: none;
	color: #434343;
}

#recent_articles_box li a:hover{
	color: #000000;
	text-decoration: underline;
}


/* destacados / featured articles */
#featured_articles_box {
	margin-top: 12px;
	margin-bottom: 12px;	
}

#featured_articles_box li {
	margin-top: 4px;
	padding-left: 15px;
	list-style-type: none;
	background-color: transparent;
	background-image: url(../images/bullet_lista_box_articulos.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

#featured_articles_box li a{
	text-decoration: none;
	color: #434343;
}

#featured_articles_box li a:hover{
	color: #000000;
	text-decoration: underline;
}



/* menu de secciones fijas / sections menu */
#sections_box  {
	margin-top: 12px;
	margin-bottom: 12px;	
}

#sections_box li {
	margin-top: 4px;
	padding-left: 15px;
	list-style-type: none;
	background-color: transparent;
	background-image: url(../images/bullet_lista_naranja.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

#sections_box li a {
	text-decoration: none;
	color: #434343;
}

#sections_box li a:hover{
	color: #000000;
	text-decoration: underline;	
}



.box_title {
	font-size: 1.2em;
	font-weight: bold; 
	/* color: #3F3F3F; */
	color: #B80000;
}


/* menu de enlaces externos */
#links_box  {
	margin-top: 12px;
	margin-bottom: 12px;	
	font-size: 0.8em;	
}

#menu_footer .box_title {
	color: #DCDCDC;
}

#links_box li {
	margin-top: 4px;
	padding-left: 15px;
	list-style-type: none;
	background-color: transparent;
	background-image: url(../images/bullet_lista_naranja.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

#links_box li a {
	text-decoration: none;
	color: #FDCD00;
}

#links_box li a:hover{
	color: #C89C02;
	text-decoration: underline;	
}


/* feeds */
#feeds ul {
	margin-top: 12px;
	margin-bottom: 12px;	
	font-size: 0.8em;
}

#feeds .box_title {
	color: #DCDCDC;
}

#feeds li {
	margin-top: 4px;
	padding-left: 15px;
	list-style-type: none;
	background-color: transparent;
	background-image: url(../images/bullet_lista_naranja.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

#feeds li a.feeds_titulo {
	text-decoration: none;
	color: #599E2A;
}

#feeds li a.feeds_titulo:hover{
	color: #80E834;
	text-decoration: underline;	
}

#feeds li a.feeds_desc {
	font-size: 0.8em;
	text-decoration: none;
	color: #DCDCDC;
}

#feeds li a.feeds_desc:hover{
	color: #ffffff;
}


/* copyright */
#copyright {
	text-align: left;
	color: #C0C0C0;
	padding-left: 60px;
	padding-top: 70px;	
}

#copyright a {
	color: #C0C0C0;
	text-decoration: none;
	border-bottom: 1px dashed #D4D4D4;
}

#copyright a:hover {
	color: #B0B0B0;
}




/* .content span{ color:#ffa000; display:block;} */
.ind_1{ margin-top:17px;}

/*
.content .col_2 { 
	width: 700px;
}

.content .col_2 p { 
	line-height: 130%;
	margin-bottom: 0.8em;
}
*/


.cubic_hoja_cont {
	border-bottom: 3px dotted #CCCCCC;
	padding: 0 0 15px 0;
	margin: 20px 30px 15px 30px;
}

.cubic_hoja_cont p {
	margin-top: 1em;
	margin-bottom: 1em;
}



/*
.ind_bot{ margin-bottom:11px;}
.img_left{ float:left; margin:2px 20px 0 0;}
.pos{ position:relative; margin:-26px 0 0 223px;}
*/


/* list item */
.list_item_contenedor {
	margin: 0;
	margin-bottom: 30px;
	width: 590px; 
}

.list_item_img_cont {
	float: left;
	width: 150px;
}

.list_item_img_cont img{
	/* border: 1px solid #ccc; */
}

.list_item_content {
	float: left;
	padding: 0;
	width: 410px;
	line-height: 100%;	
	margin-left: 20px;
}

.list_item_title {
	margin-top: 8px;
}

.list_item_title a {
	font-size: 150%;
	font-weight: bold;
	color: #663333; 
	text-decoration: none;
	line-height: 100%;
}

.list_item_desc {
	/*font-size: 90%;*/
	margin-top: 3px;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px dashed #444444;
	color: #696969;
}


.list_item_fechaPub {
	color:#444444; 
	background:url(/cubic/ap/temas/epsi/templates/principal/images/date.jpg) left center no-repeat; 
	padding-left:22px; 
	padding-bottom:4px;
	width: 120px;
	float: left;
}

.list_item_fechaMod {
	color: #FF9900;
	background:url(/cubic/ap/temas/epsi/templates/principal/images/datemod.jpg) left center no-repeat; 
	padding-left:22px; 
	padding-bottom:4px;
	width: 120px;
	float: left;
}

/*
.list_item_fechaMod {

}
*/

/* list secciones */
.list_sec_contenedor {
	margin-top: 30px;
	width: 405px;
}

.list_sec_img_cont {
	float: left;
	width: 115px;
}

.list_sec_img_cont img{
	border: 1px solid #ccc;
}

.list_sec_content {
	float: left;
	padding: 0;
	width: 275px;
}

.list_sec_content h2 {
	margin-top: 8px;
}

.list_sec_content h2 a {
	color: #FF9900; text-decoration: none;
}

.list_sec_content p {
	/*font-size: 90%;*/
	color: #696969;
}


/* no se han encontrado elementos del listado*/
.no_elementos {
	margin: 3em 1em 3em 1em;
	text-align: center;
	color: #696969;
	font-size: 120%;
}


.volver_cont{
	text-align: center;
}

.volver {
	color: #000000; text-decoration: none;
}





/* numeracion de paginas */
.pag_container {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px dashed #5F5F5F;
	padding-top: 6px;
}



.pag_container ul li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

.pag_container ul li a{
	color: #5F5F5F;
	background-image: none;
}

.pag_container ul li a:hover {
	color: #000000;
}

.pag_container ul li a:visited {
	color: #5F5F5F;
}

.pag_current {
	font-weight: bold;
	color: #9CCE25;
}


.cubic_hoja_pag_siguiente_cont {
	text-align: right;
	padding-right: 15px;
	background-color: transparent;
	background-image: url(../images/flecha_pag_siguiente.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
}

.cubic_hoja_pag_siguiente_cont a {  
	text-decoration: none;	
	color: #FF9900;
}

.cubic_hoja_pag_siguiente_cont a:hover{
	color: #000000;
	text-decoration: underline;
}

.cubic_hoja_pag_anterior_cont {
	text-align: left;
	padding-left: 15px;
	background-color: transparent;
	background-image: url(../images/flecha_pag_anterior.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

.cubic_hoja_pag_anterior_cont a {  
	text-decoration: none;	
	color: #FF9900;
}

.cubic_hoja_pag_anterior_cont a:hover{
	color: #000000;
	text-decoration: underline;
}


/**/


/* mensajes de aviso y error para formularios */
.cubic_form_msjAviso, cubic_form_msjERROR {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 20px;
	border: 1px dashed #5F5F5F;
	padding: 10px;
	color: #ffcc33;
}

.cubic_form_msjERROR {
	color: #663332;
}


/* mapa google */
#cubic_mapaG_opciones {
	padding-left: 20px;
	margin: 5px 0 15px 0;
	
	font-size: 0.8em;
}

.canales_descrip {
	font-size: 1em;
}


#cubic_mapaG_opciones_items {
	list-style-type: none;
	margin: 10px 0 0 5px;
}


#cubic_mapaG_opciones_items li a{
	color: #434343;
	font-size: 1.1em;
}

#cubic_mapaG_opciones_items li a:hover{
	color: #000000;
}


.r_item_contenedor {
	width: 395px;
	margin-right: 10px;
	margin-top: 15px;
	float: left;
}

.r_item_img_cont {
	width: 100px;
	padding: 2px;
	border: thin solid Gray;
	float:left;
}

.r_item_content{
	width: 270px;
	float: left;
	margin-left: 10px;
}

.r_item_title a {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333; 
}

.r_item_title a:hover{
	color: #000000;
}

.r_item_desc {
	font-size: 11px;
	text-align: justify;
}

.r_item_more {
	color: #333333; 
}

.r_item_more a {
	color: #333333; 
}

.r_item_more a:hover {
	color: #000000; 
}

