@charset "UTF-8";
/* CSS Document */
body{
	background:url(../images/bg-ppal.png) repeat;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#6DCFF6;
	}

h1{
	color:#BCB499;
	font-size:4em;}
h2{
	color:#4DC7EF;
	font-size:3em;}

	
#body{
	font-size:12px;
	line-height:14px;
	color: rgb(158, 158, 158);
	/*background-size:100%;*/
	background-image: no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
	}
#logotipo{
	width:164px;
	height:200px;
	
	padding-top:20px;
	margin:0 auto;}
	
#galeria{
	width:700px;
	padding-top:25px;
	margin:0 auto;}
#menu{
	clear:both;
	width:310px;
	height:100px;
	margin:0 auto;
	padding-top:20px;}
	

/*++++++++++++++++++++++++++++ CONTACTO ++++++++++++++++++++++++++++++*/
#titulo-contacto {
	clear: both;
	float: left;
	margin-left: 23.8983%;
	width: 53.2033%;
	display: block;
	text-align:center;
}

#contenedor-contacto {
	clear: both;
	margin-top:1.5%;
	margin:0 auto;
	width:800px;
	display: block;
}
#contacto1 {
	
	float: left;
	margin-top:10px;
	margin-left: 5%;
	margin-bottom:60px;
	width: 43.1525%;
	display: block;
}
#contacto2 {
	
	float: left;
	margin-top:10px;
	margin-left: 2.6949%;
	margin-bottom:60px;
	width: 47.1525%;
	display: block;
}
.contacto-form{
	clear: both;
	float: left;
	margin-left: 33.8983%;
	width: 32.2033%;
	display: block;
	text-align:center;
	}
fieldset {
	background:#F9F9F9;
	font:Arial;
	font-size:100%;
	line-height:24px;
   border:none; 
   width:260px; 
   -webkit-border-radius: 0.5em;
   -moz-border-radius: 0.5em;
	border-radius: 0.5em;}
legend { font-size:18px; margin:0px; padding:10px 0px; color:#b0232a; font-weight:bold; background:#F9F9F9;}
label { display:block; margin:15px 0 5px; background:#F9F9F9;}
input[type=text], input[type=password] { 
    background:#F9F9F9;
    width:170px; 
    padding:5px; 
    border:solid 1px #ccc;
    -webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;}
.input[type=text], .input[type=password] { 
    background:#F9F9F9;
    width:360px; 
    padding:5px; 
    border:solid 1px #ccc;
    -webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;}
textarea{
	background:#F9F9F9;
	width:170px;
	height:100px;
    padding:5px; 
	border:solid 1px #ccc;
    -webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;}
	
.boton { background:url(../images/contacto/enviar.png) no-repeat;
width:66px;
height:27px;
padding:5px 10px; 
color:#fff; 
text-decoration:none; 
border:none;}

/*+++++++++++++++++++++++ derechos +++++++++++++++++++++++++++++*/
#footer-f {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer1 {
	clear: both;
	float: left;
	margin-top:80px;
	margin-left: 0%;
	margin-bottom:30px;
	width: 40%;
	display: block;
	font-size:80%;
}
#footer2 {
	clear: none;
	float: left;
	margin-top:80px;
	margin-bottom:30px;
	margin-left: 1.6949%;
	width: 50%;
	display: block;
}