@charset "utf-8";
/* 
    Document   : style
    Created on : 15-nov-2008, 17:45:26
    Author     : Carlos
    Description:
        Purpose of the stylesheet follows.
*/

/* Reiniciamos los estilos */
	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,
	table, caption, tbody, tfoot, thead, tr, th, td,
	center, u, b, i {
		margin: 0; padding: 0; border: 0; outline: 0; font-weight: normal;
		font-style: normal; font-size: 100%; font-family: inherit; vertical-align: baseline
	}
	body {line-height: 1;}
	:focus {outline: 0}
	ol, ul {list-style: none}
	table {border-collapse: collapse;border-spacing: 0;}
	blockquote:before, blockquote:after, q:before, q:after {content: "";}
	blockquote, q {quotes: "" "";}
	input, textarea {margin: 0;padding: 0;}
	hr {margin: 0;padding: 0;border: 0;color: #000;background-color: #000;height: 1px}
    strong{font-weight: bold;}
/* A continuación definimos los estilos para la estructura del documento */
	body{
		background: #fff;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 80%;
		color: #000;
		text-align: center;
	}
	#header{
   		height: 80px;
		background: #0000ff url(../images/head.jpg);
	}
	#header #head{
    	width: 1000px;
    	height: 80px;
	    margin: 0 auto;
    	position: relative;
	}
    	#header #head #logo{
        	width: 240px;
            height: 80px;
            position: absolute;
            left:0;
            background: url(../images/logo.jpg);
        }
        #header #head #eslogan{
            width: 1000px;
            border-bottom: 1px #fff solid;
			text-align: right;
			height: 35px;
			color: #BFBFBF;
			font-size: 1.3em;
        }
		#header #head #eslogan #bienvenida {
			font-weight: bold;
			margin: 7px;
			display: block;
		}
		#header #head #eslogan #bienvenida  b{
			color: #fff;
			font-weight: bold;			
		}
		#header #head #eslogan span#estadisticas{
			font-size: 0.6em;
			margin-right: 20px;
			margin-top: 10px;
			margin-left: 400px;
			display: block;
		}
        #header #head #user{
            width: 600px;
			text-align: right;
			font-size: 0.8em;
			color: #fff;
			margin-left: 400px;
        }
		#header #head #user div.fecha{
			margin-right: 40px;
			color: #BFBFBF;
			margin-top: 15px;
		}
		#header #head #user div.usuarios{
			width: 300px;
			margin-top: 10px;
		}
		#header #head #user div.usuarios span{
			margin-top: 5px;
		}
		#header #head #user a.boton{
			border: 1px solid #C8C8C8;
			background: url(../images/boton.png);
			display: block;
			width: 65px;
			text-align: center;
			height: 12px;
			padding: 5px 0px;
			color: #000;
			text-decoration: none;
			margin: 0 10px;
		}
#content{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    text-align:left;
}
    #main{
        width: 680px;
		margin: 10px;
}
        #menu{
            height: 30px;
            background: #ffffff;
        }

#menu ul li{
    float: left;
    color: #999;
    font-size: 0.9em;
}
#menu ul li a{
    text-decoration:none;
	 padding: 8px 10px 2px 10px;
    color: #999;
    font-weight: bold;
	 border-bottom: dotted 1px;
	 display: block;
}
#menu ul li a:hover{
	font-weight: bold;
     color:#7A1405;
}
#menu ul li.actualMenu, #menu ul li.actualMenu a{
     color:#7A1405;
	 border-bottom: solid 1px;
}
        #breadcrum{
           	height:22px;
			background: url(../images/bread.png) no-repeat;
			margin-bottom: 8px;
        }
        #section{
             background: #fff;
             min-height: 300px;
        }
    #sidebar{
        width: 300px;
        padding-top: 20px;
        background: #fff;
        font-family: Arial,Helvetica,sans-serif;
}
#footer{
    height: 30px;
    background: #0000ff url(../images/footer.jpg);
    font-size:0.8em;
}
#footer div{
    width: 1000px;
    margin: 0 auto;
    text-align: right;
}
#footer div a{
    display:block;
    color: #fff;
    margin: 8px;
    text-decoration:none;
    float: right;
    font-weight: bold;
}

