/* CSS Document */

.seccion-foto-principal{
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	}

.normal{
	font-size:11px;
	}
	
body{
	font-size:10px; 
	background-color:#333333;
	font-family: verdana;
	margin: 0 auto;
	padding:0;
	color:#F5F6F3;
	text-align:center; /* hack para o IE */	
	background-image:url(../imagenes/fondo-1024.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
h1{
	font-size:16px;
	color:#ADD420;
	font-weight:bolder;
	}
	
.dest{
	font-size:12px;
	color:#ADD420;
	font-weight:bold;
	}
	




/* FORMULARIO CONTACTO */
.contacto{
	margin-left:-15px;
	width:300px;
	padding:0px;
	float:left;
	}
	
.contacto label{
	width:70px;
	float:left;
	text-align: right;
	display: block;
	margin: 0px 0px 15px;
	padding: 0px 5px 0px 0px;
	}
	
.input, .input2 {
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#333333;
	font-size:10px;
	color:#F5F6F3;
	scrollbar-base-color:#4C4C4C;
	width:190px;
	padding:3px;
	background-repeat:no-repeat;
	background-position:top;
	}
.input{
	_height:25px;
	}
	
.enviar{
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	color:#F5F6F3;
	float:right;
	background-color:#333333;
	padding:2px;
	margin-right:35px;
	}

.contacto p {
	width: 100%;	
	}
	
.datos{
	background-image:url(../imagenes/fondo-datos.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:200px;
	height:200px;
	_height:225px;
	float:left;
	padding-top:15px;
	font-size:12px;
	text-align:center;
	}	

