/* CSS Document */


/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;

}

:focus {
	outline: 0;
}


caption, th, td {
	/*text-align: left;
	font-weight: normal;*/
}

a img, iframe {
	border: none;
	
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {

}

select {
	margin: inherit;
}

a {
	text-decoration:none;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }



/* LAYOUT TOOLS */

.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.textJustify		{ text-align: justify; }
.fix				{ overflow:hidden; }
/*


/* INDEX */


body {
	background-image:url(../imagenes/fondo.jpg);
	background-repeat:repeat-x;
	background-color:#f5e9d3;	
	font-family:Arial, Helvetica, sans-serif;	
	color:#473624;
}

div#principal{
	width:833px;
	padding-bottom:30px;
}

/* CABECERA */

div#cabecera{
	background-image:url(../imagenes/cabecera.jpg);
	background-repeat:no-repeat;
} 

div#contenido-cabecera {
	height:160px;
}


div#menu {
	padding-top:8px;	
}

div#menu a{
	font-size:12px;
	color:#f8f0e0;
	font-weight:bold;
	margin-left:30px;
	text-align:right;	
}

div#menu a.alta-url{
	color:#ffa03b;
	font-size:14px;
}

div#menu a:hover{
	text-decoration:underline;
}

/* BUSCADOR */

form#buscador {
	text-align:right;
	margin-top:30px;
	float:right;
	width:50%;
	overflow:hidden;
	display:inline;
}

form#buscador input.txt {
	font-size:14px;
	border: 2px solid #cab796;
	width:300px;
	padding:2px;
	font-weight:lighter;
	float:right;
}


form#buscador a{
 	float:right;
	margin-left:5px;	
}

/* FIN BUSCADOR */

/* LOGIN */

form#login {
	text-align:left;
	margin-top:30px;
	float:left;
	overflow:hidden;
	display:inline;
	width:49%;
}

form#login input.txt {
	font-size:11px;
	border: 1px solid #cab796;
	width:100px;
	font-weight:lighter;
}


form#login a.acceder{
	margin-left:5px;
	color:#473624;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;	
}

form#login span{
	color:#473624;
	font-size:11px;
}

form#login a.acceder:hover{
	text-decoration:underline;
}

form#login a.recordar{
	margin-left:5px;
	color:#473624;
	font-size:11px;
}

form#login a.recordar:hover{
	text-decoration:underline;
}

div#usuario {
	text-align:left;
	margin-top:30px;
	float:left;
	overflow:hidden;
	width:50%;
	color:#473624;
	font-size:12px;

}

div#usuario span{
		color:#473624;
}

div#usuario a.salir{
		color:#473624;
}

div#usuario a.salir:hover{
	text-decoration:underline;
}

form#recordar {
	margin-top:20px;
	font-size:12px;
	margin-bottom:10px;
	color:#FF6600;
}

form#recordar input.txt {
		font-size:14px;
		padding:2px;
	border: 1px solid #cab796;
	width:200px;
	font-weight:lighter;
}

form#recordar a.enviar_clave {
	text-decoration:none;
	font-weight:bold;
	color:#473624;
}

form#recordar a.enviar_clave:hover {
	text-decoration:underline;
}

/* FIN LOGIN */

div#fotos {
	background-image:url(../imagenes/fotos.jpg);
	height:113px;
	clear:both;
}

/* FIN CABECERA */

/* CUERPO */

div#cuerpo{
	padding-top:10px;
}


/* LISTADO CATEGORIAS INICIO */

div#col-categorias {
	width:664px;
}

div.categorias {
	overflow:hidden;
	float:left;
	width:166px;
}

div.categorias ul{
	margin-bottom:20px;
	height:140px;
	overflow:hidden;

}

div.categorias ul li.categoria {
	color:#473624;
	font-weight:bold;
}

div.categorias ul li{
	font-size:12px;
	padding-left:8px;
	margin-bottom:4px;
	_margin-bottom:0;
	.margin-bottom:0;	
}

a.ver_todas {
	color:#FF6600!important;	
}

div.categorias ul li.nom-categoria{
	background-image:url(../imagenes/fondo_categoria.gif);
	height:15px;
	padding:3px 3px 3px 10px;
	margin-bottom:10px;
	font-weight:bold;
}


