/*
	General.css
	Estilos  generales para municipio
Recuerden
FORMULARIOS:
	1- Nombres de campos sobre el input con clase normal.
	2- Los titulos utilizan clase Titulo y los subtitulos clase Resaltado
	3- Los campos requeridos deben indicarse con un asterisco(*) rojo  (class=Requerido)  a la derecha del nombre de campo 	
	4- Normalizar las leyendas en (Anterior)(Siguiente)  (Eliminar)(Editar)(Guardar)(Cancelar) y respetar el orden 
	5- los input text  utilizan class=Plano y los Submit, Button utilizan clase Boton, los Radio o Check no utilizan clases
	
**** si aparece otro agregarlo a este listado para el resto del grupo ****
MARGENES (establecer)

TITULOS:
utilizan clase Titulo y se separa con un <Hr> del resto

*/

BODY, P {
	font-family:  Verdana,Arial, Helvetica, Sans-Serif;
	font-size:8pt;
	/*BACKGROUND-COLOR: #FFFFFF;*/
	COLOR: black
}

A {
	font-family:  Verdana,Arial, Helvetica, Sans-Serif;
	font-size:8pt;
	/*BACKGROUND-COLOR: #FFFFFF;*/
 	text-decoration: none;
	COLOR: black; 
}

HR {
	COLOR: #4490D1;
	margin : 0px 0px;
}
HR.error {
	COLOR: Red;
	margin : 0px 0px;
}
.Requerido {
	font-weight : bold;
	font-family: Verdana;
	font-size:9pt;
	COLOR: Red;
}
.Titulo {
	font-family:  Verdana,Arial, Helvetica, Sans-Serif;
	font-size:14pt;
	font-weight : bold;
}
.SubTitulo {
	font-family:  Verdana,Arial, Helvetica, Sans-Serif;
	font-size:10pt;
	font-weight : bold;
}
.Resaltado {
	font-family:  Verdana,Arial, Helvetica, Sans-Serif;
	font-size:8pt;
	font-weight : bold;
}
.Normal {
	font-family:   Verdana;
	font-size:8pt;
}
.Boton {
	border-style: groove;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:8pt;
	font-weight: bold;
	background-color : #D5D5D5;
	border : 1px solid Gray;
}
.Plano {
	border-style: groove;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:8pt;
	border : 1px solid Gray;
	background-color : #F5F5F5;
}
.Recuadro{
	border : 1px solid #4C4C4C;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:8pt;
}
.TituloRecuadro{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:8pt;
	background-color : #3D6DA8;
	color : White;
	font-weight: bold;
}
A.Normal:link, A.Resaltado:link {
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size:8pt;
	COLOR: #4490D1;
	TEXT-DECORATION: none;
	font-weight : bold;
}
A.Normal:visited, A.Resaltado:visited {
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-size:8pt;
	font-weight : bold;
	COLOR: #4490D1;
	TEXT-DECORATION: none
}

A.Normal:hover, A.Resaltado:visited {
	font-family: Verdana,Arial, Helvetica, Sans-Serif;
	font-weight : bold;
	font-size:8pt;
	COLOR: #FF9933;
	TEXT-DECORATION: underline
}
.LinkArbol {
	font-family:   Verdana;
	font-size:8pt;
	text-decoration: none;
}
.TituloMancheta {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 8pt;
}
.tituloOn {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 8pt; color: #21498c; 
font-weight: bold
}
