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

/*

red = #ee3a46
dark = #3e3f40
aqua = #288c8f
light = #cfcfcf

*/

body{
	margin:0;
	padding:0;
}

section{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.content{
	margin:0 auto;
	padding:0 auto;
	width:1050px;
}

#menu{
	background-image:url(img/bg-header.jpg);
	background-repeat:repeat;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	padding-top:70px;
	height:150px;
}

#menu ul{list-style:none; padding:0; margin:0;}
#menu li{float:left; text-align:center; width:20%;}
#menu li a{text-transform:uppercase; color:#FFF;}
#menu li a:hover{text-decoration:none;}

#logo{
	padding:30px;
	background-color:#3e3f40;
	text-align:center;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#banner{
	background-color:#000;
	height:480px;
	padding-top:65px;
	margin:10px 0px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

#phrase{
	color:#288c8f;
	padding-top:100px;
	padding-left:10px;
}

#phrase h1 span{
	font-weight:700;
	font-size:22pt;
}

#phrase h1{
	font-weight:900;
	font-size:28pt;
	border-bottom:2px solid #cfd0d0;
	padding-bottom:15px;
}

#phrase h3{
	font-style:italic;
	font-weight:700;
	font-size:18pt;
}

#footer{
	float:left;
	width:100%;
	padding:20px 30px 14px 30px;
	text-align:right;
	background-image:url(img/bg-footer.jpg);
	background-repeat:repeat;
}

#exchange{
	text-align:left;
}

#exchange .date{
	color: #3e3f40;
  	font-size: 12pt;
}

#exchange .number{
	color: #0a4f57;
  	font-size: 16pt;
	font-weight:600;
}

#footer p{
	color:#3e3f40;
	font-size:12pt;
	margin-bottom:0;
	padding-bottom:0;
}

#footer p a{
	color:#3e3f40;
}

#footer p a:hover{
	text-decoration:none;
}

#footer h2{
	color:#0a4f57;
	font-weight:700;
	font-size:30pt;
	margin:11px 0px;
}

#content{
	float:left;
	width:100%;
	padding:40px 30px;
}

#content h2{
	margin-top:0;
	color:#288c8f;
	font-weight:700;
	text-transform:uppercase;
	font-style:italic;
}

#content h2 span{
	font-weight:900;
	text-transform:uppercase;
	font-style:normal;
}

#content p{
	font-size:12pt;
	margin-bottom:20px;
	color:#808285;
}

#content p span{
	color:#ee3a45;
	font-weight:700;
	font-size:12pt;
}

.form h4{
	text-transform:uppercase;
	color:#288c8f;
	margin-bottom:14px;
}	

.form label{
	float:left;
	width:32%;
	text-align:right;
	padding:3px 4px;
	margin-right:10px;
	font-weight:400;
	font-size:12pt;
}

.form input[type="text"], .form textarea{
	float:left;
	width:65%;
	text-align:left;
	padding:3px 4px;
	margin-bottom:7px;
	font-size:11pt;
	border:1px solid #c0c0c5;
}

.form textarea{
	height:65px;
}

a.btn-round:hover{
	color:#FFF;
}

.btn-round{
	border-radius: 50%;
	background-color:#288c8f;
	color:#FFF;
	text-transform:uppercase;
	font-size:12pt;
	padding-top:32px;
	height:85px;
	margin-right:-20px;
}

a{color:#288c8f;}
a:hover{color:#288c8f;}

/* General */
body{
	font-family:"Lato", Sans-Serif;
	font-size:10pt;
	color:#808285;
}

.empresa{
	 background-image:url(img/empresa.jpg); 
	 background-position:right bottom; 
	 background-repeat:no-repeat;
}

.servicios{
	 background-image:url(img/servicios.png); 
	 background-position:right bottom; 
	 background-repeat:no-repeat; 
}