/* Listado de Categorias */
	div.categorias{
		width: 100%;
		margin: 10px;
	}
		div.listado div.categoria{
			width: 300px;
			border: 1px solid;
			border-left: none;
			border-top:none;
			padding: 10px;
			margin: 0;
			height: 50px;
			color: #929292;
		}
		div.categoria h2 {
			margin-bottom: 10px;
		}
		div.categoria h2 a{
			color:#2d7cb3;
			font-size: 1.2em;
		}
		div.categorias div.par{
			border-right: 1px solid #fff;
			background:#ffffff;
		}
	
/* Listado de empresas */
	div.empresas{
	}
		div.listado div.empresa, div.listado div.anuncio, div.listado div.evento{
			border-bottom: 1px dotted;
			padding: 5px;
			margin: 0;
		}
        div.evento p{
            margin: 5px;
        }
	div.par{
		background-color:#fff;
	}
	div.impar{
		background-color:#DCE6EC;
	}
/* Definitos las clases generales para todo el proyecto */
.f-right{
	float: right;
	display:inline;
	overflow:hidden;
}
.f-left{
	float: left;
	display:inline;
	overflow:hidden;
}
.content{
	overflow:auto;
}
.clear{
	clear:both;
}
.error{
    text-align: left;
}
h1{
	color: #a22211;
	font-size: 1.5em;
	font-weight: bolder;
	margin: 10px;
}
h3{
	color: #a22211;
	padding: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bolder;
    border-bottom: 1px dotted #666;
}
#form_container h2{
	color: #a22211;
	font-size: 1.2em;
	font-weight: bolder;
	margin: 10px;
}

#infoPubli{
    color:#666;
}

#infoPubli p{
    line-height: 1.2em;
    margin: 5px 10px;
}

#infoPubli .left{
    float:left;
}

#infoPubli .small{
    margin: 10px 0px;
}

#infoPubli small{
    font-size: 0.7em;
    margin: 5px 10px;
}
#infoPubli img{
    float: right;
    margin: 10px;
}
#infoPubli ul{

}
#infoPubli .tags{ width: 300px;}
.listado{
	font-size: 0.8em;
}
.listado h2 a{
	color: #532f04;
	margin: 2px 0;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bolder;
}
.listado .tags{
	margin: 5px 0;
	padding: 0 5px;
	font-weight: normal;	
}
.listado .tags a{
	color: #424242;
}
.listado .estado{
	margin: 0;
	text-align: right;
}
.listado .estado span{
	font-weight: bold;
	color:#aab1b7;
	margin: 0 10px;
}
.listado .estado span.activado{
	color:#a22211;
}
.paginacion{
	text-align:center;
	color:#772411;
	font-size: 1.1em;
	margin: 5px 0;
}

.paginacion a{
	color:#74a5c7;	
	text-decoration: underline;
}

/* Ficha Empresa */
div.detalle .ficha{
	margin-bottom: 5px;
}
div.detalle .fila{
	border-bottom: 1px dotted #999999;
	clear:both;
	overflow: auto;
}
div.detalle .fila .title{
	background: #dcebf5;
	color: #a62f31;
	font-weight: bold;
	display: block;
	float: left;
	width: 180px;
	padding: 5px 10px;
} 
div.detalle p.title{
	color: #a62f31;
	font-weight: bold;
	margin: 5px 10px;
} 
div.detalle p{
	margin: 5px 10px;
} 
div.detalle .fila .datos{
	padding: 5px 10px;
	display: block;
	float: left;
	width: 460px;
}
div.detalle .fila .datos a{
	color: #a62f31;
	text-decoration: none;
}
.submenu ul{
	overflow:auto;
	border-bottom: 1px solid;
}
#section .detalle .submenu ul{
	padding-left: 380px;
}
.submenu ul li{
	float: left;
	padding: 8px;
	background: #a82412;
	border-right: 1px #fff solid;
}
.submenu ul li.actual{
	background: #6d1400;
}
.submenu ul li a{
	color: #fff;
	text-decoration: none;
}
.submenu ul li:first-child{
	-moz-border-radius-topleft: 5px;
}

