* { margin:0; padding:0;}

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;}


body {
	/*background: #666 url(../images/body_background.jpg) repeat;*/
  background: #666;
	font: 100%/160% Tahoma, Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	line-height: 1em;
	color: #434343;
	text-align: center;
}


/* layout */

#main_container {
  border:1px solid #fff;
  background: #fff;
	width: 944px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3px;
	padding-right: 3px;
}

#header_container {
	/*height: 255px;*/
	background: #ffffff url(../images/vacaciones_extremadura_logo_head.gif) no-repeat top right;
}

#head_titulo{
  height: 62px;	
  padding-top: 20px;
}

#head_titulo h1 {
 /*	margin-top: 20px; */
}

#header_banner {
  /*margin-top: 10px;*/
  height: 186px;
  background: #ffffff url(../images/cabecera.jpg) no-repeat center bottom;  
	
}

#head_titulo h1{
  font-size: 150%;
  color: #6B6B6B;
  margin-left: 10px;
}

#head_titulo h2{
  font-size: 100%;
  color: #669900;
  margin-left: 12px;
}


#head_menu_cont {
	height: 28px;
	/*margin-left: 15px;*/
	background: #669900;
	/*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 {
	/*border: 1px solid red;*/
  background: url(../images/head_menu_separador.gif)  no-repeat left top;
	float: left; 
	display: block;
	text-align: center;
	height: 28px; 
	/* width: 100px; */
	position: relative;
	padding-left: 18px; 
	margin-right: 10px;
}

#head_menu_cont  li.n {
	background:none !important;
}

#head_menu_cont  li a {
	display: block;
	margin-top: 5px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;

}


#head_menu_cont  li a:hover { 
	/*letter-spacing:1px;*/
	text-decoration: underline;
	/*color: #B80000;*/
}


#photo_container {
	border: solid #202020;
	border-width: 2px 0 2px 0;
}


#content_main {
	/* height: 300px; */
	/*width: 880px;*/
}

#content {
	width:520px;
	float: left;
	margin-top: 10px;
}

#content_extra {
  /*border: 1px solid red;*/

  min-height: 500px;
  height: auto !important;
  height: 500px;
  
	width:400px;
	float: right;
	margin-top: 3px;
  background: #EBEBEB;
}


/* footer */
#footer_logo {
	height: 166px;
	background: #ffffff url(../images/vacaciones_extremadura_logo_footer.gif) no-repeat top left;
}


#footer_head {
  height: 25px;
	/*width: 100%;*/
	background: #333333;
  margin-top: 15px;
}


#footer {
	background: #669900;
  /* height: 80px; */
  padding-bottom: 50px;
}


#menu_footer {
	height: 28px;
	/*margin-left: 15px;*/
	/*background: #669900;*/
	/*padding-top: 50px;*/
	/*padding-left: 50px;*/
}

#menu_footer ul {
	list-style-image: none;
	/* height: 40px; */
	/* margin-top: 10px; */
	/* background: Fuchsia; */
}

#menu_footer  li {
	/*border: 1px solid red;*/
  background: url(../images/head_menu_separador.gif)  no-repeat left top;
	float: left; 
	display: block;
	text-align: center;
	height: 28px; 
	/* width: 100px; */
	position: relative;
	padding-left: 18px; 
	margin-right: 10px;
}

#menu_footer  li.n {
	background:none !important;
}

#menu_footer  li a {
	display: block;
	margin-top: 5px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;

}


#menu_footer  li a:hover { 
	/*letter-spacing:1px;*/
	text-decoration: underline;
	/*color: #B80000;*/
}




/* 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;
}


#aviso_legal {
	margin-top: 20px;
	padding-left: 18px;
}

#aviso_legal a {
	color: #CCEE99;
}



/* copyright */
#copyright {
	text-align: left;
	color: #CCEE99;
	margin-top: 20px;
	padding-left: 18px;

}

#copyright a {
	color: #CCEE99;
	text-decoration: none;
	border-bottom: 1px dashed #CCEE99;
}