div.categorias ul li a{
	color:#473624;	
}

div#banner-pie{
	width:164px;
	overflow:hidden;
	border: 1px solid #c7b492;
	font-size:11px;
	color:#473624;
}

div#banner-pie ul {
	padding-top:10px;
}

div#banner-pie ul li {
	margin-left:6px;
	margin-right:6px;
	text-align:left;
	margin-bottom:10px;
	overflow:hidden;
	color:#473624;
}

div#banner-pie ul li a{
	font-weight:bold;
	margin-bottom:5px;
	display:block;
	font-size:11px;
	line-height:14px;
	color:#ff6600;
}

div#banner-pie ul li p{
	font-size:11px;
	line-height:14px;
	text-align:left;
}

div#banner {
	background-color:#f5e9d3;
	width:475px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	height:33px;
	font-size:11px;
	color:#243053;
	overflow:hidden;
	margin-top:8px;
	float:right;
}

div#banner p#desc-banner {
	font-size:11px;
	line-height:13px;
	color:#333333;
	height:15px;
	overflow:hidden;
}

div#banner a#url-banner {
	font-size:13px;
	display:block;
	text-decoration:underline;
	font-weight:bold;
	color:#ff6600;
}

div#banner a#url-banner:hover {
	text-decoration:none;	
}

/* LISTADO CATEGORIAS INICIO */

div.contenido {
	width:820px;
	margin-top:20px;
	margin-bottom:10px;
	font-size:12px;
	color:#473624;	
}

div.contenido p{
	text-align:justify;
}

div.contenido h1{
	font-size:12px;
	font-weight:bold;
	color:#473624;
	margin-bottom:10px;
}





/* Enlaces */

div.enlaces {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	margin-top:10px;
}


div.enlaces a{
	text-decoration:underline;
	color:#434343;
}

div.enlaces a:hover{
	text-decoration:none;	
}

/* Fin enlaces */ 

/* Recomendamos */

div.recomendamos {
	margin-top:20px;	
	color:#FFFFFF;
	font-size:11px;
}

div.recomendamos a{
	color:#FFFFFF;
	font-size:11px;
}

div.recomendamos-cuerpo{
	padding-left:10px;
	padding-right:10px;
	background-color:#0276c8;
}

/* Fin Recomendamos */

/* Google */
div.google {
	margin-top:10px;
	margin-bottom:10px;
}
/* Fin google */


div#pie {
}

div#pie a{
}



/* LISATDO DE EMPRESAS */



ul#empresas {
	margin-top:10px;
	margin-bottom:10px;
}

ul#empresas li {
	margin-bottom:20px;
	overflow:hidden;
}

ul#empresas li.destacado {
	background-color:#FFFFFF!important;
}


ul#empresas li div.col-foto{
	width:172px;
	float:left;
}

ul#empresas li div.col-foto img{
	border:1px solid #000000;
}

ul#empresas li div.col-texto{
	float:right;
	width:630px;
	padding:4px;
}



ul#empresas li a.mas_info{
	background-image:url(../imagenes/fondo-bt.gif);
	display:block;
	color: #473624;
	font-weight:bold;
	width:90px;
	height:18px;
	padding-top:2px;
	margin-bottom:4px;	
	text-align:left;
	padding-left:10px;
}

ul#empresas li div.col-texto p{
	margin-bottom:8px;
}



/* FIN LISTADO DE EMPRESAS */

/* RAIZ */

div#ruta-categorias {
	color:#473624;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom:4px;
	margin-top:20px;
	font-size:14px;
}

div#ruta-categorias a{
	color:#473624;
	font-weight:bold;
}

div#ruta-categorias a:hover{
	color:#473624;
	text-decoration:underline;	
}

/* FIN RAIZ */

/* SUB CATEGORIAS */
div#sub-categorias {
	margin-top:10px;
	padding-bottom:4px;
}
div#sub-categorias ul{
	margin: 0 auto;
	overflow:hidden;
}

div#sub-categorias ul li{
	float:left;
	display:inline;
	width:198px;
	margin-right:8px;
	margin-bottom:3px;
	background-color:#f9f1e3;
	padding:2px;

}

div#sub-categorias a{
	color:#473624;
	font-size:11px!important;
	text-align:left!important;
}

