@charset "utf-8";
/* CSS Document Style Sheet Structure*/

body {
	background:#eef3fa;}

div#acordeon1{
	position:relative;
	width:450px;
	float:left;
	}
	
div#header{
	background:url(../images/background_header.png);
	height:125px;
	margin:auto;
	position:relative;
	width:1024px;
	}
	
div#logo{
    height:106px;
	margin:15px 0px 0px 50px;
	position:relative;
	width:268px;
	float:left;
	}
	
div#header_right{
 	position:relative;
	width:700px;
	float:right;
	}
		
#search{
	position:relative;
    clear:both;
	float:right;
	width:500px;
	height:25px;
	font-family:Verdana, Geneva, sans-serif;
	color:#4D4D4D;
	margin:34px 25px 0px 0px;
    padding:0px;
        }
		
div#secMenu{
    position:relative;
   	width:695px;
	height:20px;
	margin:15px 5px 0px 0px;
    padding:0px;
	float:right;
	left:0px;
       
	
	           
	}

div#mainMenu{
	background:url(../images/background_mainmenu.png);
	height:30px;
	margin:auto;
	position:relative;
	width:1024px;
	z-index:3;
	}
	

div#contenido{
	background: #e9e9e9 url(../images/background_content.png) repeat-x;
	margin:auto;
	position:relative;
	width:1024px;
	z-index:2;
	padding:0px;
    min-height:350px;

    }

div#footerMenu{
	background: url(../images/background_footer.png) repeat-x;
	height:31px;
	margin:auto;
	position:relative;
	width:1024px;
	z-index:1;
	padding:0px 0px 0px 0px;

	}
	
div#pago_linea{position:relative; width:89px; clear:none;   margin:5px 0px 0px 15px; float:left;  }
div#instrucciones{position:relative; width:105px; clear:none;   margin:5px 0px 0px 15px; float:left;  }
div#telefono{position:relative; width:133px; clear:none;   margin:5px 25px 0px 0px; float:right;}
div#siguenos{position:relative; width:54px; clear:none;   margin:5px 10px 0px 0px; float:right;}
div#facebook{position:relative; width:25px; clear:none;  margin:3px 10px 0px 0px; float:right;}
div#twitter{position:relative; width:24px; clear:none;  margin:3px 15px 0px 0px;  float:right;}
	
	
div#banners{
	background:#fff;
	height:150px;
	margin:auto;
	position:relative;
	width:1024px;
	}
	
div#footerInfo{
	width:994px;
	background:#fff;
	height:auto;
	margin: auto;
	position:relative;
	padding:0px 15px 0px 15px;
	overflow:auto;
	}
	
div#bannerLeft{
	height:120px;
	float:left;
	margin:15px;
	width:482px;	
	}

div#bannerRight{
	height:120px;
	float:right;
	margin:15px;
	width:482px;
	}
	
