/* HTML ELEMENTS */
body {
	  background:url(../images/bg.png) repeat;
	  font:62.5% Georgia,'Times New Roman',serif; 
	  letter-spacing:1; 
	  margin:0px;
	  padding:0px;
	  }


/* HEADER */
#header { 
       height:407px; 
	   }
	  
#header_int {
	height:250px; 
	}	  
	   
	   
.headerimg {
	    background-position: center top; background-repeat: no-repeat; 
		width:100%; 
		height:500px; 
		position:absolute;
		}
		
		


/* CONTROLS */
		
.btn { height:32px; width:32px; float:left; cursor:pointer; }
		
#back { 
        background-image:url("http://axisediciones.com/images/btn_back.png"); 
		}
		
		
#next { 
        background-image:url("../images/btn_next.png");
		}
		
		
#control { 
        background-image:url("http://axisediciones.com/images/btn_pause.png"); 
		
		
		
		}

/* HEADER HAVIGATION */


#controles_slide { 
        height:32px; 
		position:relative;
		top:164px;
		left:95px;
		}


#headernav-outer { 
        position:relative; 
		margin:0 auto; 
		width:960px;
		height:32px;
		}
		
		
#headernav {
	padding-left:65%;
		}

/* CONTENT */

		

#content { 
		background: url(http://axisediciones.com/images/sombra.png) top center no-repeat ;
		float:left;
		width:100%;
		padding-bottom:20px;
		}
		
		
		
.paneles_home {
	    width:960px;
		height:auto;
		margin:auto;
		margin-top:50px;
		margin-bottom:30px;
		}



		
.fotter{
	width:100%;
	height:169px;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size:12px;
	margin-top:50px;
		}		
		
.creditos{
	width:960px;
	height:auto;
	margin:auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	font-size:12px;
	margin-top:20px;
		}
		
		
p {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#666;
   margin:0px;
   padding:0px;
   text-align:justify;
		}
		
		
h1 { 
   font-family: 'Oswald', sans-serif;
   font-size:27px;
   color:#88b716;
   margin:0px;
   padding:0px;
   font-weight:normal;
   margin-bottom:10px;
		}
		



/* CONTACTO */



.contacto_map{
	width:875px;
	height:auto;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}

.contacto_campos{
	width:900px;
	height:auto;
	float:left;
}

.contacto_campos #textfield{
	width:415px;
	height:30px;
	color:#999;
	padding-left:10px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	background:none;
	border:#999 solid 1px;
}

.contacto_campos #textarea{
	width:860px;
	height:120px;
	color:#999;
	padding-left:10px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	background:none;
	border:#999 solid 1px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:10px;
}


.contacto_campos img{
	margin-right:20px;
	margin-top:20px;
}