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

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
	background-image: url(../img/bg_top.png);
	background-repeat: repeat-x;
}
#wrapper {
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 115px;
}
#nav {
	background-image: url(../img/bg-nav.png);
	background-repeat: no-repeat;
	height: 72px;
	background-position: center;
}
#banner {
	padding-top: 13px;
}
#contents {
	padding-top: 13px;
	padding-bottom: 20px;
	padding-left: 25px;
	
}
#cont {
	float: left;
	width: 565px;
	padding-right: 25px;
}
#lat {
	float: right;
	width: 315px;
}
#footer {
	clear: both;
	background-color: #FFF;
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 80px;
	width: 100%;
	margin-top: 13px;
}



#wrapper #header h1 img {
	padding-top: 20px;
}

#wrapper #nav ul {
	list-style-type: none;
	height: 70px;
	padding-top: 27px;
}
#wrapper #nav ul li {
	display: inline;
}
#wrapper #nav ul li a {
	width: 155px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D7D7D7;
	color: #5F5E5E;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
}
#wrapper #nav ul li a:hover {
	color: #0063A5;
}
#wrapper #contents #cont {
	padding-bottom: 20px;
	color: 6D6D6D;
}
#wrapper #contents #cont h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 45px;
	color: #B8B8B8;
	font-weight: normal;
}
#wrapper #contents #cont h1 strong {
	font-weight: bold;
}
#wrapper #contents .parrafos {
	padding-bottom: 20px;
	text-indent: 25px;
}
#footer #datos {
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
}
#footer #datos p {
	padding-top: 35px;
	color: #666;
}
#footer #datos p a {
	color: #999;
	text-decoration: none;
}
#footer #datos p a:hover {
	color: #1A66B8;
}
#wrapper #contents #cont p strong {
	color: #3D6F92;
}
#wrapper #contents #lat #noticias {
	width: 290px;
	border: 3px solid #E0E0E0;
}
#wrapper #contents #lat #noticias h1 {
	font-size: 30px;
	color: #F3BF19;
	font-family: Tahoma, Geneva, sans-serif;
	text-indent: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E0E0E0;
	margin-bottom: 20px;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
}


/* SLIDER  */
#slider {
		width:944px;
		height:398px;
		
		/*IE bugfix*/
		padding:0;
		margin:0;
		}
			
#slider li { list-style:none; }
			
#page {
		width:944px;
		margin:0px;
	  }
			
			
			
			

.rounded-corners {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;

}
.datos-contacto {
	position: absolute;
	right: 350px;
	text-align: right;
	top: 230px;
	color: #0063A5;
}



/* FORMULARIO==============================
===========================================*/
fieldset, input, textarea {
	margin: 0; padding: 0; border: 0; outline: none;
}
/*body, div, h1, form, fieldset, input, textarea {
	margin: 0; padding: 0; border: 0; outline: none;
}

html {
	height: 100%;
}

body {
	background: #728eaa;
	background: -moz-linear-gradient(top, #25303C 0%, #728EAA 100%); /* firefox */	
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25303C), color-stop(100%,#728EAA)); /* webkit */
	/*font-family: sans-serif; 
}*/

#contact {
	width: 500px;
	margin: 60px auto;
	padding: 60px 30px;
	border: 1px solid #e1e1e1;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
	font-family: GillSans;
	background-color: #D9D9D9;
}

#contacto h1 {
	font-size: 35px; color: #445668; text-transform: uppercase;
	text-align: center; margin: 0 0 35px 0; text-shadow: 0px 1px 0px #f2f2f2;
}

label {
	float: left; clear: left; margin: 11px 20px 0 0; width: 150px;
	text-align: right; font-size: 16px; color: #445668; 
	text-transform: uppercase; text-shadow: 0px 1px 0px #f2f2f2;
}

input, select {
	width: 260px; height: 35px; padding: 5px 20px 0px 20px; margin: 0 0 20px 0; 
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #525252 0%, #919191 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(20%,#919191)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; font-size: 16px; color: #f2f2f2; text-transform: uppercase; text-shadow: 0px -1px 0px #334f71; 
}
	input::-webkit-input-placeholder  {
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;  
	}
	input:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b; 
	}

textarea {
	width: 260px; height: 200px; padding: 12px 20px 0px 20px; margin: 0 0 20px 0; 
	background: #5E768D;
	background: -moz-linear-gradient(top, #525252 0%, #919191 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(20%,#919191)); /* webkit */
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; font-size: 16px; color: #f2f2f2; text-transform: uppercase; text-shadow: 0px -1px 0px #334f71; 
}
	textarea::-webkit-input-placeholder  {
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;  
	}
	textarea:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b; 
	}
	
input:focus, textarea:focus {
	background: #728eaa;
	background: -moz-linear-gradient(top, #668099 0%, #728eaa 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(20%,#728eaa)); /* webkit */
}

input[type=submit] {
	width: 185px; height: 52px; float: right; padding: 10px 15px; margin: 0 15px 0 0;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	background: -moz-linear-gradient(top, #718DA9 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718DA9), color-stop(100%,#415D79)); /* webkit */
	cursor: pointer;
}
/* TERMINA FORMULARIO==============================
===========================================*/