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

body {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}




.nofloat {
	clear: both;
}

/*CAJAS*/

/*Cj Contenedor Principal*/
#contenedor-principal {
	width: 830px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/*Cj Header*/
#header {
	width: 830px;
	height: 100px;
	padding-bottom: 25px;
	background-image: url(imagenes/header-imag.jpg);
	margin-bottom: 8px;
}
#header img {
	float: left;
}
#menu {
	width: auto;
	height: 80px;
	float: right;
}
	
/*Cj Banner*/
#banner {
	width: 830px;
	height: auto;
	background-color: #00aab2;
	padding-top: 60px;
}
banner-columnas {
	width: 648px;
	height: auto;
	background-color: rgba(255,0,0,0.90);
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	padding-top: 15px;
}
.columna-izq {
	width: 294px;
	height: auto;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}
.columna-der {
	width: 294px;
	height: auto;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
}
.columna-centro {
	width: 608px;
	height: auto;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}
#banner-logo {
	width: 830px;
	height: 100px;
	margin-top: 20px;
	text-align: center;
}


/*Footer*/
#footer {
	background-color: #FDB61D;
	width: 830px;
	height: auto;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 1px;
	margin-top: 8px;
}



/*TEXTOS*/
p, li {
	color: #333333;
	text-align:justify;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	line-height: 19px;
}
li {font-weight: bold}
h1 {
	color: #0054a6;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
}
h2 {
	color: #0054a6;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
}
ul {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	line-height: 19px;
	list-style-type: circle;
}
.azul {
	color: #0054a6;
}
.negrita {
	font-weight: bold;
	color: #333333;
}
.italica {
	font-style: italic;
}
a {
	color: #666666;
	font-size: 14px;
}

/*Estilos para el Menú*/

#menu ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu li {
	font-family: Gotham;
	width: auto;
	height: 80px;
	float: left;
	display: block;
	font-style: normal;
	font-weight: 400;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#menu a {
	text-decoration: none;
	color: #0054a6;
	padding-left: 11px;
	padding-right: 11px;
	line-height: 149px;
	font-size: 18px;
	height: auto;
}
#menu a:hover {
	text-decoration: underline;
}

/*TABLA*/

.tabla-1 {
	width: 608px;
	border: 1px solid #090808;
	border-color: #000000;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	background-color: #FFFFFF;
}
.thead {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
	background-color: #00aab2;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.tbody {
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
/*OTROS*/
.filete {
	border: 1px solid rgba(200,200,200,1.00);
}
.estilo-form {
	width: 100%;
}
