/*
Theme Name: ene_
Theme URI: http://enedimensiones.com/ 
Description: Theme desarrollado para el site web de ....
Version: 0.1
Author: Javier Faus Llopis
Author URI: http://enedimensiones.com
Tags: 

	eNe 0.1
	http://a-tipica.com

	Este theme ha sido desarrollado por eNedimensiones.
	Contacte con el autor en javier@enedimensiones.com 
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*
Naranja FFA600   Otro #FC7D21


*/


@import url( 'css/slider.css' );
@import url( 'css/page.css' );

/* Ejemplo de importar css sirve para descargar sólo los css necesarios y mejorar tiempos de carga  */
/* 1) Reset Browser Defaults 
@import url( 'css/reset.css' ); ESTA INCLUIDO INLINE*/

/* 2) Rebuild default browsers styles
@import url( '/css/rebuild.css' );*/


/* Basic 2 Column fluid Layout 
 @import url( '/css/2c-r.css' ); */

/* The WP classes
@import url('styles/wp.css');*/

/* Want a Fixed Layout ??
@import url('styles/fixed.css');*/

/* PAra imprimir CSS Styles 
@import url( '/css/print.css' );


/*ESTRUCTURA */

/* Redimensionado de fuentes congruente entre navegadores. (Junto con font-size:100%;) */
body {
	line-height:0.8em;
}

/*Redimensionado de fuentes congruente entre navegadores. Estamos en 10px como base de tamaño. 
<!--[if !IE]>-->
body {
    font-size:10px;
}
<!--<[endif]--> */


#wrapper {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width:980px;
        min-height:725px;
	text-align:left;   
	margin-left:auto;  
	margin-right:auto;
        margin-top:5px;
	background-color: #FFFFFF; 
}

#cabecera{
    height:113px;
    width:980px;
    
}

#langs{
    height:12px;
    width:980px;
   /* background:url("images/langs.jpg") no-repeat 0 0;*/
    
}

#logo{
    margin:5px 0px 10px 0px;
    height:29px;
    width:980px;
    background:url("images/logo2.jpg") no-repeat 0 0;
}

#menu{
    height:52px;
    width:980px;
    background:url("images/menu2.jpg") no-repeat 0 0;
    position:relative;
}

#bottom_right {position:absolute; right:0px; bottom: 0px; padding: 0px 13px 13px 0px;}


#bottom_right a{
color:#5F6F70;
font-size:16px;
line-height:16px;
font-weight:bold;
text-decoration:none;
margin-left:10px;
}

#content{
    width:980px;
    /*height:640px;*/
}

.wide{width: 100%;}

.column1{width:20%;}
.column2{width:80%;padding:0px 10px 10px 0px;}

.tr_even{   font-family:verdana;
            font-size:19px;
            height:30px;
            line-height: 19px;
}

.tr_pair{   color:gray;
            font-size:18px;
            padding:10px;
            line-height:19px;}

#pie{
    height:3px;
    width:980px;
    background:url("images/separador_h.jpg") no-repeat 0 0;
}


/*Tipografía
Redimensionado de fuentes congruente entre navegadores. Estamos en 10px como base de tamaño. */
#wrapper p{
	font-size: 0.625em;
}


h1, h2, h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	
	}

h1 {
	font-size: 2em;
	
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

/* LISTAS */
ul{}
ol{}
li{}
 
/* COMENTARIOS */
/* Style for the threaded coments */
.commentlist li.depth-1 {}
.commentlist li.depth-2 {}
.commentlist li.depth-3 {} /* and so on */

/*Zebra style comments  */
.odd{
	background:black;
	color:white;
}
.even{
	background:white;
	color:black;
}

/*Post author comments style */
.post-author{
	font-weight:bold;
	color:red;
}

/* LINKS */
/* Dejar los links sin marcas al apretar. (Mantener orden de declaración) */
a:link {
        color: #000;
        text-decoration: underline;
        outline:0;
        }

a:visited {
        color: #000;
        text-decoration: underline;
        outline:0;
}

a:hover {color:#000;outline:0; }

a:active {
        color: #000;
        text-decoration: none;
        outline:0;
        }

/* Formulario de contacto*/
form.wpcf7-form div {
clear:left;
display:block;
font-size:13px !important;
margin:5px 0 0;
padding:1px 3px;
width:450px;
}

form.wpcf7-form div label {
display:block;
float:left;
padding:3px 5px;
text-align:right;
width:160px;
}

.wpcf7-form-control-wrap input {
background:none no-repeat scroll 0 0 #DCDADB;
border:medium none;
color:gray;
font-family:"trebuchet MS",Tahoma,"Trebuchet MS","Lucida Console",Arial,Helvetica,sans-serif;
height:17px;
margin-top:1px;
width:230px;
}


.servicios input {
    width:10px;
}

form.wpcf7-form div.boton {
padding-left:172px;
width:230px;
}

span.wpcf7-list-item  {
display:block;
margin-left:172px !important;
}

.wpcf7-form-control-wrap textarea {
background:none no-repeat scroll 0 0 #DCDADB;
border:medium none;
color:gray;
font-family:"trebuchet MS",Tahoma,"Trebuchet MS","Lucida Console",Arial,Helvetica,sans-serif;
font-size:13px !important;
height:85px;
overflow:hidden;
width:230px;
}