div#sub-categorias a.destacar{
	color:#ff7200;
	font-weight:bold;
}

div#sub-categorias a:hover{
	color:#473624;
	text-decoration:underline;	
}

/* FIN SUBCATEGORIAS */

a.url {
	font-weight:bold;
	text-decoration:underline;
}

a.url:hover {
	font-weight:bold;
	text-decoration:none;
}

a.direccion-url {
	font-weight:bold;
	font-size:11px;
	color:#473624;
	
}


div.paginacion{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	color:#473624;
	line-height:30px;
}

div.paginacion a{
	color:#473624;
	padding:2px;
	font-weight:normal;
}

div.paginacion a:hover{
	text-decoration:underline;
}



div.paginacion span.activo{
	color:#ff7200;
	font-weight:bold;
	padding:2px;
}


p.mensaje-error {
	margin-top:50px;
	margin-bottom:50px;
	font-size:12px;
	text-align:center!important;

}

/* RESULTADOS */

div.total_empresas {
	color:#473624;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	margin-top:20px;		
}

div.raiz-resultados {
	color:#473624;
	font-size:11px;
	margin-bottom:5px;
}

div.raiz-resultados a{
	color:#473624;
	font-weight:bold;
	font-size:11px;
}

div.raiz-resultados a:hover{
	text-decoration:underline;
}

/* ALTA URL */

p#num_pasos {
	border-bottom:1px dotted #473624;
	margin-bottom:30px;
	font-size:12px;
	color:#473624;
}

div#instrucciones-alta {
	font-size:12px;
	margin-bottom:20px;
}

div#instrucciones-alta h2 {
	font-size:12px;
	color:#FF6600;
	font-weight:bold;
	margin-bottom:8px;
}

div#instrucciones-alta p {
	margin-bottom:6px;
	color:#333333;
	text-align:justify;
}


div#instrucciones-alta a{
	color:#FF6600;
	text-decoration:underline;
}

div#instrucciones-alta a:hover{
	text-decoration:none;
}


form#alta_url span.obligatorio{
	color:#FF6600;
}

form#alta_url label{
	display:block;
	font-weight:bold;
	font-size:11px;
	margin-bottom:2px;
	color:#473624;
}

form#alta_url span.instrucciones{
	font-size:11px;
	color:#666666;
	font-weight:normal!important;
}

form#alta_url input.txt{
	padding:2px;
}


form#alta_url textarea{
	display:block;
}

form#alta_url select{
	display:block;
	width:150px;
}

span#texto-captcha {
	font-weight:bold;
	font-size:11px;
	margin-bottom:2px;
	color:#473624;
	margin-right:10px;

}

div#bt-alta-url {
	height:40px;
}

div#bt-alta-url a{
	font-size:12px;
	font-weight:bold;
	color:#663300;
	padding-top:5px;
}

div#bt-alta-url a:hover{
	text-decoration:underline;

}

div.division {
	background-color:#fef7ea;
	margin-bottom:8px;
	padding:8px;
}

div#bt-alta-url input{
	border:0;
	font-size:13px;
	color:#FFFFFF;
	background-color:#473624;
	padding:4px;
	cursor:pointer;
}


div#verificacion p{
	border-bottom:1px dotted #999999;
	padding-bottom:4px;
	font-size:13px;
	margin-bottom:8px;	
}

p.errores {
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
	margin-bottom:10px;
}

div#captcha {
}

div#captcha p.instrucciones {
	text-align:center;
	font-size:13px;
	
}


div#captcha img{

}


p.aviso {
	font-size:12px;
	font-weight:bold;
	color:#FF6600;
}

p.aviso a{
	text-decoration:underline;
	font-weight:bold;
}
p.aviso a:hover{
	text-decoration:none;
}

div#contenido-texto p {
	font-size:12px;
	text-align:justify;
	margin-bottom:8px;
}

div#contenido-texto h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
}

div#contenido-texto a {
	font-size:12px;
	text-decoration:underline;
}

div#contenido-texto a:hover {
	text-decoration:none;
}

span.codigo {
	font-size:12px;
	font-weight:bold;
	display:block;
}

input.codigo-intercambio {
	font-size:12px;
	color:#003333;
	border:0;
}

