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

body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #333;
	background-image: url(../images/plantilla/background.jpg);
	background-repeat: repeat;
	color: #333;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Sans Regular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;

}

a {
	color: #F90;
}

a:hover {
	color: #333;	
}

img{
	border:none;
	}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #222;
	line-height: 30px;
	text-align: left;
	letter-spacing: -1px;
}

h2 {
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans Regular", Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #F90;
	line-height: 26px;
	text-align: left;
}

h3 {
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans Regular", Arial, Verdana, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #F90;
	line-height: 24px;
	text-align: left;
}

h4 {
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans Regular", Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #F90;
	line-height: 22px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -1px;
}


h5 {
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans Regular", Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	line-height: 20px;
	text-align: left;
	letter-spacing: -1px;
	color: #F90;
}

.barra_datos {
	background-color: #003;
	background-image: url(../images/plantilla/bg-barra-azul.png);
	background-repeat: repeat-x;
}
.barra_division {
	background-image: url(../images/plantilla/barra-verde-chq.png);
	text-align:center;
}
.barra_menu {
	background-color: #F90;
	background-image: url(../images/plantilla/bg-barra-verde.png);
	background-repeat: repeat-x;
	text-align:center;
}
#menu_superior table {
	text-align: center;
}

#menu_superior td {
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans Regular", Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #333;
	text-align: center;
	letter-spacing: -1px;
}


#contenido p {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Sans Regular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

#destacado {
	border: 1px solid #FFF;
	background-color: #369;
	padding: 20px;
}
#destacado .titulo  {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Lucida Sans Regular", Arial, Verdana, Helvetica, sans-serif;
	font-size: 19px;
	letter-spacing: -1px;
	color: #FFF;
}
#destacado .texto  {
	margin: 0px;
	padding: 10px 0 0 0;
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans Regular", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 22px;
}

.pie {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Sans Regular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	text-align: center;
}
.header_slogan {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Sans Regular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #69C;
	text-align: left;
}
.header_menu {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Sans Regular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
}
.header_menu a {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Sans Regular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	text-decoration:none;
}
.header_menu a:hover {
	text-decoration: underline;
}
#menu_sup {
	}

.modulo  {
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-top: 20px;
}

.modulo td {
	padding: 5px;
	
}
.modulo_titulo {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Lucida Sans Regular", Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	line-height: 26px;
	text-align: left;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	letter-spacing: -1px;
}

.modulo_menu {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Lucida Sans Regular", Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #F90;
	line-height: 26px;
	text-align: left;
	padding-bottom: 5px;
	letter-spacing: -1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.modulo_menu a{
	color: #F90;
	text-decoration: none;
	}
.modulo_menu a:hover{
	color: #333;
	text-decoration: underline;
	}	
	
.modulo_contenido {
	text-align: left;
	padding-top: 5px;
	line-height: 20px;
}
#breadcrumb {
	text-align:left;
	padding-top: 5px;
	}
.breadcrumb {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Sans Regular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-align:left;
	}

.form_type {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.form_name {
	text-align: right;
}
.form_campos {
	text-align: left;
}
.form_nota {
	font-size: 12px;
	color: #666;
	text-align: left;
}
#formulario {
	color: #000;
	background-color: #E9E9E9;
	border: 1px solid #999;
	padding: 15px;
}
#aviso {
	border: 1px solid #FFF;
	background-color: #F00;
	padding: 20px;
}
#aviso .titulo  {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Lucida Sans Regular", Arial, Verdana, Helvetica, sans-serif;
	font-size: 19px;
	letter-spacing: -1px;
	color: #FFF;
}
#aviso .texto  {
	margin: 0px;
	padding: 10px 0 0 0;
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans Regular", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 22px;
}
