@charset "utf-8";
/* CSS Document */

@font-face {
font-family:"Gill Sans MT";
src: url(../Fonts/GILC____.TTF) format("truetype");
}

@font-face {
font-family:"Quattrocento Sans";
src: url(../Fonts/QuattrocentoSans-Regular.ttf) format("truetype");
}  

body{
	color:#6C6D70;
}

p, ul, li{
	
}

a{
	text-decoration:none;
}

img{
	border:0;
}

h1{
	color:#6C6D70;
	font-size:1.6em;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Quattrocento Sans";
}

h2{
	color:#6C6D70;
	font-size:1.6em;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Quattrocento Sans";
	
}

h3{
	color:#6C6D70;
	font-size:1.2em;
	font-weight:normal;
	text-transform:uppercase;
	font-family:"Quattrocento Sans";
}

#contenedor{
	width:905px;
}

#header{
	width:100%;
	color:#6C6D70;
}

#header .logo{
	padding-bottom:10px;
	text-align:left;
}

#header .bar{
	background-color:#E77721;
	color:#FFF;
	font-family:"Quattrocento Sans";
	font-size:1.2em;
	padding-right:10px;
}

#header .slogan{
	text-align:right;
}

#encabezado{
	width:100%;
/*	margin:20px;
*/
	text-align:center;
	font-family:"Quattrocento Sans";
	font-size:1em;
	color:#6C6D70;
}

#modulo{
	width:100%;
/*	margin:20px;
*/
	font-family:"Quattrocento Sans";
	font-size:1em;
	color:#6C6D70;
}

#modulo td{
	padding:5px 10px 5px 10px;
}

.leyendas{
	color:#6C6D70;
	font-size:1.2em;
	font-weight:normal;
	text-transform:uppercase;
	font-family:"Quattrocento Sans";
	text-align:center;
}

.enmarcados{
	color:#FFF;
	background-color:#404040;
	width:100%;
	font-family:"Quattrocento Sans";
}

.enmarcados td{
	padding:25px;
}

.tabulados{
	border:1px solid #6C6D70;
	font-family:"Quattrocento Sans";
}

.tabulados th{
	border:1px solid #6C6D70;
	background-color:#404040;
	color:#FFF;
	padding:10px;
}

.tabulados td{
	border:1px solid #6C6D70;
	background-color:#fff;
}

.botones{
	font-family:"Quattrocento Sans";
	background-image:url(../Image/btn_simple.png);
	font-size:1.5em;
	text-decoration:none;
	border:0;
	color:#FFF;
	width:150px;
	height:50px;
}

.botones:hover{
	color:#6C6C70;
}

.botones[disabled]{
	color:#999;
}

.botonAceptar{
	font-family:"Quattrocento Sans";
	background-image:url(../Image/btn_acepto.png);
	font-size:1.5em;
	text-decoration:none;
	border:0;
	color:#FFF;
	width:150px;
	height:50px;
}

.botonAceptar:hover{

        background-image:url(../Image/btn_acepto_roll.png);
}

.textoMini{
	font-size:.9em;
	line-height:0;
	color:#E77721;
}

.regresar{
	font-size:.8em;
	line-height:0;
	text-align:right;
}

.regresar a{
	color:#E77721;
}

.imagenesIzquierda{
	float:left;
	padding-right:10px;
}

#footer{
	width:100%;
	background-color:#012F6B;
	color:#FFF;
	margin: 10px auto 0 auto;
	font-family:"Quattrocento Sans";
}

#footer td{
	padding:10px;
	text-align:center;
	font-size:.7em;
}

#cuestionarios{
	width:100%;
	font-family:"Quattrocento Sans";
	font-size:.8em;
	color:#6C6D70;
}

#cuestionarios td{
	padding:3px 10px 3px 10px;
}

#cuestionarios th{
	padding:10px 10px 0 10px;
	text-align:left;
	background-color:#FFF;
	border-bottom:1px solid #6C6D70;
}

.oddrowcolor{
 background-color:#f1f1f1;
 }
 
.evenrowcolor{
 background-color:#f6f6f6;
 }

.avisosrojo{
	color:#F00;
}

input{
	font-family:"Quattrocento Sans";
	font-size:.9em;
	color:#6C6D70;
}

select{
	font-family:"Quattrocento Sans";
	font-size:.9em;
	color:#6C6D70;
}

.tablaUnidades td{
	border-bottom:1px solid #6C6D70;
}

.tablaUnidades p{
	text-align:left;
}

.tablaUnidades th{
	background-color:#f1f1f1;
	padding:10px;
}

.tablaUnidades ul, li{
	margin-bottom:0;

}

