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

body {
	background-image: url(../imag/fondo.jpg);
	background-attachment: fixed;
	background-color: #2b3c4a;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#fondo {
	margin: auto;
	width: 100%;
	background-attachment: fixed;
	background-position: center -180px;
}
#principal {
	
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	
}
#encabezado {
height: 397px;
background-image: url(../imag/fondo_principal.png);
	background-repeat: no-repeat;
	background-position: bottom;}
#links {
	padding-top: 340px;
	margin-bottom: 0px;
	padding-bottom: 1px;
}
#links li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}
#links ul {
	margin-left: 270px;
}
#links a {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	display: block;
	width: 100px;
	height: 30px;
	line-height: 25pt;
	background-repeat: no-repeat;
	text-indent: 35px;
	outline:0;
}
#links a:hover {
	text-indent: 45px;
	background-position: 10px;
	color: #6CF;
	background-color: #3C6F7B;
}
.flickr {
	background-image: url(../imag/flickr.png);
}
.vimeo {
	background-image: url(../imag/vimeo.png);
}
.twitter {
	background-image: url(../imag/twitter.png);
}
h1 {
	color: #FFF;
}
#pie {
	background-image: url(../imag/pie.png);
	height: 50px;
	background-repeat: no-repeat;
	background-position: center top;
	]margin-top:-3px;
}
label {
	display: block;
	color: #60B6DA;
	width: 50px;
	font-size: 10pt;
	letter-spacing: -1px;
	float: left;
	text-align: right;
}
#form1 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	padding-top: 50px;
	background-color: #15202A;
	padding-bottom: 15px;
}
#enviar:hover {
	background-position: bottom;
}
#enviar {
	clear:both;
	width:125px;
	height:31px;
	text-align:center;
	line-height:25px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin-left: 200px;
	background-color: transparent;
	background-image: url(../imag/enviar.png);
	]background-image: url(../imag/enviar2.png);
	margin-top: 15px;
	margin-bottom: 15px;
}
input,textarea {
	background-color: #000;
	font-size:12px;
	width:150px;
	float: left;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	color: #467B87;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#izquierda {
	width: 45%;
	float: left;
	padding-left: 15px;
}
#derecha {
	width: 48%;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #024764;
	padding-left: 8px;
}
#textarea {
}

