@CHARSET "UTF-8";
img{
	border:0;
}
.module_menu{
	float:left;
	margin:0 20px;
	text-align:left;
}
.module_menu .link_footer_principal{
	color:#f1af1b;
}
.module_menu h2{
	font-size:10px;
	color:#f1af1b;
	margin-bottom:5px;
}
.module_menu a{
	color:#fff;
	text-decoration:none;
}
.module_menu a:hover{
	color:#f1af1b;
}
.module_menu li{
	list-style:none;
	color:#fff;
	font-size:11px;
	line-height:13px;
}

/**Estilo link de los banners*/
.link_anuncio{
	font-size:11px;
	font-weight:bold;
	padding:2px 13px;
	text-decoration:none;
}
.banner_long{
	width:196px;
	height:420px;
	float:left;
	vertical-align:bottom;
	background:#fff;
}
.banner_long div{
	margin-top:390px;
}


.detailService{
	float:left; 
	width:382px; 
	text-align:left;
	color:#7f7f7f;
        border-right: 1px #EAEAEA solid;
}

 .backBlue,  .backOrange,  .backGreen,  .backPurple,  .backRed{
 	padding: 2px 4px;
	color:#FFF;
    height:32px;
}
.ubicacion .backBlue, .ubicacion  .backOrange, .ubicacion .backGreen, .ubicacion .backPurple, .ubicacion .backRed{
	padding: 2px 4px;
	color:#FFF;
	width:130px;
    height:32px;
}
.eventos .backBlue, .eventos  .backOrange, .eventos .backGreen, .eventos .backPurple, .eventos .backRed{
	padding: 2px 4px;
	color:#FFF;
	width:250px;
    height:32px;
}
 .backBlue{
	 background-image: url('../images/lbbgBlue.png');
	 background-repeat:repeat-x;
}
 .backOrange{
	 background-image: url('../images/h2_orange.png');
	 background-repeat: no-repeat;
}
 .backGreen{
	 background-image: url('../images/h2_green.png');
	 background-repeat: no-repeat;
}
 .backPurple{
	 background-image: url('../images/h2_purple.png');
	 background-repeat: no-repeat;
}
 .backRed{
	 background-image: url('../images/h2_red.png');
	 background-repeat: no-repeat;
}

.pageWeb{
	color:#7f7f7f;
	font-size:30px;
	font-weight:bold;
	display:block;
	width:200px;
}

/**tabla borde redondealo*/
.tbl_top_left, .tbl_top_right, .tbl_bottom_left, .tbl_bottom_right{
	width:15px;
	height:15px;
	
}
.tbl_top_left{
	background-image:url(../images/tbl_top_left.png);
	background-repeat:no-repeat;
}
.tbl_top_right{
	background-image:url(../images/tbl_top_right.png);
	background-repeat:no-repeat;
}
.tbl_top_middle{
	background-image:url(../images/tbl_top_middle.png);
	background-repeat:repeat-x;
}
.tbl_middle_left{
	background-image:url(../images/tbl_middle_left.png);
	background-repeat:repeat-y;
}
.tbl_middle_right{
	background-image:url(../images/tbl_middle_right.png);
	background-repeat:repeat-y;
}
.tbl_bottom_middle{
	background-image:url(../images/tbl_bottom_middle.png);
	background-repeat:repeat-x;
}
.tbl_bottom_left{
	background-image:url(../images/tbl_bottom_left.png);
	background-repeat:no-repeat;
}
.tbl_bottom_right{
	background-image:url(../images/tbl_bottom_right.png);
	background-repeat:no-repeat;
}
.tbl_middle_center{
	background:#fff;
	color:#666;
}


/* estilo para los comentarios */
#div-comments{
    width: 185px;
    height: 400px;
    overflow: auto;
    margin-top: 15px;
    font-size: 11px;
   
    float: left;
}
#comments{
    text-align: left;
}

#comments ul{
    list-style: none;
}
#comments li{
    padding: 5px 0px 5px 5px;
    border-bottom: 1px gray dotted;
}
#comments li:hover{
    background-color: #C3D9FF;
}
#div-comments h3, #comment-form h3{
    border-bottom: 1px gray dotted;
    font-size: 12px;
    color: #005DAB;
    text-align: left;
}
#comment-form{
    background-color: #FFF;
    width: 180px;;
    padding: 5px;
    margin-top: 15px;
    height: auto;
    font-size: 11px;
    float: left;
    color: #CC0000;
    text-align: left;
}

.cInput{
    border: 1px gray solid;
    color: #333;
    background-color: #FFF;
    width: 100%;
}

.cButton{
    border: 0;
    background-color: #CC0000;
    color: #FFF;
    padding: 3px;
}
.cName{
    color: #CC0000;
}