/*
Theme Name: AdacomVerde
Theme URI: http://www.adacom.es/
Description: Adacom web
Version: 1.0
Author: KoalaMedia
Tags: adacom v1
*/

body {
	background-color: #ccdaaf;
	text-align:center;
	font-family:verdana;
	font-size:11px;
}
h1 {
	font-family:arial,verdana;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:0px;
	color:orange;
}
h3 {
	font-family:arial,verdana;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:0px;
}
h4 {
	font-family:arial,verdana;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#678496;
	
}
hr {
	width: 830px;
	color: #cccccc;
	background-color: #cccccc;
	height: 2px;
	
}

#boxfondo {
	width:100%;
	margin:0 auto;
	background-image: url(img/adacom_bg_fondo.jpg);
	background-repeat: repeat-y;
	background-position: bottom center;
}
	
#bgcontenedor {
	width:100%;
	margin:0 auto;
	text-align:center;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(img/adacom_bg.jpg);

}
#contenedor {
	width:870px;
	margin:0 auto;
	text-align:center;
	
}

#cabecera {
	height:148px;
	text-align:left;
}
#menu {
	height:50px;
	text-align:left;

}
#menu li {
	margin-top:10px;
	padding:5px;
	float:left;
	height:30px;
	line-height:30px;
	
}
#menu li a {
	display:inline; 
	padding:5px;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	font-family:verdana;
	color:#ffffff;
	border:1px solid transparent;
	
	
}
#menu li a:hover {
	color:#ffffff;
	background-color:#727d60;
	border:1px solid #f88f1c;
	

}
#contenido {
	
	/*margin:15px 0px 0px 30px;*/
	text-align:left;
	/*height:640px;*/
	padding-right: 20px;
	padding-top:20px;
	height: auto!important; /* para los browsers buenos */
    height: 400px; /* para IE5+ */
    min-height: 400px; /* para los browsers buenos */

    
}

#cabeceraEspecialidades hr {
	width: 830px;
	color:transparent;
	border:0;
	background-image: url(img/fnd_hr.gif);
    background-repeat:repeat-x;
    background-position:left top;
	height: 6px;
}

#descripcion {  
	margin:10px 0; 
	padding:10px; 
	background-color:#e3ead2;
	border:2px solid #535741;
}
.entry {
    text-align: justify;
}

#textos {
    padding-right: 20px;
    height: auto!important; /* para los browsers buenos */
    height: 350px; /* para IE5+ */
    min-height: 350px; /* para los browsers buenos */
    line-height: 1.5em;
    font-weight: normal;
    font-variant: normal;
    font-size: 12px;
    font-family: verdana, arial;
	}
	
#textos h1 a{
  	font-size:14px;
	font-weight:bold;
	}
	

#textos p{
    margin-bottom:8px;
	text-align:justify;
}
/******* lista nivel 1*******/
#textos ul  {
margin-left:15px;
margin-bottom:5px;
}
#textos ul li {

text-decoration: none;
list-style-position: outside;
list-style-image: url(img/bullet2.gif);
padding-left:8px;
}
#textos ul li a:hover{
text-decoration: underline;
color:#999;
cursor:pointer;
}
/******* lista nivel 2*******/
#textos ul ul {
margin-left:15px;
margin-bottom:5px;
}
#textos ul ul li{
text-decoration: none;
list-style-image: url(img/bullet3.gif);
padding-left:0;
}
#textos ul ul li a:hover{
text-decoration: underline;
color:#999;
cursor:pointer;
}
/******* lista nivel 3*******/
#textos ul ul ul{
margin-left:15px;
margin-bottom:5px;
}

#textos ul ul ul li{
text-decoration: none;
list-style-image: url(img/bullet4.gif);
padding-left:0;
}

#textos ul ul ul li a:hover{
text-decoration: underline;
color:#999;
cursor:pointer;
}
#textos a{
line-height: 1.2em;
text-decoration: none;
color:#000;
}
#textos a:hover{
text-decoration: underline;
color: #4A7041;
}
#indice {
   padding-bottom: 10px;
   border-bottom: 1px dotted #000;
   margin-bottom: 20px;
}
#indice ul {
list-style-position: outside;
list-style-image: url(img/bullet.gif);

}
#indice ul li a{
font-size: 12px;
line-height: 2em;
text-decoration: none;
text-indent: 10px;
color: #000000;
}
#indice ul li a:hover{
text-decoration: underline;
color: #4A7041;
}

#indiceDetalle h1 {
	width:93.9%;
	margin:10px 5px 10px 0; 
	padding:3px 10px; 
	background-color:#e3ead2;
	border:1px solid #535741;
	float:left;
}

#indiceDetalle a.icoTop {
	float:left;
	margin-top:10px;
	background-image: url(img/top.gif);
	background-position:center center;
	background-repeat:no-repeat;
	width:20px;
	height:24px;
	line-height:24px;
	background-color:#fa8424;
	border:1px solid #535741;
}
#enlaces h2 {
   font-size: 14px;
   text-align:left;
   font-weight:bold;
}
#enlaces ul li a:hover{
text-decoration: underline;
color: #4A7041;
}
#contenido hr {
	width: 830px;
	color:transparent;
	border:0;
	background-image: url(img/fnd_hr.gif);
    background-repeat:repeat-x;
    background-position:left top;
	height: 6px;
}
#estadisticas  {
	
	padding:10px; 
	border: 1px dotted #000;
	margin:0 auto;
	text-align:center;
}
.fotoRight {float:right; margin:0 8px;}
.fotoLeft {float:left; margin:0 8px;}

