html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f5f4f0;
}
/*------*/

@font-face {
    font-family: 'ND-MediumAlt';
    src: url('../ND-MediumAlt.eot');
    src: url('../ND-MediumAlt.eot?#iefix') format('embedded-opentype'),
		 url('../ND-MediumAlt.woff') format('woff'),
		 url('../ND-MediumAlt.ttf') format('truetype'),
         url('../ND-MediumAlt.svg#ND-MediumAlt') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ND-Bold';
    src: url('../ND-Bold.eot');
    src: url('../ND-Bold.eot?#iefix') format('embedded-opentype'),
         url('../ND-Bold.woff') format('woff'),
         url('../ND-Bold.ttf') format('truetype'),
         url('../ND-Bold.svg#ND-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------*/
p.textos {
	font: 19px/23px 'ND-MediumAlt', Arial, sans-serif;
	text-align:justify; 
}
h1.titulos {
	font-family: 'ND-Bold', Arial, sans-serif;
	font-size: 15px;
	text-align: left;
}
p.textos2{
	font: 15px 'ND-MediumAlt', Arial, sans-serif;
	color: #FFFFFF;
}
a.textos3{
	font: 19px/23px 'ND-Bold', Arial, sans-serif;
	text-align:justify; 
	text-decoration:none;
	color: #000000;
}
.textosContacto{
	font: 14px 'ND-MediumAlt', Arial, sans-serif;
	color: #000000;
}
li{
	list-style-position: outside;
	list-style-type: none;
	font: 19px/23px 'ND-MediumAlt', Arial, sans-serif;
	text-align:justify;
	list-style-image: url(../imagenes/bullet.gif);
	padding-left: 0px;
	margin-left: -25px;
}


.header {
	width: 100%;
	height: 160px;
	background:url(../imagenes/fondo_encabezado.jpg)
}
.tabla {
	position: absolute;
	width: 100%;
	text-align: left;	
	min-height: 100%;
	height: auto !important;
	
	margin: 0 auto;
	background-color: #FF6699;
}
.contenedorFondo {
	width:100%;
	height:100%;
	position:fixed;
	z-index: 0;
}
.fondo {
	width: 1000px; 
	height: 100%;
	background-color:#EAE7E2;
	margin:0 auto;
}
.fondoTextosChico {
	position:relative;
	width:543px;
	min-height: 100%;
	right: 40px;
	background-color: #f5f3f1;
	float:right;
}
.fondoTextosGrande {
	position:relative;
	width:710px;
	min-height: 100%;
	right: 40px;
	background-color: #f5f3f1;
	float:right;
}
.menu {
	position:relative;
	width: 1000px;
	height: 56px;
	z-index: 2;
	background-color:#EAE7E2;
}
.contenedorContenidos {
	width: 1000px;
	margin: auto;
	z-index: 0;
	overflow: hidden;
}
.contenidosChico{
	position:relative;
	width: 509px;
	height: auto;
	top: 0px;
	right: 40px;
	padding-top: 15px;
	padding-left: 17px;
	padding-right: 17px;
	text-align:left;
	z-index: 3;
	float:right;
}
.contenidosGrande{
	position:relative;
	width: 675px;
	height: auto;
	top: 0px;
	right: 40px;
	padding-top: 15px;
	padding-left: 17px;
	padding-right: 17px;
	text-align:left;
	z-index: 3;
	float:right;
}
.subMenuChico{
	position:relative;
	width: 240px;
	height: auto;
	top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 7px;
	padding-top: 15px;
	text-align:left;
	z-index: 3;
	float:left;
	background-color:#EAE7E2;
}
.subMenuGrande{
	position:relative;
	width: 410px;
	height: auto;
	top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 7px;
	padding-top: 15px;
	text-align:left;
	z-index: 3;
	float:left;
	background-color:#EAE7E2;
}
.form {
	height: 17px;
	background-color: #FFFFFF;
	border:1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 5px;
}
.enviarButt{
	width: 70px;
	height: 30px;
	background-color: #9F8D5C;
	border: none;
	font-family: 'ND-Bold', Arial, sans-serif;
	font-size: 15px;
	color: #D8D0C7;
}
.gracias{
	font-family: 'ND-Bold', Arial, sans-serif;
	font-size: 15px;
}

/*Sticky Footer by Ryan Fait - http://ryanfait.com/*/
.wrapper {
	position: relative;
	width: 100%;
	text-align: left;	
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -52px; /* the bottom margin is the negative value of the footer's height */
}
.footer{
	height: 52px; /* .push must be the same height as .footer */
	background-color:#131112;
	position: relative;
	width: 1000px;
	height: 52px;
	margin: 0 auto;
	z-index: 900;
}

.push{
	height: 52px; /* .push must be the same height as .footer */

}
