/*
Theme Name: a-tipica
Theme URI: http://enedimensiones.com/ & http://digitalcocostudio.com
Description: Theme desarrollado para el site web de a-tipica.com
Version: 0.1
Author: Javier Faus e Isaac
Author URI: http://enedimensiones.com & http://digitalcocostudio.com
Tags: light

	atipica 0.1
	http://a-tipica.com

	Este theme ha sido desarrollado por eNedimensiones y
	Digital CoCo Studio.
	Contacte con los autores en javier@enedimensiones.com y 
	digital.coco.studio@gmail.com
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* CSS RESET */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}


/*  FIN CSS RESET*/


/*ESTRUCTURA GENERAL*/

/* Redimensionado de fuentes congruente entre navegadores. (Junto con font-size:100%;) */
body {
	line-height:1.28em;
}

/*Redimensionado de fuentes congruente entre navegadores. Estamos en 10px como base de tamaño. 
<!--[if !IE]-->
body {
    font-size:10px;
}
<!--<![endif]-->
*/
#contenedor {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width:980px;
        min-height:600px;
	text-align:left;   
	margin-left:auto;  
	margin-right:auto;
        margin-top:10px;
	background-color: #FFFFFF;
        color:black;

        overflow:auto;
        padding:10px 79px;
        border:9px solid #DCDADB;
}

#cabecera{
    height:91px;
    width:980px;
    margin-bottom:40px;
 
}

#content{
    width:980px;
    min-height:500px;
    
}

#blog_content{
    width:980px;
    float:left;
    padding-right:20px;
}

#sidebar{
    width:370px;
    float:left;
}


#pie{
    height:45px;
    width:1140px;
    margin-left:auto;
    margin-right:auto;
    
    padding-left:2px;
    /*float:left;*/
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignleft {
   float:left;
}



/* ESTRUCTURA ESPECÍFICA*/
#super_menu {
    position:relative;
    width:980px;
    height:45px;
    
}

#atipica {
    left:0;
    position:absolute;
    top:0;
}
#aliving {
    position:absolute;
    left:502px;

    top:0;
}
#alquila {
    left:225px;
    position:absolute;
    top:-1px;
}

#shooping {
    left:452px;
    position:absolute;
    top:0px;
}


.menu_horizontal {
    width:980px;
    height:46px;
}
.menu_horizontal li {
    float:left;

}

.entry {
    min-height:500px;
    width:980px;
    /*margin:15px 0px 0px;*/
    color:gray;
    overflow:auto;
}

.entry p{
    margin-bottom:1em;
    padding-left: 500px;
    padding-right:30px;
    text-align:justify;
}

.blog .post {
    width:980px;
    /*margin:15px 0px 0px;*/
    color:gray;    
}

.blog .post p{
    margin-bottom:1em;    
}


.post {
    margin-bottom:3em;
}

#objeto_pagina {
    width:500px;
    float:left;
    padding-left:5px;
}
#texto_pagina {
    width:380px;
    float:left;
    padding-top:50px;
}

.page-item-83 > ul {
    padding-left:329px !important;
}
.page-item-18 > ul{
    padding-left:110px !important;
}

.page-item-5 > ul{
    padding-left:8px !important;
}


/*
#enlaces_navegacion {
    width:380px;
    height:30px;
    position:absolute;
    top:15px;
    left:600px;
    overflow:hidden;
}
#enlaces_navegacion ul{
    text-align:center;
    width:100%;
}

#enlaces_navegacion ul li {
    border-right:1px groove #4F4F4F;
    display:inline;
    list-style-type:none;
    
}

#enlaces_navegacion ul li:last-child {
    border-right:none;
}

#enlaces_navegacion a {
    padding:0px 5px;
}
*/

#suscribe{
    width:64px;
    height:64px;
    float:right;
}


/*Tipografía
Redimensionado de fuentes congruente entre navegadores. Estamos en 16px como base de tamaño. */
#contenedor {
	font-size:1em;
}

#pie p {color:#C4C4C4; font-size:0.8em;}

h1, h2, h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	
	}

h1 {
	font-size: 2em;
	
	}

