

html, body {
	margin: 1px 0px 0px 0px;
	font-size: 11px;
	background-color: #F2F3EE;
	text-align:center;
	/* Todo el portal en trebuchet... */
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

/* Para que no ocupen espacio los input type hidden:
   se ha puesto un class especifico en el back-end */
.hidden {
	padding:0;
	margin:0;
	width:0;
	height:0;
	position:absolute;
	left:-999px;
}

#contenedor {
	width: 785px;
	margin: 0 auto;
	text-align:left;
	overflow:visible;
}

#contenedor-boletin {
	width: 645px;
	margin: 0 auto;
	text-align:left;
}

/* Cabecera principal de todo el portal */

#header {
	background-image: url(../_img/img-header.gif);
	background-repeat: no-repeat;
	/*float: left;*/
	width: 789px;
	/*height: 113px;*/
	margin-bottom: 1px;
}

#header-logo {
	float: left;
	width: 69px;
}

#header-logo IMG {
	margin:10px 0 0 50px;
}

#header-txt {
	float: right;
	width: 600px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	padding: 2px 10px 1px;
}


#tools {
	float: right;
	margin: 0px 4px 0 250px;
}

#type-access-bkg {
	float: left;
	/*width: 236px;*/
	height: 33px;
	margin-right: 5px;
	border-bottom: 0px solid #ccc;
	background-image: url(../_img/bkg-header-right.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#type-access {
	text-align: center;
	padding: 7px 8px 0 2px;
}

#type-access SELECT {
	width: 150px;
	font-size: 9px;
	font-weight: 700;
	color: #960008;
	border: 1px solid #960008;
	background-color: #EFAEB2;
}

#buttons-bkg {
	float: left;
	/*width: 123px;*/
	height: 33px;
	margin-right: 5px;
	border-bottom: 0px solid #ccc;
	background-image: url(../_img/bkg-header-right.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#buttons {
	text-align: center;
	padding: 5px 8px 0 2px;
}

#search-bkg {
	float: left;
	/*width: 222px;*/
	height: 33px;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: -0.5px;
	color: #960008;
	background-image: url(../_img/bkg-header-right.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#search {
	margin: 0 auto;
	padding: 5px 8px 0 2px;
	/*width: 200px;*/
}

#search #txt-search {
	padding-top: 2px;
	width: 179px;
	float: left;
}

#search #btn-search {
	width: 21px;
	float: left;
}

#search #txt-search .txt {
	border: 1px solid #960008;
	background-color: #F0AEB0;
	color: #000;
	font-size: 10px;
	width: 100px;
}

.bkg-header-left {
	float:left;
	width:7px;
	margin: 0px;
	padding: 0px;
	height: 33px;
	border: 0px solid red;
	background: url(../_img/bkg-header-left.gif) top left no-repeat;
}

#langs-txt {
	margin: 10px 6px 15px 0px;
	float: right;
}

#langs-txt A {
	height: 12px;
	display:block;
	float:left;
	margin: 1px 2px 0;
}

.camara-txt {
	border-right:3px solid #920003;
	padding-right: 7px;
	padding-bottom: 1px;
	font-size: 11px;
	text-transform:uppercase;
	color: #797979;
	font-weight: 700;
	float:left;
	text-align:right;
	
	
	margin-right: 5px;
}

/* tools header */

/* columns main */
#columns {
	margin-top: 3px;
	float: left;
	width: 785px;
}

#column-left {
	float: left;
	width: 129px;
}

#column-right {
	float: right;
	width: 646px;
	padding-left: 3px;
	margin-left: 1px;
	margin-top:4px;
}

#content-column-left {
	width: 472px;
	float: left;
	padding-left: 5px;
	margin: 7px 0px 0px 0px;
}

#content-column-right {
	width: 145px;
	float: left;
	padding-right: 5px;
	margin: 7px 0px 0px 0px;
}



#top-header {
	float: left;
	width: 646px;
	/*height: 60px;*/
}

