/* CSS Document */

/*---------------------------
		Html Inherente
----------------------------*/
html{
	background:url(../images/bg.jpg) no-repeat bottom center #fff ;
	background-attachment:fixed;
	}
body{
	
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#2F2F2F;
	}
  * {
	margin:0;
	padding:0;
	}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	color: #050d24;
	}
h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.5em;
	}
h3 {
	font-size: 1.1em;
	}
a {
	text-decoration:none;
	color:#000;
	}
a:hover {
	text-decoration:none;
	color:#0050AF;
	}
.href a {
	text-decoration:none;
	color:#000;
	}
.href a:hover {
	text-decoration:none;
	color:#0050AF;
	border-bottom:3px solid #0050AF;
	}
.clearfix:after{
	clear:both;
	content:".";
	height:0;
	display:block;
	visibility:hidden;
	}
p{ 
	line-height: 150%;
	}
			
/*---------------------------
	Estructura del Sitio
----------------------------*/
#contenedor{
	margin: 0 auto;
	width:777px;
	background:#FFFFFF; 
	}
#cabecera{
	height:137px;
	}
#menu_sup{
	height:37px;
	background: url(../images/bg_menu_sup.gif) repeat-x #098de7;
	}
#sidemenu_left{
	float:left;
	width:220px;
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	
	}
#sidemenu_right{
	float:right;
	padding:0 6px 0 10px;
	width:203px;
	}		
#contenido{
	background:white;
	margin:0 218px;
	padding:15px 4px 15px 4px ;
	_padding:15px 0px 15px 0px ;
	_margin:0 215px;
	}
#contenido_internal{
	background:white;
	margin:0 0 0 225px ;
	padding:15px 25px 15px 25px ;
	}	
#pie{
	background: url(../images/bg_pie.gif) bottom repeat-x #fff;
	
	clear: both;
	}
.cebu{
	background: url(../images/cow.gif) no-repeat fixed bottom right ;
	_background: url(../images/cow.gif) no-repeat static bottom right ;
	}					

/*---------------------------
		Menu
----------------------------*/

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	height: 30px;
	float: left;
	}

#menu ul li {
	display: inline;
	}

#menu ul li a {
	background-position: 0 0;
	color: #ffffff;
	padding: 5px 16px !important;
	padding: 5px 16px; /*altura-ancho*/
	float: left;
	text-decoration: none;
	}

#menu ul li a:hover{
	background: url(../images/bg-menu-hover.png) bottom no-repeat;
	color: #ffffff;
	height: 26px;
	opacity:.9;
	filter:alpha(opacity=90);
	}	

/*---------------------------
		Marco
----------------------------*/	

.head_marco{
	background:url(../images/cabe_marco.gif) no-repeat top;
	}
.cuerpo_marco{
	background:url(../images/cuerpo_marco.gif) repeat-y center;
	width:232px;
	}
.pie_marco{
	background:url(../images/pie_marco.gif) no-repeat bottom;
	}
	
/* Sidebar */


/*---------------------------
	Botones Menu
----------------------------*/	
/*>>>>>Boton Como Vender   */
.bottomcv {
	width: 107px; 
	}
.bottomcv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 107px; /*Ancho de la imagen*/
	}
.bottomcv ul li {
	line-height: 103px; /*Altura de la Imagen*/
	}
.bottomcv ul li a {
	display: block;
	width: 107px;
	background: url(../images/como_vender.gif)  no-repeat;
	cursor:pointer;
	text-indent:-9000px; /*para que no aparezca el txt en el href*/
	outline:0; 
	}
.bottomcv ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#fff;
	background-position:0 -100px; /*posicion a pasar el mouse por encima*/
	cursor:pointer;
	outline:0; 
	}
	
/*>>>>>Boton Como Comprar   */
.bottomcc {
	width: 107px; 
	}
.bottomcc ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 107px; 
	}
.bottomcc ul li {
	line-height: 103px; 
	}
.bottomcc ul li a {
	display: block;
	width: 107px;
	background: url(../images/como_comprar.gif)  no-repeat;
	cursor:pointer;
	text-indent:-9000px;
	outline:0;  
	}