textarea.codigo-intercambio {
	font-size:12px;
	color:#003333;
	border:0;
}

div.linea-punteada {
	border-top: 1px dotted #473624;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

div#enlaces a {
	font-size:10px;
	color:#FF3300;
}

div#enlaces textarea {
	background-color:#f5e9d3;
	color:#000000;
}

div#enlaces input {
	background-color:#f5e9d3;
	color:#000000;
}

div#enlaces a p {
	font-size:10px;
	color:#FF3300;
}

/* POLITICAS */

a.volver {
	font-size:12px;
	font-weight:bold;
	color:#FF3300;
	
}

div#politicas h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:20px;
	color:#473624;
}

div#politicas p {
	font-size:11px;
	margin-bottom:7px;
	text-align:justify;
	color:#473624;
}

div#politicas a {
	color:#ffa03b;
	font-weight:bold;
}

/* WEBS AMIGAS */

ul#websamigas {
	padding-left: 10px;
	list-style:square;
	font-size:12px;
}

ul#websamigas li {
	margin-bottom:10px;
}

ul#websamigas li a{
	color:#473624;
	font-weight:bold;
}

/* ENLACES */

table.pagina-enlaces{
	font-size:11px;
	text-align:left!important;
}

table.pagina-enlaces a{
	font-size:11px;
	line-height:12px;
	color:#473624;
}

table.pagina-enlaces textarea{
	border: 1px solid #999999;
	padding:2px;
	color:#333333;
	font-size:11px;
	height:70px;
}

/* FICHA */

div#ficha {
	border: 1px solid #473624;
	margin-top:10px;
	background-color:#f9f2e5;
	padding:20px;
	overflow:hidden;	
}

div#col-info {
	float:left;
	width:300px;
	display:inline;
}

div#col-info h1{
		color: #473624;
		font-size:18px;
		margin-bottom:8px;
		font-weight:bold;
		margin-top:6px;
}

div#col-info p{
	margin-bottom:6px;
}

div#col-info a.url{
			color: #473624;
			text-decoration:none;

}

div#col-info a.url:hover{
	text-decoration:underline;
}



div#col-info a.mas_info{
	background-image:url(../imagenes/fondo-bt.gif);
	display:block;
	color: #473624;
	font-weight:bold;
	width:90px;
	height:18px;
	padding-top:2px;
	margin-bottom:4px;	
	text-align:left;
	padding-left:10px;
}

div#col-tab {
	float:right;
	width:480px;
	display:inline;
}

div#tabmenu  {
	height:23px;
}

div#tabmenu a {
	display:block;
	float:left;
	border-top: 1px solid #473624;
	border-left: 1px solid #473624;
	border-right: 1px solid #473624;
	margin-right:2px;
	padding:4px;
	color:#473624;
	font-size:11px;
	background-color:#e7dac2;
	text-transform:uppercase;
}

div#tabmenu a.selected {
	background-color: #473624;
	color:#f9f2e5;
	
}

div#tabmenu a:hover {
	text-decoration:underline;
}

div.tab {
	border: 1px solid #473624;
	padding:10px 6px 10px 6px;
	/*height:450px;*/
	min-height: 450px;
  height: auto !important;
  height: 450px;
}

ul#galeria {
	width:402px;
	margin:0 auto;
	margin-top:50px;
}

ul#galeria li {
	float:left;
	margin-right:3px;
	margin-left:3px;
	margin-bottom:6px;
	overflow:hidden;
	width:128px;
	height:125px;
}

ul#galeria li p{
	font-size:11px;
	height:13px;
	overflow:hidden;
	text-align:center;
	margin:0;
	width:100%;
}

ul#galeria li img{
	padding:3px;
	background-color:#FFFFFF;
	border:1px solid #999999;
}

/* Descripcion */

div#contenido-descripcion {
	width:430px;
	padding:8px;
	padding-top:0;
	margin:0 auto;
	margin-top:10px;
}

div#contenido-descripcion p{
	margin-bottom:10px;
	font-size:12px;
	line-height:15px;
}

/* Galeria */

form#tabcontacto {
	width:370px;
	margin: 0 auto;
	margin-top:30px;
}

form#tabcontacto h1{
	font-size:16px;
	margin-bottom:15px;
	border-bottom: 1px solid #473624;
}