h2 {
	font-size: 1.6em;
        line-height:1.5em;
	}

h3 {
	font-size: 1.3em;
	}

/* LISTAS */
ul{}
ol{}
li{}


/* LINKS */
/* Dejar los links sin marcas al apretar. (Mantener orden de declaración) */
a:link {
        color: #9e9e9e;
        text-decoration: none;
        outline:0;
        }

a:visited {
        color: #9e9e9e;
        text-decoration: underline;
        outline:0;
}

a:hover {color:#484848;outline:0;text-decoration:underline; }

a:active {
        color: #9e9e9e;
        text-decoration: none;
        outline:0;
        }



   /* PLUGINS */
   #selector_idiomas{
       text-align:right;
       height:16px;
       width:1146px;
       margin-left:auto;
       margin-right:auto;
       margin-bottom:10px;
       margin-top:10px;
       font-size:0.8em;
   }

   #selector_idiomas a:link,#selector_idiomas a:visited, #selector_idiomas a:active{
       text-decoration:none;
       outline:0;

   }
   #selector_idiomas a:hover{
       color:#484848;
       text-decoration:none;
       outline:0;

   }
   .qtrans_language_chooser li { float:right; margin:0px 5px; text-transform:lowercase; }
   .qtrans_language_chooser li.active a {color:#9E9E9E;  }
   .qtrans_language_chooser li a {color:#C4C4C4 }


   /* FLASH GRAND ALBUM STYLE */
   .flashalbum{
        float:left;
   }

   /*KIMILI*/
   .flashmovie{
       float:left;
   }

  

   /*WP PAGENAVI*/
   .wp-pagenavi {
       text-align:center;
   }

   .wp-pagenavi span.pages {

        border:1px solid gray !important;
        color:gray !important;

    }


    .wp-pagenavi span.current {

        border:1px solid #484848 !important;
        color:#484848 !important;

     }

     .wp-pagenavi a, .wp-pagenavi a:link {

        border:1px solid gray !important;
        color:gray !important;

     }


   /* ECOMMERCE*/
   table.shoppingcart tr th {
       text-align:center;
   }
   table.shoppingcart tr td {
       text-align:center;
   }
   /*Share this e-commerce*/
   .wpsc_akst_share_link {
       display:inline !important;
       margin:0px 15px 6px 0px !important;
   }

   div.wpsc_loading_animation {
       float:right !important;
   }

   .parent-pageid-83 .breadcrumb{
       display:none;
   }

    div.grid_product_info div.product_text {
        min-height:102px !important;
   }

  .wpsc-shopping-cart #shoppingcart{
      display:none;
  }

   #shoppingcart{
       margin-top:34px;
   }

   .parent-pageid-83 #shoppingcart{
       margin-top:4px;
   }

   #shoppingcart .pricedisplay {
       float:none !important;
   }

   span.pricedisplay {
        width:60px !important;
   }

   #shoppingcart h3{
       display:none;
   }


   /*Contat form 7*/
   div.wpcf7 {
        /*padding-left:500px !important;*/
        
   }

   form.wpcf7-form div {
        /*clear:left;*/
        width:450px;
        display:block;
        margin:5px 0 0;
        padding:1px 3px;
        font-size:13px !important;
        clear:left;
   }

   form.wpcf7-form div label {
        display:block;
        float:left;
        /*margin:20px 0 0;*/
        padding:3px 5px;
        text-align:right;
        width:160px;

   }

   .wpcf7-form-control-wrap input {
        background:#DCDADB no-repeat scroll 0 0;
        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;
   }

   .wpcf7-form-control-wrap textarea {
        background:#DCDADB no-repeat scroll 0 0;
        border:medium none;
        color:gray;
        font-family:"trebuchet MS",Tahoma,"Trebuchet MS","Lucida Console",Arial,Helvetica,sans-serif;
        overflow:hidden;
        width:230px;
        height:85px;
        font-size:13px !important;
   }

   form.wpcf7-form div select {
       font-size:13px;
       width:230px;
   }

   form.wpcf7-form div.boton {
        padding-left:160px;
        width:230px;
   }

   /*Foto nosotras*/
   #fade_in{
      display:none;
   }

  