#cajaIconos {
	width:830px;
	height:228px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/icoCajaFondo.jpg);
	padding-bottom: 15px;
}
#cajaIconos li {
	padding:30px 0px 30px 18px;
	float:left;
}

#cajaIconos li a{
	

}

#eslogan {
	/*background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/icoHelp.jpg);*/
    background-color: #FFF;
	height:88px;
	padding: 10px;
	
}
#eslogan h3 {
	padding: 0;
	text-align:center;
	margin-top:10px;
}
#eslogan h3 span{
	color: orange;
	
}
#eslogan h4 {
	text-align:center;
	width:840px;
}

#especialidades {
       width:100%;
       text-align:center;
}

#especialidades li {
	margin-top:16px;
	padding:0px;
	float:left;
}
#especialidades li a{
	/*padding:3px;*/
}

/* ESPEC es para el menu animado de los 13Iconos */
#espec ul li {
				list-style-type: none;
				width: 58px;
				height: 130px;
				margin-right: 10px;
				float: left;
				overflow: hidden;
			}
#espec a img {
				border: 0;
			}
		
#boxEspec {
	margin-top:15px;
	vertical-align:bottom;
}
/* Imagenes pie ESPECIALIDADES */
#especialidadesCaja3img {
	border: 1px dotted #000;
	margin:0 auto;
	text-align:center;
	height:230px;
}
#especialidadesCaja3img ul  {
margin: 15px 0px;
}
#especialidadesCaja3img ul li {
	text-decoration: none;
	list-style-image: none;
	padding: 15px 0px 15px 20px;
	/*float:left;*/
         display: inline;
}
#cabeceraEspecialidades p {
	line-height:58px;
	text-align:left;
	margin:0 20px;
	font-family:arial,verdana;
	font-size:32px;
	font-weight:bold;
}
/* Cabeceras de detalle */
#cabeceraDetalle7{
        height:58px;
		line-height:58px;
        padding-left:60px;
		margin-bottom:5px;
        background:url(img/ico13_cocinas.jpg) 0 0 no-repeat;
}
#cabeceraDetalle11{
        height:58px;
        padding-left:60px;
		margin-bottom:5px;
        background:url(img/ico13_banos.jpg) 0 0 no-repeat;
}
#cabeceraDetalle18{
        height:58px;
        padding-left:60px;
		margin-bottom:5px;
        background:url(img/ico13_Pintura.jpg) 0 0 no-repeat;
}
#cabeceraDetalle20{
        height:58px;
        padding-left:60px;
		margin-bottom:5px;
        background:url(img/ico13_suelos.jpg) 0 0 no-repeat;
}
#cabeceraDetalle22{
        height:58px;
        padding-left:60px;
		margin-bottom:5px;
        background:url(img/ico13_puertas.jpg) 0 0 no-repeat;
}
#cabeceraDetalle25{
        height:58px;
        padding-left:60px;
		margin-bottom:5px;
        background:url(img/ico13_armarios.jpg) 0 0 no-repeat;
}
#cabeceraDetalle27{
        height:58px;
        padding-left:60px;
		margin-bottom:5px;
        background:url(img/ico13_ventanas.jpg) 0 0 no-repeat;
}
#cabeceraDetalle29{
        height:58px;
        padding-left:60px;
		margin-bottom:5px;
        background:url(img/ico13_calefaccion.jpg) 0 0 no-repeat;
}
#cabeceraDetalle31{
        height:58px;
        padding-left:60px;
		margin-bottom:5px;
        background:url(img/ico13_aire.jpg) 0 0 no-repeat;
}
#cabeceraDetalle33{
        height:58px;
        padding-left:60px;
		margin-bottom:5px;
        background:url(img/ico13_aislamientos.jpg) 0 0 no-repeat;
}
#cabeceraDetalle35{
        height:58px;
        padding-left:60px;
		margin-bottom:5px;
        background:url(img/ico13_energia.jpg) 0 0 no-repeat;
}
#cabeceraDetalle37{
        height:58px;
        padding-left:60px;
		margin-bottom:5px;
        background:url(img/ico13_domotica.jpg) 0 0 no-repeat;
}
#cabeceraDetalle39{
        height:58px;
        padding-left:60px;
		margin-bottom:5px;
        background:url(img/ico13_llaves.jpg) 0 0 no-repeat;
}
/* fin cabeceras de detalle */
/*.post p {
font-family:arial,verdana;
font-size:1em;
line-height:1.4em;
}*/
#bg_fondo {
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(img/adacom_bg_fondo.jpg);
	width:880px;
	margin:0 auto;
	text-align:center;
}
#footer{
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(img/adacom_bg_footer.jpg);
	width:100%;
	margin:0 auto;
	text-align:center;
	display:block; 
	
	
}
#menufooter{
	margin:0 auto;
	padding-top:30px;
	width:880px;
	
	
}

#menufooter li {
	margin-top:16px;
	/*padding:5px 10px 10px 0;*/
	display:inline;
}
#menufooter li a {
	display:inline; 
	padding:5px;
	text-align:center;
	font-size:12px;
	font-family:verdana;
	color:#96a881;
}
#menufooter p {
	padding:10px;
}
.clearer {clear:both; line-height:0;  }
#nav { background: #fff; }
#nav .activeSlide { background: #fff }
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

 .kwicks li{  
     float: left;  
     width: 56px;  
     height: 130px;  
     margin-right: 0px;  
 }  
 #kwick4 {   
     margin-right: none;  
}  
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
