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

/*
You are allowed to do whatever you want with this layout. Though I would be pleased if you placed a link on your site to csseasy.com or to profit42.com (best "blog about hacking" ever). Donations are also welcome: paypal@profit42.com (or follow the donation button on csseasy.com)
*/

body {
	margin:0 auto;
	margin-top:30px;
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-x;
	background-color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1{
	margin-top: 0;
	/*.margin-top: -25px;*/
	padding-left: 45px;
	font-size: 16px;
	color:#004C99;
}
h2{
	/*margin-top: 18px;*/
	padding-left: 35px;
	font-size: 14px;
	margin-bottom: 8px;
	padding-top:33px;	

}
ul{
	margin:0;
	padding:0;
}
li{
	list-style-type: none;
}

p{
	padding-right: 35px;
	padding-left: 25px;
	text-align: justify;
	
}
img{
	border:none;
}
a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
a:hover{
	color: #999;
}


/* ----- CONTENDEDOR ----- */
#contenedor{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-360px;
	margin-top:-280px;
	width:720px;
	height:500px;
	background-image: url(../img/fondo_03.png);
	background-repeat: no-repeat;
}
/* ----- HEADER ----- */



#header {
	width:550px;
	height:100px;
	/*background-color:white;
	border: 4px solid #E6E6E6;*/
	padding-left:60px;
	padding-top:30px;
}
.logo{
	float:left;
}
.sobrecito{
	padding-right:5px;
}

/* ----- MAIN CONTENT ----- */

#aire{
	margin-top:25px;
}


#content {
	width:670px;
	margin-top:10px;
	min-height:355px; /* for modern browsers */
	/*height:auto !important;  for modern browsers */
	height:355px; /* for IE5.x and IE6 */
	/*background-color:white;
	border: 4px solid #E6E6E6;*/
	margin-left:10px;
}
#botonera{
	/*padding-top: 20px;*/
	padding-left: 40px;
	margin-left:3px;
	background-image: url(../img/barra.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 579px;
	margin-top:-25px;
}
.contacto{
	padding-left:200px;

}
/*#botonera li{
	padding-left: 15px;
	float:left;
}
#botonera li.ultimo{
	padding-left: 15px;
	clear:both;
}*/
.linea{
	margin-left:34px;
	/*margin-top:8px;*/
	/*.margin-top:-40px;*/
}
/*#informacion{
	height:270px;
	.height:260px;
	.max-height:260px;
	overflow:auto;
	.margin-top:-20px;
	width:720px;
	
}*/
#informacion2{
	height:250px;
	.height:240px;
	.max-height:240px;
}
p.mails{
	text-align: right;
	margin-top:5px;
	padding-right:0;
	margin-right:-50px;
	color:#3E517C;
	font-family:Tahoma, Geneva, sans-serif;
	/*font-weight:bold;*/
	font-size:10px;
	word-spacing: 25px;
	letter-spacing: 1px;
	float:right;
}
#informacion{
	margin-top:-20px;
}
.cuerpo{
	background-image: url(../img/cuerpo_texto2.png);
	background-repeat: no-repeat;
	/*margin-top:35px;*/
	width:680px;
	height:296px;
	background-position: left top;
	margin-left:-5px;
	margin-top:20px;
	color:#333;
	padding-left:5px;
	
}

.cuerpo2{
	background-image: url(../img/cuerpo.png);
	background-repeat: no-repeat;
	/*margin-top:35px;*/
	width:680px;
	height:141px;
	background-position: left top;
	margin-left:-5px;
	margin-top:-30px;
	color:#333;
	padding-left:5px;
}

.cuerpo3{
	background-image: url(../img/cuerpo_texto3.png);
	background-repeat: no-repeat;
	/*margin-top:35px;*/
	width:680px;
	height:296px;
	background-position: left top;
	margin-left:-5px;
	margin-top:20px;
	color:#333;
	padding-left:5px;
	
}
p.texto{
	padding-left:35px;
	padding-right:45px;
	margin-top:0px;
}
p.espacio{
	padding-top:0px;
}
/* ----- FOOTER ----- */



#footer {
	width:720px;
	height:30px;
	background-color:none;
	margin-top:18px;
	color: black;
	font-size:8px;
	margin-left:15px;
	letter-spacing:1px;
}

/* Formulario venta*/
.venta{
	text-align: right;
	width: 400px;
	margin:0;
	.margin-top:-16px;
}
.form_nombre{
	width:130px;
	margin-bottom:3px;
}
.form_mail{
	width:130px;
	margin-bottom:3px;
}
.form_comentario{
	width:130px;
	height:30px;
}
.form_enviar{
	background:none;
	font-size:11px;
	border:none;
	padding-top:5px;
}
.nombre{
	vertical-align:top;
	
}
.gracias{
	color:#004A99;
}

html>/**/body p.espacio{
	padding-top:8px;
}