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

/*
*  CSS del Portal de Gobierno del estado de Colima
*  MAQUETACIÓN >> Estructura del sitio 
*  Autor: Dirección de Gobierno Electrónico
*/




.titulobuscador {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color:#FFFFFF;
	}
	
.fuentemenu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(../imagenes/ico/separador_menu.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
	
.titulonavegacion {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	font-weight:bold;
	}
	
.navegacionenlaces {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000000;
	}
	
.opcionespagina {
	font-family:"Lucida Sans";
	color:#8a8a8a;
	font-size:10px;
	}
	
.tituloseccionessubmenu {
	font-family:Tahoma;
	font-size:14px;
	color:#36464E;
	font-weight: bold;
	}

.enlaces_secciones {
	font-family:tahoma;
	font-size:12px;
	color:#38558a;
	}
	
.titulosecciones {
	font-family: Tahoma;
	font-size:20px;
	color:#656F79;
	font-weight: bold;
	}
	
.titulosecciones_small  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#283b4c;
	}
	
.titulo_fechamodificacion {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#808080;
	}

.titulofecha {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#4f81a0;
	}
	
.textocontenido {
	font-family:"Lucida Sans", "Trebuchet MS";
	font-size:12px;
	color:#2c2c2c;
	}
	
.menupie {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#d6a100;
	}

.textopie {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#d2d2d2;
	}
	
.textonoticias {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	word-spacing:2px;
	}

.titulo1 {
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	color:#203863;
	}
	
.tituloclima {
	font-family:"Arial Narrow";
	font-size:13px;
	color:#383838;
	}
	
.textoblanco1 {
	font-family:"Arial Narrow";
	font-size:13px;
	color:#cecece;
	}

.tituloblanco {
	font-family:"Trebuchet MS";
	font-size:19px;
	color:#ffffff;
	}

.textoamarillo1 {
	font-family:"Arial Narrow";
	font-size:13px;
	font-weight:bold;
	color:#e7c165;
	}
input.formInputText  {
    font-size: 10pt;
	font:Arial, Helvetica, sans-serif;
    color: #666;
    background-color:#EEFDFF;
    padding: 2px;
    border: solid 1px #B2E2EB;
    margin-right: 5px;
    margin-bottom: 5px;
   
}

input.formInputText:hover {
    background-color: #fffcd8;
    border: solid 1px #e2dc8e;
    color: #000;
    cursor: pointer;
}

input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #000000; 
	cursor: text;
}

textarea.formInputTextArea {
	font-size: 10pt;
	font:Arial, Helvetica, sans-serif;	
    color: #333333;
	background-color:#EEFDFF;
	padding: 2px;
    border: solid 1px #B2E2EB;
    margin-right: 5px;
    margin-bottom: 5px;	
}

textarea.formInputTextArea:hover {
    background-color: #fffcd8;
    border: solid 1px #e2dc8e;
    color: #000;
    cursor: pointer;
}

textarea.formInputTextArea:focus {
	color: #000;
	background-color: white;
	border: solid 1px #000000; 
	cursor: text;
}
.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     text-decoration: blink;
     font-style: normal;
 }