#top-header-content {
	float: left;
	width: 632px;
	/*height: 32px;*/
	font-family: Trebuchet MS;
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 6px;
	padding-left: 14px;
	letter-spacing: -1px;
}

#content-bkg {
	width: 646px;
	float: left;
	background-image: url(../_img/bkg-content.gif);
	background-repeat: repeat-y;
}

#content-wrapper {
	width: 640px;
	margin: 0 auto;
	/* TO CHECK */
	/*float: center;*/
}

#content {
	width: 640px;
	float: left;
	/*padding: 10px 5px;*/
	padding: 0px 0 0px 0;
	/*border: 1px solid red;*/
}

#column-right-content {
	float: left;
	width: 635px;
	/*background-color: #E8EEC8;*/
	padding-left: 5px;
}

#content-column-left DIV {
	/*overflow: hidden;*/
}


#bottom {
	float: left;
	width: 648px;
	height: 28px;
	background-position: left;
	background-repeat: no-repeat;
}

#img-page {
	margin: 0 0 0 3px;
	width: 640px;
	height:60px;
}

#column-right-right {
	float: right;
	/*width: 153px; muela*/
	width: 140px;
	margin: 0 0 0 0px;
}
/* columns main */


/* main menu 1 */
#main-menu1 {
	float: left;
	width: 129px;
}

#main-menu1-top-bkg {
	background-image: url(../_img/header-todomadrid.gif);
	background-position: left;
	background-repeat: repeat-y;
	float: left;
	width: 129px;
	height: 31px;
}

#main-menu1-top-content {
	font-size: 15px;
	color: #C61706;
	font-weight: bold;
	font-family: Trebuchet MS;
	padding-left: 35px;
	letter-spacing: -0.5px;
	padding-top: 8px;
}

#main-menu1-bkg {
	background-image: url(../_img/bkg-menu-1.gif);
	background-position: left;
	background-repeat: repeat-y;
	float: left;
	width: 129px;
}

#main-menu1-items {
	float: left;
	width: 125px;
	line-height: 15px;
}

.main-menu1-item, .main-menu2-item {
	background-image: url(../_img/bkg-item-menu1-off.gif);
	background-repeat: no-repeat;
	/*background-position: left:
	float: left;*/
	width: 120px;
	border-bottom: 1px solid #EBEBE7;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 1px;
}

.main-menu1-item-active, .main-menu2-item-active {
	background-image: url(../_img/bkg-item-menu1-on.gif);
	background-repeat: no-repeat;
	/*background-position: left:
	float: left;*/
	width: 116px;
	border-bottom: 1px solid #EBEBE7;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 1px;
}

.main-menu1-item A.item, .main-menu2-item A.item {
	padding-left: 2px;
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #7B7B66;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.5px;
}

.main-menu1-item-active A.item, .main-menu2-item-active A.item {
	padding-left: 2px;
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #2F2F21;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.5px;
}

.submenu {
	padding: 0px;
	width: 124px;
	background-color: #EBEBE7;
	margin-left: 1px;
}

.submenu2 {
	padding: 0px;
	width: 124px;
	background-color: #EBEBE7;
	margin-left: 1px;
}

.submenu-item {
	padding-left: 15px;
	border-bottom: 1px solid #FFF;
	width: 110px;
	line-height: 14px;
}

.submenu-item-active {
	padding-left: 15px;
	border-bottom: 1px solid #FFF;
	width: 110px;
	/*height: 15px;*/
	background-color: #DAE3B1;
	line-height: 14px;
}

