@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
*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f2f2f2;
	background-image:url(../imagenes/img/fill_plan.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	
}

.fillheaderverde {
	background-image:url(../imagenes/ico/fill_verdeplan.png);
	background-repeat:repeat;
	}

.fillblanco {
	background-image:url(../imagenes/ico/fill_blancoplan.png);
	background-repeat:repeat;
	}
	
.tituloblanco {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-style:italic;
	color:#FFFFFF;
	}
	
.textocontenido {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#4c4c4c;
	}
	
.tituloverde {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-style:italic;
	color:#4e7210;
	}
	
fieldset {
  font-size: 12px;
  padding: 10px;
  width: 250px;
}

.formPrompt {
  text-align: right;
}

input {
  border-style: solid;
  border-color:#cccccc;
  border-width: 2px;
  background-color: #ffffff;
  height:30px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  color:#666666;
}

.textarea {
  border-style: solid;
  border-color:#cccccc;
  border-width: 2px;
  background-color: #ffffff;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  color:#666666;
}