body {
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color:#eaeaea;
}

td {
	font-size: 12px;
}

a {
	color: #013CFE;/*#006595;*/
	text-decoration: none;
}

a:hover {
	color: darkred;/*darkorange;*/
	text-decoration: underline;
}

h1 {
	font-size: 16pt;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}


h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}
/* INI *ADE */

h5 { 		
	color:#0000FF;
	font-size: 12px; }
/* FIN *ADE */

th {
	font-size: 12px;
	text-align: left;
}

form {
	margin: 0px;
}

input, textarea, select, optgroup, option {
	font-family: Verdana, sans-serif;
	font-size: 14px; /* *ADE */
}

button {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: steelblue;
	border: 1px outset #006595;
	color: white;
}

pre {
	font-family: "Courier New";
	font-size: 12px;
	text-align: left;
}

.err {
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

.imp {
	color: #CC3300;
	font-weight: bold;
	margin-bottom: 5px;
}

.msg {
	color: green;
	margin-bottom: 5px;
}

.msg2 {
	color: #B90000;
	margin-bottom: 5px;
}

.marker {
	color: red;
	font-weight: bold;
}

.hint {
	font-size: 10px;
	font-style: italic;
	color: gray;
}

#header {
	padding: 10px;
}

#logo {
	font-size: 8px;
	font-weight: bold;
}

#logo a {
	color: #00236A;
	text-decoration: none;
	font-size:9px;
}

#logo a:hover {
	color: #DF971E;
	text-decoration: none;
}

#today {
	font-size: 10px;
}

#nav {
	text-align: right;
}

#city {
	font-weight: bold;
	font-size: 14px;
	display: block;
}

#sidebar_left {
	padding-top: 10px;
	background-color: #FFE9D9; /*#F0F4FB*/
	border-right: 1px solid #B1C7DE;
	border-top: 1px solid #B1C7DE;
	border-bottom: 1px solid #B1C7DE;
	width:15%;
}

.buttons { width:90%; margin-left:auto; margin-right:auto;}
.buttons td {
	text-align: center;
	background-color:#333333	 /*steelblue */;
}

.buttons a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding: 3px;
}

#sidebar_left .head {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
}

#sidebar_left table.linkbox {
	margin-bottom: 15px;
}

#sidebar_left table.linkbox a {
	display: block;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid #DDDDDD;
}

table.sidebox {
	margin-bottom: 10px; width:90%; margin-left:12px; margin-right:auto;	
}

table.sidebox td {
	text-align: left;
}

#contentcell {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

#content {
	padding: 10px;
}

#path {
	background-color: #F5F5F5;
	background-color: #D20000;
	font-size: 16px;
	margin-bottom: 2px;
}

#path td {
	font-size: 16px;
	padding: 5px 5px 5px 10px;
	color: white;
}

#path a {
	color: #777777;
	color: WHITE;
	text-decoration: none;
}

#path a:hover {
	color: #ddcccc;
	text-decoration: underline;
}
#path h2 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

table.searchbox {
	background-color: #F5F5F5;
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

table.searchbox td {
	padding: 10px;
}

.eventnav {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}

table.dir {
}

table.dir_cat {
	
}

table.dir_cat th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	margin: 0px;
	padding-bottom: 5px;
}

table.dir_cat td {

}

table.dir_cat .count {
	color: #999999;
	font-size: 10px;
}

table.dir_cat th .count {
	color: gray;
	font-size: 10px;
}

table.postlisting { /* Version 5.0 */
}

table.postlisting td { /* Version 5.0 */
	padding: 4px;
}

table.postlisting td.head, table.postlisting tr.head td { /* Version 5.0 */
	/*font-weight: bold;
	background-color: #EAEAEA;*/
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 0px;
	font-size:12px;
	color:#773C00;
}

table.postlisting td.datehead { /* Version 5.0 */
	background-color: #FB8;
	/*border-bottom: 1px solid #CCCCCC;*/
	
	font-weight: bold;
	font-size:12px;
	border-bottom: 1px solid #CCCCCC;
}

table.postlisting td.icon { /* Version 5.0 */
}

table.postlisting td.icon img { /* Version 5.0 */
}

table.postlisting .posttitle { /* Version 5.0 */
	font-weight: bold;
}

table.postlisting .date { /* Version 5.0 */
	font-style: italic;
}

.postheader { /* Version 5.0 */
	width:100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #E0E0E0;
}

.postheader .icon { /* Version 5.0 */
	/*vertical-align: top;*/
}

