@charset "utf-8";
/* CSS Document */

.header {
	width: 960px;
	height: auto;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	
}

.logo {
float:left;
margin: 0 0 0 20px; 
	}
	
.header_contacto{
	margin-top:20px;
	float:right;
	font-family:Calibri;
	font-weight:bold;
	font-size:22px; 
}

.contenido {
width: 960px;
height:auto;
margin: 0 auto;
position:relative;	
}
.header_contacto_img{
	float:right;
	margin: 0 auto; 

}

.contenido_img{
	width:960px;
	position:relative;
	margin: 0 auto;
	}
	
	.contenido_txt {
	font-family: Calibri;
	font-size: 14px;
	text-align:left;
	}

.contenido_titulo {
	font-family:Calibri;
	font-size:14px;
	font-weight:bold	
	}
	
	.footer {
width: 960px;
background-color:#794400;
font-family: Calibri;
	font-size: 21px;
	text-align:right;
	}
	
	body {
		background:#fff url(images/bg_body.gif) repeat-x;
		font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#333;
		line-height:180%;
		margin:0;
		padding:0;
		text-align:center;
	}
	h1{
		font-size:180%;
		font-weight:normal;
		margin:0;
		padding:20px;
		}
	h2{
		font-size:160%;
		font-weight:normal;
		}	
	h3{
		font-size:140%;
		font-weight:normal;
		}	
	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:696px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#header{
		height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			
	
	