.submenu-item A {
	text-decoration: none;
	font-size: 9px;
	color: #2F2F21;
	background-color: #EBEBE7;
	background-image: url(../_img/bkg-subitem-menu1-off.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	
}

.submenu-item-active A {
	text-decoration: none;
	font-size: 9px;
	color: #2F2F21;
	font-weight: bold;
	background-image: url(../_img/bkg-subitem-menu1-on.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
}


.main-menu1-item A:hover, .main-menu2-item A:hover {
	text-decoration: none;
	background-color: #EBECE7;
	color: #000;
}

#main-menu1-bottom {
	float: left;
	width: 129px;
	height: 19px;
	background-image: url(../_img/bottom-menu.gif);
	background-repeat: no-repeat;	
}
/* main menu 1 */


/* boletin */
#boletin {
	float: right;
	width: 153px;
	background-color: #FFF;
	margin: 0px 0px 5px 0px;
}

#boletin-header, #ads-header {
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	color: #2D2D23;
	padding: 4px 0px 4px 8px;
	letter-spacing: -0.5px;
	line-height:14px;
}

#bkg-boletin-header, #bkg-ads-header {
	background-image: url(../_img/header-boletin.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #E8EEC8;
	border-bottom: 1px solid #ccc;
}

#bkg-boletin-bottom, #bkg-ads-bottom {
	background-image: url(../_img/bottom-boletin.gif);
	background-repeat: no-repeat;
	width: 153px;
	height: 8px;
	float: left;
	background-color: #E8EEC8;
}

#boletin-content-1, #boletin-content-2 {
	float: left;
	padding: 6px;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	padding-bottom: 8px;
}

.boletin-checkbox-item-1, .boletin-checkbox-item-2 {
	float: left;
	width: 139px;
}

.boletin-checkbox-item-1 {
	margin-bottom: 0px;
}

.boletin-checkbox {
	float: left;
	width: 15px;
}

.boletin-checkbox-txt {
	font-size: 10px;
	color: #C81101;
	padding-top: 3px;
	float: left;
	width: 105px;
	padding-left: 5px;
}

#boletin-content-1 {
	border-bottom: 1px solid #CFCFCF;
}

#boletin-content-2 {
	font-size: 10px;
	color: #000;
	height: 25px;
	margin-bottom: -3px;
	width: 139px;
	float: left;
}

#boletin .txt {
	border: 1px solid #000;
	color: #000;
	font-size: 9px;
	font-family: verdana;
	width: 100px;
}

#boletin-txt {
	padding-top: 2px;
	float: left;
	margin-right: 2px;
}

.submit-btn-bkg {
	float: right;
	padding-left: 5px;
	background-image: url(../_img/btn-ok.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 17px;
}

* html .submit-btn-bkg_saludybelleza {
	padding-left: 5px;
	background-image: url(../_img/btn-ok.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 60px;
	margin-top:30px;
	
}

.submit-btn-bkg_saludybelleza {
	float: right;
	padding-left: 5px;
	background-image: url(../_img/btn-ok.gif);
	background-repeat: no-repeat;
	width: 25px;
	padding-right:150px;
	height: 60px;
	margin-top:27px;
	
}

.submit-btn-bkg-left {
	float: left;
	padding-left: 5px;
	background-image: url(../_img/btn-ok.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 17px;
}


.submit-btn-content A, A.visited {
	padding: 3px 0 0 5px;
	margin: 0px auto;
	width: 20px;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
/* end boletin */

/* footer-boletin definition */
#footer-boletin {
	width: 645px;	
	float: left;
	margin: 10px 0px;
	text-align: center;
}

#footer-boletin #footer1, #footer #footer1 A {
	padding: 5px 0px;
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px dotted #787C63;
}

#footer-boletin #footer1 A {
	color: #797B65;
}

#footer-boletin #footer2 {
	padding: 6px 0px;
	border-bottom: 1px dotted #787C63;
}

#footer #footer2-left {
	padding: 6px 0px;
	border-bottom: 1px dotted #787C63;
	text-align: left;
}

#footer-boletin #footer2 A {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

#footer-boletin #footer3 {
	padding: 12px 0px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px dotted #787C63;
}

#footer #footer3 .red {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #D92C25;
	letter-spacing: -0.9px;
}
/* footer definition */



/* footer definition */
#footer {
	width: 785px;
	float: left;
	margin: 10px 0px;
	text-align: center;
}

