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

*{
	outline: none;	
}
body {
	background: url(imagenes/fondoBody.jpg) top left repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	color: #727272;
	line-height: 13px;
	font-size: 12px;
	padding: 0;
	margin: 10px 0 0 0;
}
#contenedor{
	width: 1020px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
}
#header{
	background: url(imagenes/fondoCabecera.jpg) #10625c top left no-repeat;
	height: 127px;
	width: 100%;
}
#contenido{
	display: block;
	float: left;
	background: url(imagenes/fondoContenido.jpg) top right repeat-y;
	width: 1020px;	
}
#pie{
	margin: 0;
	width: 100%;
	background-color: #08312e;
	color: #FFF;
	border-top: 2px solid #10625c;
	font-size: 11px;
	display: block;
	float: left;
	line-height: 32px;
}
/*   GENERAL */
h1{

}
a{
	color: #D6A344;
	text-decoration: none;		
}
a:hover{
	color: #08312D;
	text-decoration: underline;
}
.derecha{
	float: right;	
}
.izquierda{
	float: left;	
}
.clear{
	width: 100%;
	display: block;
	height: 20px;
}
h4{
	color: #08312D;	
}
a.pdf{
	height: 20px;
	padding-left: 25px;	
	line-height: 20px;
	display: block;
	background: url(imagenes/pdf.png) center left no-repeat;
}
/*                     HEADER                        */
.logo{
	float: left;	
}
/*               COLUMNA PRINCIPAL            */
.columnaPrincipal{
	float: left;
	width: 750px;
	display: block;
}
.seccion h3 span{
	float: right;
	font-size: 11px;
	color: #AAA;
	line-height: 12px;
	height: 12px;
	margin: 9px 0;
	font-weight: normal;
}
.seccion div.destacado{
	padding: 5px 10px 5px 0;
	background: #003731;
	color: #FFF;
}
/*               COLUMNA DERECHA              */

.columnaDerecha{
	display: block;	
	width: 250px;
	padding: 0 10px;
	float: left;
	text-align: center;
}

/*               SECCIONES          */
.seccion{
	padding: 10px 5px;	
}
.seccion h2{
	padding-left: 30px;
	height: 30px;
	font-size: 14px;
	color: #003731;
	line-height: 30px;
	margin: 0;
	background: url(imagenes/h2.png) top left no-repeat;
	border-bottom: 1px dotted #cf9220;
	text-transform: uppercase;
}
.seccion h3{
	padding-left: 30px;
	height: 30px;
	font-size: 11px;
	color: #003731;
	line-height: 30px;
	margin: 0;
	background: url(imagenes/h3.png) top left no-repeat;
	border-bottom: 1px dotted #333;	
}
.seccion p{
	padding-left: 30px;	
}
.seccion ul{
	margin-left: 0;	
}
.seccion li{
	line-height: 15px;	
}
.seccion h3 span{
	float: right;
	font-size: 11px;
	color: #AAA;
	line-height: 12px;
	height: 12px;
	margin: 9px 0;
	font-weight: normal;
}
.seccion blockquote{
	padding: 0 0 5px 40px;
	background: url(imagenes/blockquote.png) top left no-repeat;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
.seccion blockquote p{
	background: url(imagenes/blockquoteRight.png) bottom right no-repeat;
	padding: 5px 40px 0 0;	
}

.seccion div.destacado{
	padding: 5px 10px 5px 0;
	background: #003731;
	color: #FFF;
}
/*        PIE                   */
#pie p{
	float: left;
}
#pie p{
	height: 32px;
	width: 100%;
	text-align: center;	
}
#pie a{
	color: #fff;
	text-decoration: none;
}
#pie a:hover{
	color: #10625c;
}
a.social{
	float: right;
	height: 30px;
	margin: 0;
	display: block;	
}
a img{
	margin: 0 5px 0 0;	
}
.contacto{
	float: right;
	width: 200px;
	color: #333;
	margin: 10px;
	padding: 5px;
	background: #FFF;
	-moz-box-shadow: 1px 1px 5px #333;
	-webkit-box-shadow: 1px 1px 5px #333;
	box-shadow: 1px 1px 5px #333;	
}
.contacto p{
	font-weight: bold;
}
a.btnContacto{
	float: right;
	background: url(imagenes/btnContacto.png) top left no-repeat;
	height: 64px;
	width: 200px;
	overflow: hidden;
	text-indent: -999px;
}
a.btnContacto:hover{
	background-position: bottom;
}