/* CSS Document */
body {
	font-family: "Trebuchet MS";
	color: #193A97;
	font-size: 11px;
	text-align: justify;
}
/*Titulos para la página de inicio*/
.tituloInicio{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #193A97;
}

/*Estilo para los enlaces de color naranja*/
.enlaceinicio {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}

/*Estilo para las cajas de texto de los formularios*/
.formulario {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000066;
	height: 13px;
}

/*Estilos que define una línea punteada en un hr*/
.lineapuntos {
	width: 100%;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
}

/*Estilos que define una línea azul de 2px de alto en un hr*/
.lineaazul {
	width: 100%;
	height: 1px;
	border-top-width: 2px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style:solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #193A97;
}

/*Estilo para los enlaces inicio y contacto*/
.iconos {
	font-family: "Trebuchet MS";
	font-size: 10px;
}

a .iconos
{
    text-decoration:none;
}

/*Para usar como título*/
.titulo1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
.titulo2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}

/*Estilo para los enlaces de color naranja*/
.tituloNaranja{
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.tituloGris {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-decoration:none
}

/*Define la Barra amarilla donde se muestra la ruta donde se encuentra la página*/
.tituloGeorgia1
{
    font-size:17px;
    font-family:Georgia, Arial;
    font-weight:bold;
    color:#F4C400;
}

.tituloGeorgia2
{
    font-size:17px;
    font-family:Georgia, Arial;
    font-weight:bold;
    color:#89B700;
}

/*Justifica texto*/
.justificado
{
    text-align: justify;
}

/*Se le define al tag form propiedades para que no se creen espacios en blanco entre los otros elementos de la página*/
form {
	margin: auto;
	padding: auto;
	height:auto;
	border:auto;
	top:auto;
}
/*Define la Barra amarilla donde se muestra la ruta donde se encuentra la página*/
#barraURL
{
    background-color:#FFD940;
    border-top:solid 1px #FFF;
    padding-top:3px;
    padding-bottom:3px;
    font-size:10px;
}

/*Define la Barra amarilla donde se muestra la ruta donde se encuentra la página*/
.numeroGrande
{
    font-size:36px;
    font-family:Georgia, Arial;
    font-weight:bold;
    color:#FFCC00;
}

.boton{
	background-color:#E6E6E6;
	color: #193A97;
	font-weight:bold;
	font-family:Arial, Verdana;
	font-size:11px;
	border: 1 solid #003366;
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00000000',EndColorStr='#FFFFFFFF');
}

.inputActivo{
	color: #193A97;
	font-family:Arial, Verdana;
	font-size:11px;	
}

	
/*Lista 1*/

#lista1 {
	width: 98%;
	padding: 0px 0px 0px 0px;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333;
	}

#lista1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}
	
#lista1 li {
	border-bottom: 1px dashed #EDEDED;
	margin: 2px 0px 1px 0px;
	display: block;
	padding: 2px 0px 5px 0px;
	color: #333;
	text-decoration: none;
	width: 100%;
	}

/************************************************************************************/

img 
{
	border:none;
}