/* NUBE DE TAGS */
.tags{
	padding: 10px;
}
.tags a{
	color: #3784ba;
	text-decoration: none;
}
.tags a.par{
	color: #ac2513;
}

.introUsuario h2{
	color: #8c8c8c;
	border-bottom: #8c8c8c dotted 1px;
	border-top: #8c8c8c dotted 1px;
	font-size:1.2em;
	font-style: italic;
	margin:10px;
	padding: 10px 0;
}

div.nuevoUsuario{
	width: 320px;	
	height: 225px;
	border-right: 1px dotted #8c8c8c;
}

div.nuevoUsuario div.avisos{
	border: 2px solid #a22211;
	-moz-border-radius: 5px;
	margin: 20px;
	padding: 10px;
}
div.nuevoUsuario div.avisos p{
	font-size: 1.3em;
	background: #a22211;
	padding: 10px;	
	color: #fff;
	-moz-border-radius: 5px;
	text-align: center;
}
div.nuevoUsuario div.avisos a{
	color: #fff;
	text-decoration: none;
}
div.loginUsuario{
	width: 300px;
}
div.registroUsuario{
	clear: both;
}

#form_container #loginUsuario{
	margin-top: 0;
}
#form_container #loginUsuario .section_break{
	padding-top: 0;
}
#form_container #loginUsuario .boton{
	margin: -3px 5px;
}
#form_container #loginUsuario li{
	width: 100%;
}
#form_container #loginUsuario a{
	color: #a22211;
}
#registro{
	padding-top: 5px;
}
#registro #regUsuario{
	border-top: 1px solid #8c8c8c;
	background: #dce6ec;
}
.usuarios a{
	color: #fff;
	line-height: 12px;
	text-decoration: none;
	margin-top: 3px;
}
.accesoUsuarios .submenu ul{
	padding-left: 473px;
}

#personalResumen{
	width: 300px;
	margin: 10px;
}
#personalResumen h2{
	color: #a22211;
	font-size: 1.2em;
	font-weight: bolder;
	margin: 10px;
}
#personalResumen .contenedor{
	border: 2px solid #aacfe9;
	background: #dce6ec;
	-moz-border-radius: 5px;
}

#personalResumen .contenido{
	background: #fff;
	margin: 8px;
	-moz-border-radius: 5px;
	padding: 15px 10px;
}

.borde{
	padding-left: 35px;
}
.uno{
	background: url(../images/uno.gif) top left no-repeat;
}
.dos{
	background: url(../images/dos.gif) top left no-repeat;
}
.tres{
	background: url(../images/tres.gif) top left no-repeat;
}
.cuatro{
	background: url(../images/cuatro.gif) top left no-repeat;
}

.oculta{
    display:none;
}
#mapa{
    position: relative;
}
#maps{
    width: 680px;
    height: 400px;
    position: relative;
}

#ultimasEmpresas, #visitadasEmpresas{
    width: 300px;
    margin: 15px;
    margin-top: 0px;
}
#ultimasEmpresas li, #visitadasEmpresas li{
    padding: 5px;
    height: 20px;
    font-size: 0.9em;
    overflow: auto;
}
#ultimasEmpresas li.impar, #visitadasEmpresas li.impar{
    background: #f3f3f3;
    border: 1px solid #bbbbbb;
    border-left: 0;
    border-right: 0;
}
#ultimasEmpresas li span, #visitadasEmpresas li span{
    padding: 3px;
    margin: 0 3px;
    float: left;
    font-weight: bolder;
    width: 250px;
    overflow: hidden;
}
#ultimasEmpresas li span a, #visitadasEmpresas li span a{
    color: #000;
    text-decoration: none;
    font-weight: bolder;
}
#ultimasEmpresas li span a:hover, #visitadasEmpresas li span a:hover{
    text-decoration: underline;
}
#ultimasEmpresas li span.number, #visitadasEmpresas li span.number{
    background:#a22211;
    color: #fff;
    -moz-border-radius: 3px;
    width: 16px;
    text-align: center;
    padding: 3px 0;
}
#visitadasEmpresas li span.number{
    background:#0554ad;
}