.postheader .posttitle { /* Version 5.0 */
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.postheader .postarea { /* Version 5.0 */
	font-size: 11px;
	font-weight: normal;
}

.post { /* Version 5.0 */
	margin-bottom: 10px;
}

.post .link_marker { /* Version 5.0 */
	color: darkorange;
	font-weight: bold;
}

.disclosures {
	padding: 5px;
}

.disclosure_yes {
	color: green;
}

.disclosure_no {
	color: #900;
}

.disclosures b {
}

.postpics { /* Version 5.0 */
	margin-bottom: 10px;
	/*border-bottom: 1px solid #DDDDDD;*/
}

.postpics img { /* Version 5.0 */
	border: 0px solid black;
	/*padding: 10px;
	background-color: #FAFAFA;*/
}

.imglisting {
}

.imgitem {
	margin-bottom: 30px;
}

.imgitem .head {
	font-size: 12px;
	font-weight: bold;
}

.imgitem img.img {
	margin-top: 5px;
	border: 1px solid black;
}

.imgitem .caption {
}

.imgitem .poster {
	font-weight: bold;
}

.imgitem .time {
	font-weight: bold;
}

.imgitem .desc {
	margin-top: 5px;
}

.linkbox2 {
	background-color: darkorange;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	color: white;
}

.linkbox2 a {
	display: block;
	color: white;
}

.linkbox2 a:hover {
	color: white;
	text-align: center;
}

.imagecredits {
	padding: 5px;
}

.head {
	font-weight: bold;
}

.imagecredits a {
}

.imagecredits .count {
	color: #BBBBBB;
	font-size: 10px;
}

.comments {
}

.comments .head {
	font-size: 12px;
	font-weight: bold;
}

.commentitem {
	margin-bottom: 10px;
}

.commentitem .poster {
	font-weight: bold;
	display: block;
}

.commentitem .time {
	color: gray;
	display: block;
}

.commentitem .comments {
	display: block;
}

#sidebar_right_cities {
	background-color: #D2D2EC;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 5px 5px 5px;
}

#sidebar_right {
	background-color: #D2D2EC;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 5px 5px 5px 5px;
}

#sidebar_right a {
}

.citylist_country {
	display: block;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 2px;
}

.citylist_city {
	color: #600000;
	font-size: 12px;
	line-height:16px;
}

.citylist_city_select {
	color: #0000FF;
	font-size: 13px;
	line-height:18px;
	font-weight: bold;
}

#footer {
	color: #A0A0A0;
}

#footer td {
	font-size: 9px;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
}

table.postad {
	width:100%; /* *ADE */
}

img.thumb {
	border: 1px solid black;
}

.postpath {
	
	padding: 5px;
	padding-left:15px;
	border: 1px solid #DBC06F;
	background-color: #F7F0DD;
	font-size: 12px;
	color: brown;
	margin-bottom: 10px;
}

.postpath b {
	color: black;
}

.postpath a {
	font-weight: bold;
	color: #003399;
	font-size: 11px;
}

#search_top {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px solid #EAEAEA;
}

.invoice {
	background-color: #F0F0F0;
	border-right: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}

