/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
ul{ list-style:none; list-style-position:outside;}
a {  outline: none;}
*:focus {outline: none;}



/* Tell the browser to render HTML 5 elements as block */ 
header, footer, aside, nav, article , section{display: block;}

body {
	
	font: 16px/20px "Open Sans", BreeLight, CalibriRegular, sans-serif, arial;
	background: url('') repeat-x #E3E1D5; /*#f0f0f0;*/
	/*background: url('../images/bg-test.gif') repeat #c0c0c0; */
}

h1 {
	font: 30px/34px BreeLight, CalibriRegular, sans-serif, arial;
	color: #75903F;
	margin-bottom: 20px;
}

h3 {
	
}

a{
	color: #f6921e;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: none;
}

p {
	margin-top: 10px;	
}

#container {
	margin: 0 auto;
	width: 950px;
	background: #FFF;
}

/* Main Header */

.header {
	height: 210px;
	background: url('images/header.png') no-repeat;
	position: relative;
	
}

.header .menu-top{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 300px;
	height: 20px;
	padding-right: 10px;
			
}

.header .menu{
	position: absolute;
	left: 0px;
	top: 175px;
	width: 950px;
	height: 34px;

}

.header .menu ul li{
	font-family: BreeLight, arial;
	float: left;
	font-size: 18px;
	text-align: center;
	line-height: 34px;
	
} 

.header .menu ul li a{
	color: #f6921e;
}

.header .menu ul li a:hover {
	color: #FFF;
}

.header .menu .active{
	color: #FFF;
}

.footer
{
	height: 30px;
	background: #424751;
}

.banner
{
	height: 335px;
	position: relative;
	margin-bottom: 40px;
}

.banner .menu
{
	font-family: BreeLight, arial;
	position: absolute;
	left: 50px;
	top: 30px;
	width: 185px;
	border: 2px solid #e5e6e7;
	background: #c1b49a;
	font-size: 18px;
	line-height: 34px;
	
}

.banner .menu a
{	display: block;
	color: #FFF;
	padding: 0px 12px;
}

.banner .menu a:hover , .banner .menu .active
{
	background: #424751;
	outline: 2px solid #e5e6e7;
	
}

/* Content */

.content{
	background-color: #FFF;
	position:relative;
	display: table;
	width: 100%;
}

.content .half-content
{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	position: relative;
}

.content .table-content
{
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.content .main-content
{
	display: table-cell;
	width: 550px;
	padding: 40px 20px;
	vertical-align: top;
	position: relative;
}

.content .right-content
{
	vertical-align: top;
	display: table-cell;
	width: 230px;
	padding: 40px 20px;
	
}

.titulo-seccion{
	
	margin-left: 50px;
	margin-top: 30px;
	width: 165px;
	border: 3px solid #e5e6e7;
	background: #424751;
	color: #FFF;
	font-size: 18px;
	line-height: 34px;
	padding: 0px 15px;
	margin-bottom:20px;
}

.tabla-descargas
{
	margin: 10px 50px;
	padding: 0px 15px;
	
}
.tabla-descargas td
{
	padding:5px;
}
.caja-principal{
	
}

.caja-principal h3
{
	font: 18px/20px "Open Sans", sans-serif, arial;
	color: #f6921e;
	padding: 10px 20px;
}



.caja-secundaria{
	position:absolute;
	top:0px;
	left:0px;
	width:635px;
	
}

.caja-secundaria h3
{
	font: 18px/18px "Open Sans", sans-serif, arial;
	color: #f6921e;
	padding: 20px 40px;
	background-color: #FFF;
	
}

.caja-secundaria .texto
{	
	line-height: 22px;
	position:relative;
	text-align:left;
	background: #6f737b;
	color:#FFF;
	margin: 0px 0px 30px 0px;
	padding: 10px 40px;
	z-index: 999;
	overflow: auto;
	
}
.caja-secundaria .texto p
{
	margin-bottom: 20px;
}

.caja-secundaria .boton-cerrar
{
	position: absolute;
	top: 15px;
	right: 2px;
	font-size:26px;
	color: #f6921e;
}

.caja-servicios{
	padding: 20px;
}

.caja-servicios h3, .formulario h3{
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

.caja-servicios h2, .formulario h2{
	margin: 30px 0px;
	color: #f6921e;
}

.caja-servicios p{
	margin-bottom: 10px;
}

.formulario{
	
	
	padding: 30px;
	border-bottom: 2px solid #FFF;
	
}
	.formulario input{
		clear: both;
	}

	.formulario .etiqueta
	{
		float: left; clear:left;
		padding: 0px 0px 5px 5px;
		color: #000;
		font-size: 13px;
		text-align: left;
		width: 210px;
	}
	
	
	.formulario  .texto
	{
		clear: right;
		margin-bottom: 15px;
		width: 330px;
		border:1px solid #f6921e;
		padding: 2px;
	}
	
	.formulario  .texto-corto
	{
		clear: right;
		margin-bottom: 15px;
		width: 180px;
		border:1px solid #f6921e;
		padding: 2px;
	}
	
	.formulario input:focus, .formulario select:focus{
		border: 1px solid #000;
		
	}
	
	.error
	{
		color: #ff6666;
	}
	
	.formulario .boton{
		clear: both;
        font-size:10px;
        margin-top: 25px;
        margin-bottom: 15px;
        font-weight:bold;
        color:white;
        background:#f6921e;
        border:0px;
        width:150px;
		padding: 10px;
		cursor: pointer;
       }
	   
#messageBox{
	background: #ffffcc;
	padding: 10px;
	border: 1px solid #000;
}

#messageBox li{
	list-style:none; list-style-position:outside;
	margin-left: 20px;
}

.hover{ color: #000; }