.notas .notas_ch2 {
border: 1px solid #CCC;
text-align: center;
float: left;
width: 100px;
margin-left: 6px;
margin-bottom: 30px;
}
.notas .notas_ch2 .texto {
background: #333;
padding: 8px;
border-top: 1px solid #CCC;
height:50px;
}
.notas .notas_ch2 .foto {
height: 80px;
}
.notas .notas_ch2 h1 {
color: black;
font-size: 11px;
font-weight: bold;
text-decoration:underline;
}

#wrapper{
	margin:10px auto 0;
}

#wrapper h1{
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
}

#wrapper a{
	display:block;
	font-size:1.2em;
	padding-top:20px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

#tabContainer {
	padding:2px;
	/*background-color:#2e2e2e;*/
	-moz-border-radius: 4px;
	border-radius: 4px; 
}

.tabs{
	height:20px;
}

.tabs > ul{
	font-size: 10px;
	list-style:none;
	font-weight:bold;
}

.tabs > ul > li{
	margin-top:-11px;
	padding:5px;
	display:block;
	float:left;
	color:#000;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	border:solid 1px #CCC;
	background: #FFF; /* old browsers */
	/*background: -moz-linear-gradient(top, #0C91EC 0%, #257AB6 100%); /* firefox */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0C91EC), color-stop(100%,#257AB6)); /* webkit */
}

.tabs > ul > li:hover{
	background: #000; /* old browsers */
	/*background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #FFF;
}

.tabs > ul > li.tabActiveHeader{
	background: #000; /* old browsers */
	/*background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #FFF;
	font-weight:bold;
}

.tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	padding:10px 10px 25px;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed)); /* webkit */
	margin:0;
	color:#333;
	border:solid 1px #CCC;
}

body {color:#FFF; font-family:Arial; font-size:12px; margin:0px; background-color:#000;}


.contenMenu{height:51px; clear:right; font-size:12px; background-image:url(../Images/header_bg.jpg); }
.contenMenu a:link{ color:#CCC}
.contenMenu a:visited{ color:#CCC}
.contenMenu a:active{ color:#FFF}
.contenMenu a:hover{ color:#FFF}

.menu{text-decoration: none;height:26px; clear:right; padding-top:10px; font-weight:bold;}
.menu a:link{ text-decoration: none;color:#CCC;font-size:14px; margin-right:40px;}
.menu a:visited{ text-decoration: none;color:#CCC;font-size:14px; margin-right:40px;}
.menu a:active{ text-decoration: none;color:#FFF;font-size:14px; margin-right:40px;}
.menu a:hover{ text-decoration: underline;color:#FFF;font-size:14px; margin-right:40px;}

.notas {}

.titulo_preview_noticia { color:#333;}
.titulos {font-size:24px; text-transform:uppercase; color:#900; font-weight:bold;font-style: italic;}
.formulario { padding:5px; margin:5px;}
.formulario td {font-size:14px;}
.formulario th {font-size:14px;}

.nomCat {color:#333; font-size:12px;}
.notas .notas_ch {
border: 1px solid #CCC;
text-align: center;
float: left;
width: 154px;
margin-left: 6px;
margin-bottom: 30px;
}
.notas .notas_ch .texto {
background: #F4F4F4;
padding: 8px;
border-top: 1px solid #CCC;
height:60px;
}
.notas .notas_ch .foto {
height: 140px;
}
.notas .notas_ch .precio {
font-size: 14px;
color: red;
text-align: center;
padding: 4px;
font-weight: bold;
height:50px;
}

.notas .notas_ch h1 {
color: black;
font-size: 11px;
font-weight: bold;
text-decoration:underline;
}
.top_ubicacion { color:#FFF; padding:5px; font-size:12px; padding-left:10px; background-image:url(../Images/bg_content.png);}
.top_ubicacion a:link{ color:#FFF; font-weight:bold;}
.top_ubicacion a:visited{ color:#FFF; font-weight:bold;}
.top_ubicacion a:active{ color:#FFF; font-weight:bold;}
.top_ubicacion a:hover{ color:#FFF; font-weight:bold;}

.iframe-lista-bottom {text-align:center;padding:10px;color:#FFF;width:100%;}
.iframe-lista-bottom a {color:#FFF;font-weight:normal;padding:5px;min-width:14px;float:left;border:1px solid #333;text-align:center;background:#000}
.iframe-lista-bottom a.link_siguiente {width:65px;float:left}
.iframe-lista-bottom a.link_anterior {width:65px;float:right}
.iframe-lista-bottom a:hover {background:#000; color:#3CF;}
.iframe-lista-bottom b {border:1px solid #cccccc;padding:3px;background:#3CF;color:#000;width:14px;display:block;float:left;text-align:center}
.error {
	height:10px;
	background:url("../images/error.gif") no-repeat 0px 0px;
	padding-left:15px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #ff5432;
	margin-left:5px;
}
.success {
	height:10px;
	background:url("../images/ok.gif") no-repeat 0px 0px;
	padding-left:15px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	margin-left:5px;}
.objectErr{border: 2px solid #ffa17f;}
.objectOK{border: border: 2px solid #89b21b;}

.comentarios_btns {padding-top:10px}
.valorizacion {float:right;width:250px;}
.valorizacion b{float:right;font-size:12px;margin-right:4px;}
.link_mas{background:url(images/ico_mas.gif) no-repeat;width:16px;height:16px;text-indent:-9999px;float:right;margin-right:10px;}
.link_menos{background:url(images/ico_menos.gif) no-repeat;width:16px;height:16px;text-indent:-9999px;float:right;margin-right:4px;}
.link_reportar {background:url(images/ico_reportar.gif) no-repeat; padding-left:20px;font-size:11px;color:#666;margin-left:10px;}
.seprimero {background:#FFC;padding:20px;font-size:12px;margin-top:4px}