#sidebar #enlaces h3{
    border:none;
    margin:0;
}
#sidebar #enlaces{
    background: #eef0ee;
    border: 1px #d9d9d9 solid;
    height: 120px;
    margin: 10px 0;
}
#sidebar #enlaces li{
    float: left;
    width: 120px;
    padding: 5px 13px;
}
#herramientas h3{

}
#herramientas #submenuHerramientas{
    width: 290px;
    overflow: auto;
    margin-left: 10px;
}
#herramientas #submenuHerramientas ul li{
    border:1px solid;
    float:left;
    margin:3px;
    padding:3px;
    text-align:center;
    width:60px;
    font-size: 0.9em;
    border: 1px #d9d9d9 solid;
}
#herramientas #submenuHerramientas ul li a{
    color: #000;
    text-decoration: none;
}
#herramientas #submenuHerramientas ul li.actual a{
    color: #fff;
}
#herramientas #submenuHerramientas ul li.actual{
    background-color: #003d7a;
    text-decoration: none;
}
#herramientas input{
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #000;
}
#herramientas #contenidoHerramientas{
    padding: 10px 13px;
}
#mapHerramientas{
    width: 285px;
    height: 293px;
    border: 1px solid #c8c8c8;
    margin: 5px 0;
}
#tiempo{
    margin: 5px 0;
}
.contentFichaTools{
    width: 295px;
}
.puntos img{
    border: 1px solid #000;
}

/* Buscador */
#buscador #submenuBuscador{
	clear:both;
    background: none;
    overflow: auto;
}
#buscador div.formulario{
    background: #ac2513 url('../images/fondoBuscador.png') bottom repeat-x;
    padding: 15px;
}
#buscador #submenuBuscador li{
	float:left;
	width: 75px;
	text-align: center;
}
#buscador #submenuBuscador li a{
	color: #fff;
	background: #6d1400;
    padding: 5px 0;
    display:block;
    overflow:auto;
    width: 74px;
    border: 1px solid #fff;
    border-right: none;
    border-top: none;
    text-decoration: none;
}
#buscador #submenuBuscador li a.primero{
	-moz-border-radius-topleft: 5px;
}
#buscador #submenuBuscador li a.ultimo{
	-moz-border-radius-topright: 5px;
}
#buscador #submenuBuscador li a.actualBuscador{
	color: #fff;
	background: #ac2513;
    border-color: #ac2513;
}
#buscador input, #buscador select{
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #000;
}
#buscador select{
    margin: 5px 0;
    width: 214px;
}
a{cursor:pointer;}

/* ESTILOS INDEX */
#ultimosIndex{
    width: 300px;
    margin: 15px;
    margin-top: 0px;
}
#ultimosIndex li{
    padding: 5px;
    height: 20px;
    font-size: 0.9em;
    overflow: auto;
}
#ultimosIndex li.impar{
    background: #f3f3f3;
    border: 1px solid #bbbbbb;
    border-left: 0;
    border-right: 0;
}
#ultimosIndex li span{
    padding: 3px;
    margin: 0 3px;
    float: left;
    font-weight: bolder;
    width: 250px;
    overflow: hidden;
}
#ultimosIndex li span a{
    color: #000;
    text-decoration: none;
    font-weight: bolder;
}
#ultimosIndex li span a:hover{
    text-decoration: underline;
}
#ultimosIndex li span.number{
    background:#a22211;
    color: #fff;
    -moz-border-radius: 3px;
    width: 16px;
    text-align: center;
    padding: 3px 0;
}
#ultimosIndex li span.numberBlue{
	background:#0554AD;
	    color: #fff;
    -moz-border-radius: 3px;
    width: 16px;
    text-align: center;
    padding: 3px 0;
}
.submenu ul li.desactivada {
	background:#999 none repeat scroll 0 0;
}
#section .detalle .submenu #anuncioMenu{
	padding-left:490px;
}
#section .detalle .submenu #eventoMenu{
	padding-left:383px;
}