.bottomcc ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#fff;
	background-position:0 -100px; 
	cursor:pointer;
	outline:0; 
	}
	
/*>>>>>Boton Noticias   */
.bottomn {
	width: 107px; 
	}
.bottomn ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 107px; 
	}
.bottomn ul li {
	line-height: 103px; 
	}
.bottomn ul li a {
	display: block;
	width: 107px;
	background: url(../images/noticias.gif)  no-repeat;
	cursor:pointer;
	text-indent:-9000px; 
	outline:0; 
	}
.bottomn ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#fff;
	background-position:0 -100px; 
	cursor:pointer;
	outline:0; 
	}
/*>>>>>Registrese   */
.bottomr {
	width: 107px; 
	}
.bottomr ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 107px; 
	}
.bottomr ul li {
	line-height: 103px; 
	}
.bottomr ul li a {
	display: block;
	width: 107px;
	background: url(../images/registrese.gif)  no-repeat;
	cursor:pointer;
	text-indent:-9000px; 
	outline:0; 

	}
.bottomr ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#fff;
	background-position:0 -100px; 
	cursor:pointer;
	outline:0; 
	}
/*---------------------------
	Input Forms
----------------------------*/	
.bg_input {
	background: url(../images/bg_input.gif) repeat-x;
	height:20px;
	border:1px solid #CCCCCC;
	}
.bg_input_txt {
	background: url(../images/bg_input.gif) repeat-x #FFFFFF;
	height:95px;
	border:1px solid #CCCCCC;
	}


		
/*---------------------------
	Comprar Aqui
----------------------------*/	
#cajatexto {
	background-color: #efefef;
	padding: 10px;
	margin: 10px;
}

/*---------------------------
	Clasificados Background
----------------------------*/	
.top_c {
	background:url(../images/top_clasificados.gif) top no-repeat;
	width:326px;
	}
.medio_c {
	background:url(../images/medio_clasificados.gif) center repeat-y;
	width:326px;
	}
.bottom_c {
	background:url(../images/bottom_clasificados.gif) bottom no-repeat;
	width:326px;
	}
.border_imagen{
	border-left: 3px solid #CCCCCC;
	border-right: 4px solid #CCCCCC;
	border-top: 3px solid #CCCCCC;
	border-bottom: 4px solid #CCCCCC;
	}	
	

/*---------------------------
	Indicadores economicos
----------------------------*/
.modulosimple{
	width:180px;

	}
.cajaamarilla{
	background:#F5E38E;
	padding:0.3em;
	border-left:4px solid #E9D787;
	border-right:4px solid #E9D787;
	color:#DD6F24;
	font-weight:bold;
	}				
.indicadores{
	float:right;
	}	
.cajagrissujeto{
	padding:0.5em;
	}
.cajagrisresultado{
	float:right;
	}
.clear{
	clear:both;
	}

/*---------------------------
	Tablas personalizadas
----------------------------*/		
.bg_table {
	 border-spacing:1px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:11px;
	 background-color:#E7E7E7;
	 color: #b7b7b7;
	 width:97%;
	 margin:auto;
     }

.bg_table td{
     border-collapse: separate;
     border-collapse: collapse;
     border-spacing: 0;
     }
	 
.bg_table caption {
     font-weight: bold;
     background: #77A3D7 url(adminimages/corner.gif) no-repeat right top; 
	 border-bottom:2px solid #4D85CA;
     color: #fff;
     text-transform: capitalize;
     padding:6px;
     margin:auto;
     }
	 
.bg_table td {
     padding: 2px;
	 border: 1px solid #FFF;
     }
	 
.bg_table  tr {
     text-align: left;
     background: #F5F5F5;
     color: #666;
     }
/*---------------------------
		Clasificados
----------------------------*/	 
.box_clasificado{
	padding:12px 0 18px 0; 
	width:250px;
	height:310px;
	border:1px solid #CCCCCC;
	margin: 0 auto;
	text-align:center;
	}
.cantidad_activos{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	}
.text_login{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	}		
.box_login_clasif{
	background:#f4f4f4;
	padding:4px;
	width:260px;
	margin:0 auto;
	}
.cant_dash{
	border:1px dashed  #067EE2;
	padding:10px;
	}	
	 