/*////////////////////////////////// Estilos generales del documento //////////////////////////////////*/
body{
	margin:0;
	padding:0;
	color:#696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:underline;
}
h2{
	font-size:24px;
	font-weight:normal;
	border-bottom:1px solid #FFF;
	margin:0 30px 10px;
}
h3{
	font-size:16px;
	margin:20px 30px 10px;
}
p{
	margin:0 30px 10px;
}
a.facebook{
	background:url(../imagenes/btnSocial.jpg);
	width:27px;
	height:27px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	right:35px;
	top:80px;
}
a.twitter{
	background:url(../imagenes/btnSocial.jpg) top right;
	width:27px;
	height:27px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	right:0;
	top:80px;
}
label{
	width:80px;
	float:left;
	margin-bottom:5px;
}
input{
	width:180px;
	float:left;
	margin-bottom:5px;
}
input.enviar{
	width:60px;
	height:20px;
	color:#FFF;
	background:#999;
	float:left;
	border:none;
	margin-left:222px;
	margin-top:5px;
}
textarea{
	width:180px;
	height:70px;
}
br.clear{
	clear:both;
}
/*////////////////////////////////// Estilos del div header //////////////////////////////////*/
#header{
	width:965px;
	height:105px;
	margin:0 auto 10px;
	position:relative;
}
#header h1{
	display:block;
	background:url(../imagenes/logo.jpg);
	width:146px;
	height:80px;
	text-indent:-9999px;
	position:absolute;
	top:25px;
	left:0;
	margin:0;
}
#header h1 a{
	display:block;
	width:146px;
	height:80px;
}
#header ul{
	margin:0;
	padding:0;
	list-style-type:none;
	position:absolute;
	right:125px;
	top:85px;
	font-size:14px;
}
#header ul li{
	float:left;
}
#header ul li a{
	padding:0 10px;
	color:#CCC;
}
#header ul li a:hover{
	text-decoration:none;
	color:#696969;
}
#header ul li a.selected{
	text-decoration:none;
	color:#696969;
}

/*////////////////////////////////// Estilos del div contenido //////////////////////////////////*/
#contenido{
	width:936px;
	min-height:580px;
	margin:0 auto 10px;
	padding:10px;
	background:#ececec;
	position:relative;
}
#contenido img.principal{
	margin-bottom:50px;
}
/*////////////////////////////////// Estilos del div contacto //////////////////////////////////*/
#contacto{
	margin:0 30px;
}
/*////////////////////////////////// Estilos del div footer //////////////////////////////////*/
#footer{
	width:965px;
	margin:30px auto 20px;
	position:relative;
	text-align:center;
}