#copyright a:hover {
	color: #000000;
}




/* .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 {

	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	/***
  border-left-color: #434343;
	border-left-style: dashed;
	border-left-width: 1px;	
  ***/
}

.cubic_hoja_cont p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.2em;
	text-align: justify;
}

.cubic_hoja_cont h1 {
	/* color: #ec6400; */
	color: #282828;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 2.3em;	
	letter-spacing: -1px;
	font-weight: normal;	
	/* font-size: 200%; */
	padding-bottom:0.3em;
	line-height:1.1em;
}

.cubic_hoja_cont h2 {
	color: Gray;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.5em;	
	letter-spacing: -1px;
	font-weight: normal;	
	/* font-size: 200%; */
	padding-bottom:0.3em;
	line-height:1.1em;
}



.cubic_hoja_cont a {
	color: #ec6400;
}

.cubic_hoja_cont a:hover {
	color: #000000;
}

.cubic_hoja_cont img {
	padding: 6px;
	border: thin solid #C0C0C0;
}

.cubic_hoja_cont ul {
  list-style-type: none;
  margin-left: 20px;
}

.cubic_hoja_cont ul li{
}


/*
.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: 10px 0px 10px 0px;
	/*width: 590px; */
}

.list_item_img_cont {
	float: left;
	width: 92px;
  /*margin-left: 15px;*/
  padding-left: 15px;
}

.list_item_img_cont img{
	/* border: 1px solid #ccc; */
}

.list_item_content {
	float: left;
	padding: 0;
	width: 375px;
	line-height: 100%;	
	margin-left: 20px;
}

.list_item_title {
	margin-top: 8px;
}

.list_item_title a {
	font-size: 110%;
	font-weight: bold;
	color: #ED6D0F; 
	text-decoration: none;
	line-height: 100%;
}

.list_item_title a:hover {
	color: #000000; 
}

.list_item_desc {
	/*font-size: 90%;*/
  font-size: 80%;
	margin-top: 3px;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 4px dotted #FFBD21;
	color: #666;
}


.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;
}


/* alojamiento del dia */
#hotelDelDia{
  margin: 10px; 
  background: #fff;
}

#hotelDelDia_titulo{
  font-size: 130%;
  color: #000;
  background: #EBEBEB;
  padding: 0px 0px 10px 5px;
}

#hotelDelDia_nombre{
  font-size: 110%;
  font-weight: bold;
  color: #666;
  padding: 10px 5px;
}

#hotelDelDia_subsubzona{
  font-size: 80%;
  color: #858585;
  background: #E4E4E4;
  margin: 0px 2px;
  padding: 2px;
}

#hotelDelDia_subzona{
  font-size: 80%;
  color: #ADADAD;
  background: #EBEBEB;
  margin: 0px 2px;
  padding: 2px;
}

#hotelDelDia_descrip{
  font-size: 80%;
  color: #8C8C8C;
  padding: 10px;
  margin-top: 10px;
}

#hotelDelDia_imagenes{
  margin-top: 10px;
}

#hotelDelDia_foto{
  text-align: center;
  padding: 4px 0px;
  border: 1px solid #B2B2B2;
}

#hotelDelDia_thumbnails
{
  text-align: right;
  margin: 5px 5px 0px 0px;
}

#hotelDelDia_thumbnails img
{
  border: 1px solid #000;
}

#hotelDelDia_enlace{
	text-align: left;
	padding: 0px 10px 10px 10px;
}

#hotelDelDia_enlace a {
	color: #EC6400;
	font-size: 80%;
	/*  text-decoration: none;  */
}

#hotelDelDia_enlace a:hover {
	color: #000000;
}




#trade_extra {
  margin: 10px; 
  padding: 6px;
  background: #fff;
}

#trade_extra .trade_cont{
	width: 305px;
	margin: 20px auto 20px auto;
}

#googleads_extra {
  margin: 10px; 
  margin-bottom: 30px;
}

#googleads_extra .googleads_cont{
	width: 305px;
	margin: 20px auto 20px 10px;
}