﻿
/************************************************************************************************************************
							CONTENEDORES
************************************************************************************************************************/
.contenedor_exterior
{
	width:100%;
	text-align:left;
	clear:left;
	/*padding-top:10px;*/
	
}
.contenedor_interior
{
	width:98%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;	
}
.contenedor_exterior_nomargin
{
	width:100%;
	text-align:center;
	clear:left;
	margin:0;
	padding:0;
}

.separacion_filas_1
{
	height:25px;
	vertical-align:middle;	
}

/******************************************************************************************
                        CABECERA
******************************************************************************************/

.menu_cabecera_superior_izq
{
  float:left;
  padding-left:15px;
}
.menu_cabecera_superior_der
{
  float:right; 
}
.menu_cabecera_inferior
{
 /*border:1px none;
float:left;
margin-top:-80px;
padding-left:235px;
padding-top:5px;*/
border:1px none;
/*left:404px;*/
margin-top:-80px;
padding-top:5px;
position:absolute;
top:165px;
margin-left:237px;
*margin-left:-235px;
}

   .div_enlace_menu_normal{
               
                float:left;
                height:70px;
             
                /*padding-right:34px;*/
                text-align:left;
                width:100%;
                /*border-bottom:2px solid #35AD27;*/
                /*border-top:2px solid #35AD27;*/
               
            }

            .div_enlace_menu_ult{
                
                float:left;text-align:right;
                height:70px;
               
                width:auto;
                 /*border-bottom:2px solid #35AD27;*/
                /*border-top:2px solid #35AD27;*/
                min-width:90px;
             

            }

/**********************************************************************************************************
						PIE
**********************************************************************************************************/

.pie_lateral_izq
{
   border-top: 3px solid #dedede;
   float:left;
   width:220px;
}
.pie_central
{
   
    border-top: 3px solid #dedede;
    float:left;
   margin-left:15px;
width:477px;
}
.pie_lateral_der
{
   border-top: 3px solid #dedede;
   float:right;
   width:220px;
  
}



/**********************************************************************************************************
						MENUS
**********************************************************************************************************/

#menufamilias { width:100%; margin:0; padding:0; list-style:none;}
#menufamilias li { width:100%; list-style:none; margin-left:5px;}
#menufamilias li ul { width:100%; margin:0; padding:0;}
#menufamilias li ul li { width:100%; margin-left:10px;}

.menu_empresa 
{
	width: 100%;
    margin: 0px; 
    padding: 0px;
}
.menu_empresa li
{
	margin-left: 10px;
}

form
{
	padding-top: 0px;
	margin: -8px;	
	*margin-top: -15px;	
	
	
}

.navegacion
{
	background-color: #579ecc;
	width: 100%;
	height: 18px;
	line-height: 18px;
	margin: 1px;
	margin-bottom: 0px !important;
}

.buscador_idiomas
{
	background-color: #d4dfee;
	width: 100%;
	height: 18px;
	line-height: 18px;
	margin: 1px;
}

 .div_textbox_busqueda{
        float:right;
        margin-right:0px;
        border:0px solid;
        width:185px;
        height:30px;
        text-align:left
    }
    .div_boton_buscador{
        float:right;
        margin-right:0px;
        border:0px solid;
        width:30px;
        height:30px;
        margin-top:0px;
        *margin-top:1px;
        text-align:left
    }


/********* Es interno ************/
.texto_error
{
	color: Red;
	font-size:11px;
}

/* culture.aspx */

.contenido_cultura
{
   font-family: Verdana, Arial, Century Gothic;
   font-size: 14px;
   vertical-align: middle;
   margin-top: -260px;
   margin-left: -400px;
   position: absolute;
   top: 50%;
   left: 50%;
   width: 802px;
   height: 523px;
   border: 1px solid #cccccc;
   background-image: url(../imagenes/logo.gif);
   background-position: top left;
   background-repeat: no-repeat;
}

.contenido_cultura_i
{
	padding-top: 150px;
	float: left;
	width: 45%;
}

.contenido_cultura_d
{
	float: right;
	width: 45%;	
	padding-top: 150px;
}

/* General */

.div_separador_horizontal
{
	height: 10px;	
}

.div_separador_horizontal_peq
{
	height: 10px;	
}
.div_separador_horizontal_gra
{
	height: 20px;	
}

.display_none
{
	display: none;	
}

.display_block
{
	display: block;	
}

.font10
{
	font-size: 10px;	
}

.noscript
{
	width: 802px; 
	height: 30px; 
	background-color: #F0F0F0; 
	border: 1px solid #D4D4D4; 
	font-family: Calibri; 
	line-height: 30px; 
	font-size: 12px; 
	color: #000000	
}

h2
{
	font-size: 100%;
	display: inline;	
	text-transform: capitalize;
	padding-left: 5px;
}


.div_linea_superior
{
  height:20px;
  background-color:  #171717;
}

.div_contenedor
{
	width: 932px;	
	min-height: 100%;
	border: 2px solid #dddddd;
	background-color: White;
	padding-top: 10px;
	padding-bottom:30px;
	*padding-bottom:40px;
    padding-left:15px;
    padding-right:15px;
	height:auto !important;
}

.div_cabecera
{
	min-height: 240px;
	margin-bottom: 8px;
	border: 1px solid black;	
}

.div_menu_izquierda
{
	float: left;
	width: 220px;
	margin-right: 1%;	
	min-height: 400px;
	padding-top: 5px;
	border-top:2px solid #35AD27;
	margin-top:5px;
}

.div_principal
{
	float: left;
	width: auto;
	margin-right: 5px;	
	margin-left: 5px;
}

.div_menu_derecha
{
	float: right;
	width: 220px;	
	min-height: 400px;
}

.div_pie
{
	min-height: 80px;
	
}

.div_carrito_mini_cabecera
{
	background-color: green;
	color: #FFFFFF;
	min-height: 25px;
	line-height: 25px;
	text-align: left;
	font-size: 12px;
	padding-left: 10px;
}

.div_carrito_mini
{
	border: 1px solid green;
	min-height: 100px;	
}

table
{
	width: 100%;	
}

.celda_registro_1
{
	width: 50%;	
}

.celda_registro_2
{
	width: 50%;	
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


/*+++++++++++++++++++++++++++ CARRITO DESPLEGABLE +++++++++++++++++++++++++++++++++*/

 .desc  
        {
            color:#999999;
        }
        .desc a 
        {
            color:#999999;
        }
        
        .dropdown
        {
            /*background-image: url(../imagenes/usuario/marco_px.gif);*/
	        /*background-position: top left;*/
	        /*background-repeat: repeat-y;*/
	        min-height:60px;
        }
        
        .dropdown dd
        {
            margin:0px; 
            padding:0px;
        }
        .dropdown dt
        {
           margin:0px; 
            padding:0px;
        }
        .dropdown ul 
        {
          margin:0px; 
            padding:0px;
        }
        
        .dropdown dd  
        {
            position:relative; 
              
        }
        .dropdown dt a span 
        {
            cursor:pointer; 
            display:block; 
         }
        .dropdown dd ul  
        {
            background-image: url(../imagenes/usuario/marco_px.gif);
	        background-position: top left;
	        background-repeat: repeat-y;
            color:#C5C0B0; 
            display:none;
            left:0px; 
            padding:0px 0px; 
            position:absolute; 
            width:220px; 
            min-width:170px; 
            list-style:none;
            margin-bottom:-10px;
         }
        .dropdown span.value  
        {
            display:none;
        }
        
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