#avisoLegal p{
    color:#929292;
    font-size: 0.8em;
    margin: 10px;
    line-height: 1.1em;
    text-align: justify;
}
.empresa{
    overflow: auto;
}
.empresas .puntos, .empresas .estado{
    float: left;
    width: 49%;
    margin: 5px 0;
}
.empresas .puntos span{
    color:#532F04;
    font-style: italic;
}
.inicioSeccion{
    overflow:auto;
}
h1.titulolistado{
    float: left;
    width: 50%;
}
a.sugerencia{
    float:right;
    width: 30%;
}

#ultimosBlogs, #ultimosEventos{
	width: 300px;
	height: 205px;
	margin: 0 15px 15px 15px;
}
#ultimosBlogs .foto{
	border:1px solid #666666;
float:left;
height:50px;
margin:0 5px 5px 0;
overflow:hidden;
width:50px;
}
#ultimosBlogs h2 a{
	font-size: 1.2em;
	color: #0554AD;
	font-weight: bold;
}
#ultimosBlogs a{
	text-decoration: none;
}
#ultimosBlogs a:hover{
	text-decoration: underline;
}
#ultimosBlogs h2{
font-size:9px;
margin-bottom:5px;
margin-top:5px;
}
#ultimosBlogs p{
	font-size: 0.8em;
	color: #666;
}
#ultimosBlogs p.verMas{
	margin: 10px 0;
	text-align: right;
}
#ultimosBlogs p.verMas a{
	margin-top: 5px;
	color: #0554AD;
}
#ultimosEventos .menuEventual{
	clear:both;
	overflow:auto;
}
#ultimosEventos .menuEventual li{
	background: #fff;
	width: 50px;
	height: 62px;
	margin: 4px;
	float:left;
	background: url('../images/eventoNormal.jpg') no-repeat;
	text-align:center;
	padding-top: 10px;
}
#ultimosEventos .foto{
	width: 75px;
	height: 75px;
	border: 1px solid #666;
	float: left;
	overflow: hidden;
	margin: 3px;
}
#ultimosEventos .menuEventual li.actual{
	background: url('../images/eventoHover.jpg') no-repeat;
}
#ultimosEventos .menuEventual li span.fecha *{
    font-size: 0.9em;
    font-weight: bold;
    clear:both;
}
#ultimosEventos .menuEventual li span.fecha i{
	font-size: 1.2em;
}
p.fecha{
    clear:both;
    margin-bottom: 15px;
}
p.fecha a{
    color: #A22211;
}
#facebook{
    margin:0 25px;
    width:300px;
}
#ultimosEventos h2 a{
	font-size: 1em;
	color: #0554AD;
	font-weight: bold;
	text-decoration: none;
}
#ultimosEventos h2 a:hover{
	text-decoration: underline;
}
#ultimosEventos h2{
	margin-bottom: 3px;
}
#ultimosEventos p{
	font-size: 0.8em;
	color: #666;
}
#ultimosEventos .infoEvento{
	padding: 0 5px;
}
#request{
    padding: 5px;
    border: 2px solid #990000;
    background: #660000;
    color: #fff;
    display:none;
}
#banner{
    margin-top: 10px;
}
.accesoUsuarios li a.actual{
	color: #aaa;
	text-decoration: underline;
}

#visitadasEmpresas.grande{
    width: 600px;
}

/* Estilos para los baners de publicidad */

#banners{
    overflow: auto;
    padding:0px 0px 0px 5px;
}

#banners .superior{
    width: 95px;
    height: 50px;
    margin: 0px 0px 8px 0px;
    float:left;
    text-align:center;
}

/* estilos panel usuario */
#contentPanelUsuario #empresasListado{

}
#contentPanelUsuario #empresasListado h2{
    color:#A22211;
    font-size:1.2em;
    font-weight:bolder;
    margin:10px;
}

.contadores{
    font-size: 0.8em;
    color:#999;
    padding:5px 15px;
}

.anunciosGoogle{
    text-align:center;
}

#ultimosBlogs hr{
    border:0 none;
    clear:both;
    height:1px;
    margin:10px 0;
    padding:0;
}