.invoice td {
/*	background-color: white; */
	padding: 5px;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.invoice .empty {
	background-color: white;
	border: 1px solid white;
}

.invoice .firstcell {
	font-weight: bold;
}

.invoice .maincell {
	/*background-color: #FAFAFA;*/
	text-align: right;
}

.invoice .totalrow td {
	background-color: #FAFAFA;
}

.invoice .totalrow .totalcell {
	background-color: #F3F3F3;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

.featuredad_first, .featuredad_first td {
	background-color: #FFEEC6;
	border-top: 1px solid #FFDF95;
	border-bottom: 1px solid #FFDF95;
	padding: 5px 5px 2px 5px;
	margin-bottom: 10px;
}

.featuredad, .featuredad td {
	background-color: #FFEEC6;
	border-bottom: 1px solid #FFDF95;
	padding: 5px 5px 2px 5px;
	margin-bottom: 10px;
}

.featuredad a, .featuredad_first a {
	font-weight: bold;
}

.post_note {
	color: green;
}

.latestposts { /* Version 5.0 */
	padding-top: 10px;
	margin-bottom: 10px;
}

.latestposts .head { /* Version 5.0 */
	padding-bottom: 5px;
	color: steelblue;
	font-size: 12px;
}

.latestposts td { /* Version 5.0 */
	border-top: 1px solid #F0F0F0;
}

.adcat {
	font-size: 9px;
	color: #444444;
	/*text-decoration: underline;*/
}

table.latestads_table td {
	padding: 1px;
}

table.latestads_table a.featured {
	font-weight: bold;;
}

.catlist .cat {
	padding: 1px;
	display: block;
}

.catlist .cat a {
	font-weight: bold;
}

.catlist .subcat {
	padding: 1px;
	display: block;
}

.catlist .count {
	color: gray;
}

.adpreview {
	display: block;
	font-size: 11px;
	line-height: 14px;
	color: gray;
}

/* Begin Version 5.0 */
.hits {
	font-size: smaller;
	text-align: right;
}

.wmd-preview {
	border: 1px solid silver;
	background-color: #FAF9F5;
	padding: 10px;
	margin-bottom:  10px;
}
/* End Version 5.0 */
.celda_b00 {
	BORDER-RIGHT: #bb1a1f 1px dashed; BORDER-TOP: #bb1a1f 0px dashed;
	PADDING-LEFT: 3px; BORDER-LEFT: #bb1a1f 1px dashed; PADDING-TOP: 3px; 
	BORDER-BOTTOM: #bb1a1f 1px dashed; 
	font-size: 10px
}
.celda_b0 {
	BORDER-RIGHT: #bb1a1f 1px dashed; BORDER-TOP: #bb1a1f 0px dashed;
	PADDING-LEFT: 3px; BORDER-LEFT: #bb1a1f 0px dashed; PADDING-TOP: 3px; 
	BORDER-BOTTOM: #bb1a1f 1px dashed; 
	font-size: 10px
}
.celda_b1 {
	BORDER-RIGHT: #bb1a1f 1px dashed; BORDER-TOP: #bb1a1f 0px dashed; 
	PADDING-LEFT: 3px; BORDER-LEFT: #bb1a1f 0px dashed; PADDING-TOP: 3px; 
	BORDER-BOTTOM: #bb1a1f 1px dashed; 
	font-size: 10px;
	text-align:right;
}

.ayuda1 li {font-size:14px; padding:5px;}
.tbayuda h2{ color:#2B009D; font-size:16px;}
.tbayuda {line-height:19px;}
.ayuda2 li { padding:4px;}
.consejo1 a{font-size:9px; color:#FF1212;}
.consejo1 { padding:25px;}
	
.adresaltado2 {width:100px;;float:left;}
.adnormal {width:60px;;float:left;}

.adresaltado {background-color:#FFDF95; font-size:16px; padding:50px;}
.adresaltado a {color:#D20000}
.serad li {font-size:14px; padding:5px;}
.fotosad {border:0px; background-image:url('images/fotosad.gif'); background-repeat:no-repeat; color:#900; padding-left:70px;}

.tb_des {
	border: 1px solid #990000;
	width:98%;
}
.tb_des td { padding:5px; vertical-align:top}
.tb_des2 td{vertical-align:top; font-size:16px; text-align:center}
.tb_des2_0 {width:15px}
.tb_des2_1 {border: 1px solid #ff0000; background-color:#FFDFCF} 
.tb_des2_2 {border: 1px solid #000032; background-color:#FF9FCF}
.tb_des2_3 {border: 1px solid #ff0000; background-color:#FF6FCF}
.tb_des3x1 {border: 1px solid #000032; background-image:url(images/3x1.gif); width:158px; background-repeat:no-repeat}

.microenlaces { width:220px; margin-top: 5px; margin-left:10px; margin-bottom: 5px; text-align:left; }
.adarea {color:#333; }
.sa1 {height:20px; width:100%;}
.sa1a,.sa1b {height:20px;float:left;}
.mapa h3 { color:#F00; font-size:16px}
.mapa h4 { color:#9000;}
.mapa p { padding:5px;}
/* móvil */
.tb_des4_1, .tb_des4_2 { background-repeat:no-repeat; width:250px; height:430px;  }
.tb_des4_1 p, .tb_des4_2 p{padding-top:200px; padding-left:108px; font-size:14px; }
.tb_des4_1 {background-image:url(images/movildestacar.jpg);}
.tb_des4_2 {background-image:url(images/movilresaltar.jpg);}
.nube{
   color: #666666;
   width: 100%;
   text-align: center;
}
.nube div.etiquetas{
   font-family: verdana,arial,helvetica;
   font-size:8pt;
   padding:5px;
}
.nube div.etiquetas span{
   margin: 0 3px 0 3px;
   height: 20pt;
   white-space: nowrap;
}
.nube div.etiquetas span.etiquetatam1{
   font-size: 110%;   
}
.nube div.etiquetas span.etiquetatam2{
   font-size: 120%;   
}
.nube div.etiquetas span.etiquetatam3{
   font-size: 130%;   
}
div.etiquetas span.etiquetatam4{
   font-size: 140%;   
}
.nube div.etiquetas span.etiquetatam5{
   font-size: 150%;   
}
.nube div.etiquetas span.etiquetatam6{
   font-size: 160%;   
}
.nube div.etiquetas span.etiquetatam7{
   font-size: 170%;   
}
.nube div.etiquetas span.etiquetatam8{
   font-size: 180%;   
}
.nube div.etiquetas span.etiquetatam9{
   font-size: 190%;   
}
.nube div.etiquetas span.etiquetatam10{
   font-size: 200%;   
}
.microbanner {
	float:left;
	text-align:center;
	padding:20px;
}

#welcome {
	text-align:left;
	color:#A6A6D9;}
	

#welcome h1 {
	font-weight:900;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
	color:#000;
	font-size:14px;}
#welcome h2 {
	font-weight:900;
	padding-left:10px;
	padding-right:10px;
	color:#999999;
	font-size:13px;}

#welcome h3 {
	font-weight:900;
	padding-left:10px;
	padding-right:10px;
	}
.publi_showad {
	style="width:100%;
	height:130px;
}
.publi_showad_bn
{
	padding:5px;
	width:150px;
	height:120px;
	background-color:#000;
	margin-left:5%;
	float:left
}