form#tabcontacto label {
	float:left;
	font-weight:bold;
	width:100px;
	font-size:12px;
		margin-bottom:5px;
}

form#tabcontacto .txt {
	float:right;
	width:250px;
	background-color:#e7dac2;
	border:0;
	margin-bottom:5px;
	padding:2px;
}

form#tabcontacto a {
	font-weight:bold;	
		color:#473624;
}

form#tabcontacto a:hover {
	text-decoration:underline;
}

form#tabcontacto input.bt {
	/*margin-top:5px;
	display:block;
	width:100px;
	background-color:#473624;
	color:#f9f2e5;
	text-align:center;
	padding:4px;
	border:0;
	cursor:pointer;
	margin-left:4px;*/
}

form#tabcontacto .obligatorio {
	font-size:11px!important;
	padding-left:3px;
}

form#tabcontacto  div#formpie {
	padding-left:113px;
}




/* videos */

ul#videos2 {
	width:425px;
	margin: 0 auto;
	margin-top:20px;
}

ul#videos2 li{
	margin-bottom:15px;
	border:1x solid #000000;
	height:344px;
}

/* CATEGORIAS */

div#listado a {
		font-size:12px;
	color:#f8f0e0;
	font-weight:bold;
	margin-left:30px;
	text-align:right;	
}

/* ACCESO USUARIO */

div#menu_ficha {
	height:14px;
	margin-bottom:30px;
	padding-top:10px;
	width:300px;
	clear:both;	
}

div#menu_ficha a{
	background-color:#473624;
	background-image:url(../imagenes/bt2.jpg);
	display:block;
	margin-left:3px;
	margin-right:3px;
	width:94px;
	height:21px;
	text-align:center;
	float:left;	
	color:#473624;
	font-size:11px;
	padding-top:3px;
	font-weight:bold;
}

/* videos  */

ul#videos {
	width:664px;
	margin: 0 auto;
	margin-top:20px;
	overflow:hidden;
}

ul#videos li{
	float:left;
	width:320px;
	height:360px;
	display:inline;
	margin-left:5px;
	margin-right:5px;	
	overflow:hidden;
	text-align:center;
}

/* Fin Videos */

/* Imagenes */

ul#imagenes {
	width:510px;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
}

ul#imagenes li{
	float:left;
	width:150px;
	height:250px;
	margin-left:10px;
	margin-right:10px;
	overflow:hidden;
	display:inline;
	text-align:center;
	margin-bottom:8px;
}

ul#imagenes li img{
	border: 1px solid #000000;
	margin-bottom:5px;
}



/* Fin imagenes */

/* FORMULARIOS */

span.instrucciones {
	font-size:11px;
	text-align:left!important;
}

form {
}


form label {
  color:#473624;
  font-size:11px;
}

form label a{
	color:#FF6600;
	font-weight:bold;
}

form p.si {
	color:#FF0000;
	font-weight:bold;
}
  

form fieldset {
	border:1px solid #473624;
	background-color:#f9f1e3;
}

form input {
	font-size:11px;
	padding:1px;
}

form select {
	font-size:11px;
	padding:1px;
}
  
  

form  legend {
  padding: 2px 2px;
  color:#473624;
  font-size:11px;
  font-weight:bold;
}

form input.bt {
	display:block;
	background-image:url(../imagenes/bt1.jpg);
	background-repeat:no-repeat;
	width:113px;
	height:24px;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	border: 0;
	padding:0;
	overflow:hidden;
	cursor:pointer;
	font-weight:bold;
}

a.bt-inicio {
	display:block;
	background-image:url(../imagenes/bt1.jpg);
	background-repeat:no-repeat;
	width:113px;
	height:21px;
	padding-top:3px;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	margin: 0 auto;
	margin-top:10px;
}


input.bt2 {
	display:block;
	background-image:url(../imagenes/bt3.jpg);
	background-repeat:no-repeat;
	width:113px;
	height:38px;
	font-size:12px;
	border:0;
	cursor:pointer;	
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	margin: 0 auto;
	margin-top:10px;
}


p.aviso {
	text-align:center;
	font-weight:bold;
	color:#FF6600;

}

/* FIN FORMULARIOs */


/* FIN ACCESO USUARIO */


a.agregar {
	font-size:14px;
}