﻿/*=================================================================================================================*/
/*GENERAL*/
/*=================================================================================================================*/

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color:#FFFFFF;    
    background-color:#000000;
 
    background-repeat:repeat-x; 
	text-align:center;
	margin:0px;	
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color:#FFFFFF;    
}

div{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}

.blanco10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
.blanco10link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration:none;
}

#container {
	width:900px;
	margin:0px auto;
	text-align:left;
}  

#header
{
	float:left;
	margin:0px; 
	width:100%; 
	display:inline; 
	text-align:center;
    background-image:url('../images/general/bk_home_top.jpg');	
}

#footer 
{
    float:left;
    padding-top:5px;
    width:100%;
    background-image:url('../images/general/bk_home_botton.jpg');
    background-color:#000000;
    background-repeat:repeat-x;      
}

#footer a
{
	font-size: 9px;
	line-height: 12px;
	padding-left:50px;
	padding-right:50px;
	text-decoration:none;
	color:#FFFFFF;
}


/*=================================================================================================================*/
/*TEMPLATE 01*/
/*=================================================================================================================*/

#banner_promocional
{
	float:left;
	margin:0px; 
	width:900px; 
	display:inline; 
    background-image:url('../images/general/bk_linea_home.jpg');
    background-position:bottom;
    background-repeat:repeat-x;
    padding-bottom:11px;
}

#contenido_template_01
{
	float:left;
	margin:0px; 
	width:900px; 
	display:inline; 
}

#contenido_template_01_left
{
	float:left;
	width:250px; 
	display:inline; 
    background-image:url('../images/general/bk_home_poder_portatil.jpg');
    background-repeat:repeat-y;
}

#contenido_template_01_right
{
	float:left;
	margin:0px; 
	width:650px; 
	display:inline; 	
}

/*=================================================================================================================*/
/*TEMPLATE 02*/
/*=================================================================================================================*/
#contenido_template_02
{
	float:left;
	margin:0px; 
	width:900px; 
	display:inline; 
    background-image:url('../images/general/bk_banners.jpg'); 
    background-repeat:repeat-y;
    background-position:right;
    padding-top:10px;
}

#contenido_template_02_left
{
    float:left;
	margin:0px; 
    text-align:left;
    width:700px;
	display:inline;    
}

#contenido_template_02_right
{
    float:right;
   	display:inline;
    width:200px;
	margin:0px; 
	text-align:center;    
}
* html #contenido_template_02_right
{
	margin-left:-5px;
}

/*=================================================================================================================*/
/*TEMPLATE 03*/
/*=================================================================================================================*/

#contenido_template_03
{
	float:left;
	margin:0px; 
	width:900px; 
	display:inline; 
}