#footer #footer1, #footer #footer1 A {
	padding: 5px 0px;
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px dotted #787C63;
}

#footer #footer1 A {
	color: #797B65;
}

#footer #footer2 {
	padding: 6px 0px;
	border-bottom: 1px dotted #787C63;
}

#footer #footer2 A {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

#footer #footer4 {
	padding: 0px 0px;
	border-bottom: 1px dotted #787C63;
}

#footer #footer4 A {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

#footer #footer3 {
	padding: 12px 0px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000;	
}

#footer #footer3 .red {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #D92C25;
	letter-spacing: -0.9px;
}
/* footer definition */



/* ads banner */
#ads-1 {
	margin-top: 6px;
	width: 126px;
	float: left;
	text-align: center;
}

#ads-1-img {
	margin-top: 6px;
	width: 126px;
	float: left;
	text-align: center;
}

#ads-2 {
	float: right;
	width: 153px;
	background-color: #FFF;
	margin: 0px 0px 5px 0px;
}

#ads-2-img {
	padding-top: 10px;
	width: 100%;
	text-align: center;
}

/* content */
#ads-1-google {
	float: right;
	width: 444px;
	margin-top: 4px;
	margin-right: 5px;
	border: 1px solid #CCC;
	padding: 3px;
}

#ads-1-google-left, #ads-1-google-right {
	font-size: 10px;
	width: 221px;
}

#ads-1-google-left {
	float: left;
}

#ads-1-google-right {
	float: right;
}

#ads-1-banner {
	width: 468px;
	float: left;
	margin-left: 0px;
	padding: 10px 0px;
}

/* column right */
#ads-2-google {
	border: 1px solid #EBECE7;
	padding: 6px;
	font-size: 10px;
	width: 129px;
}

#bkg-ads-content {
	padding: 4px;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}

#ads-content {
	float: left;
	width: 472px;
	margin: 0px 0 5px 0;
}

#ads-central-top {
	float: left;
	width: 463px;
	/*height: 16px;*/
	/*background-image: url( "_img/bkg-ads-central-top.gif" );*/
	background-image: url(../_img/bkg-ads-central-top.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCC;
	font-size: 11px;
	color: #2E2F21;
	font-weight: bold;
	font-family: Trebuchet MS;
	padding-left: 9px;
	padding-top: 1px;
}

#ads-central-content-bkg {
	background-image: url(../_img/bkg-ads-central.gif);
	background-repeat: repeat-y;
	float: left;
	width: 472px;
}

#ads-central-content {
	float: left;
	width: 468px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	margin-left: 1px;
}

#ads-central-bottom {
	background-image: url(../_img/bkg-search-results-bottom.gif);
	background-repeat: no-repeat;
	width: 472px;
	height: 9px;
	float: left;
}

#ads-3-google {
	margin-top: 8px;
	border: 1px solid #EBECE7;
	padding: 6px;
	font-size: 10px;
	width: 120px;
}
/* ads banner */

.izquierda {
float: left;
}

.derecha {
float: right;
}

.clearboth {
	clear: both;
}

#google-ads {
	float: left;
	width: 464px;
	/*padding: 0px 4px 3px 3px;*/
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	
}
/*
Estilos para el boletín
*/

.seccion{
	width: 50%;
	align: left;
}

.superseccion{
	color: #CC0000;
}

#boletin-completo{
	color: #CC0000;
}

#seleccion-secciones{
	width: 100%;
}

#texto-bajo-titulo{
	width: 100%;
}

#boletin-completo{
	width: 100%;
}

#user-data input {
	border: 1px solid #05367B;
	/*background-color: #D7E3F1;*/
	color: #05367B;
	width: 200px;
}
#user-data select {
	border: 1px solid #05367B;
	/*background-color: #D7E3F1;*/
	width: 200px;
	color: #05367B;
}

.titulo_tiempo {
	color:#000000;
	font-weight:bold;
	font-size:21px;
	margin:10px 0px 14px 10px;
}

