body
{
  background-color: #F2F1E7;
  color: #2E2717;
  font-family: 'Arial';  
 font-size: 12px;
 margin:0;
}

.bienvenida
{
    color: White;
    font-family: 'Trebuchet MS';
    font-size: large;
     font-weight: bold;
}

.tituloForma
{
    color: #2E2717;
    font-family: 'Trebuchet MS';
    font-size: 14.0px;
    font-weight: bold;
}

.divMensaje
{
    color: #2E2717;
    font-family: 'Trebuchet MS';
    font-size: 14.0px;
    font-weight: normal;
    font-style: italic;
    /*background-color:#CCCCCC;*/
    text-align: center;
}

.tituloFormaTD
{
    color: #2E2717;
    font-family: 'Trebuchet MS';
    font-size: 14.0px;
    font-weight: bold;
    background-color: #CECAB1;
    /*border: 1px dotted #2E2717;*/
    color: #2E2717;
    line-height: normal;
    /*border-top-color: transparent;*/
    /*border-right-color: transparent;*/
    border-bottom: 1px dotted #2E2717;
    /*border-left-color: transparent;*/
}

.tituloFormaTDSecundaria
{
    color: #2E2717;
    font-family: 'Trebuchet MS';
    font-size: 14.0px;
    font-weight: bold;
    background-color: #E4E2CE;
}

.tituloFormaTDEstadistica
{
    color: #2E2717;
    font-family: 'Trebuchet MS';
    font-size: 14.0px;
    font-weight: bold;
}

.numEstadistica
{
    color: #2E2717;
    font-family: 'Trebuchet MS';
    font-size: 22.0px;
    font-weight: bold;
}

.tituloFormaLeyenda
{
    color: #2E2717;
    font-family: 'Trebuchet MS';
    font-size: 14.0px;
    font-style: italic;
    text-align: right;
    background-color: #E4E2CE;
}

.tituloTabla
{
    color: Gray;
    font-family: 'Trebuchet MS';
    font-size: 10.0pt;
    font-weight: bold;
}

.nombresCampos
{
    color: #2E2717;
    font-family: 'Trebuchet MS';
    font-size: 12.0px;
}

.nombresCamposMenuTitulo
{
    color: #807D5E;
    font-family: 'Trebuchet MS';
    font-size: 12.0px;
    font-weight: bold;
}

.nombresCamposMenu
{
    color: #807D5E;
    font-family: 'Trebuchet MS';
    font-size: 11.0px;
}

.nombresCamposBold
{
    color: #2E2717;
    font-family: 'Trebuchet MS';
    font-size: 12.0px;
    font-weight: bold;
}

.nombresCamposBoldChica
{
    color: #2E2717;
    font-family: 'Trebuchet MS';
    font-size: 11.0px;
    font-weight: bold;
}

.datosCeldas
{
    color: Gray;
    font-family: 'Trebuchet MS';
    font-size: 9.0pt;
    font-weight: normal;
}

.textoCampos
{
    color: Gray;
    font-family: 'Trebuchet MS';
    font-size: 9.0pt;
    font-weight: normal;
}


.divRecurso
{
    height: 100px;
    width: 150px;
    border-color: InfoBackground ;
    border-width: 1px;
    border: solid ;
}

.divURL
{
   height: 50px;
    width: 500px;
    border-color: InfoBackground ;
    border-width: 1px;
    border: solid ; 
}

.textoMensajeValido
{
    color: Green;
    font-family: 'Trebuchet MS';
    font-size: 11.0pt;
    font-weight: bold;
}

.textoMensajeNoValido
{
    color: Red;
    font-family: 'Trebuchet MS';
    font-size: 11.0pt;
    font-weight: bold;
}

.TableBorder {
	border: 1px dotted #2E2717;
	color: #2E2717;
	line-height: normal;
	border-top-color: #2E2717;
	border-right-color: #2E2717;
	border-bottom-color: #2E2717;
	border-left-color: #2E2717;
}

.PunteadoDivision
{
    /*border: 1px dotted #2E2717;*/
    color: #2E2717;
    line-height: normal;
    /*border-top-color: transparent;*/
    border-right: 1px dotted #2E2717;
    /*border-bottom-color: transparent;*/
    /*border-left-color: transparent;*/
}

#formulario .frmElem{
	width:59%;
	text-align:left;
        float: right;
        padding-top: 4px;       
}
#formulario .frmElemUpperCase{
	width:59%;
	text-align:left;
        float: right;
        padding-top: 4px;       
}
#formulario .frmElemNum{
	width:59%;
	text-align:left;
        float: right;
        padding-top: 4px;       
}
#formulario .etiquetas{
        display:block;
        float: left;
	width:40%;
	text-align:right;  
        padding-top: 4px;
        font-size:10px;
}

#formulario .frmElem span{
width:30%;
font-size:10px;	
float:left;
text-align:center;
vertical-align: middle;
}

#formulario .frmElemNum span{
width:30%;
font-size:10px;	
float:left;
text-align:center;
vertical-align: middle;
}
#formulario .frmElemUpperCase span{
width:30%;
font-size:10px;	
float:left;
text-align:center;
vertical-align: middle;
}
#formulario .frmElemNum input{
	text-align:right;
}
#formulario .frmElemUpperCase input{
	text-transform:uppercase;
}
	


#formulario .etiquetas span{
width:90%;
font-size:10px;	
float:left;
text-align:center;
vertical-align: middle;

}
#formulario div{
    width:100%;
    padding:0px;
    clear: both;
}
#formulario{
    padding:0px;   
   margin: 0 auto;
   text-align:center;
}

/*#formulario input {	border: 1px solid black; }*/
#formulario input:focus { border: 1px dotted black; }
#formulario input.error { border: 1px dotted red;}
#formulario input[readonly] { background-color: #E9E8CC;border: solid 1px #CCCCCC; }

.select100 { width: 100%; }


.listaLinks ul{
    list-style:none;	
}
div{
    width:100%;
    padding: 0;
    margin: 0;
}

#formulario legend ,select{
color:#000000;
/*font-variant:small-caps;*/
font-family:trebuchet MS;
font-size:12px;
}
#formulario input{
color:#000000;
/*font-variant:small-caps;*/
font-family:trebuchet MS;
font-size:12px;
}
#formulario table{
    padding: 0;
    margin: auto;
    
}
#formulario th,tfoot{
    border-bottom: 1px solid ;
	font-family:trebuchet MS;
	font-size:10px;
	text-transform:uppercase;
}


#contenedor{
width:751px;
background-color:#E9E8CC;
color:#000;
margin:auto;
}
#menu{
width:170px;
background-color:#E9E8CC;
float:left;
text-align:left;
}

#menu li+li:hover{
/*Cambia el fondo del elemento del menu al pasar el cursor
sobre el*/
background-color: #CECAB1;
}

#menu ul{
list-style:none;
padding:0;
margin:0;
}

#menu a:link,a:active,a:visited{
text-decoration:none;
font-size:12px;
color:#807D5E;
}
#contenido{
width:580px;
background-color:#E4E2CE;
color:#000000;
float:left;
margin:0;
}
#contenido p{
    margin: 20px;
    text-align:justify;
}
#contenido img{
    margin:0px;
    text-align:center;
    padding: 0px;
}

.fondoTituloMenu{
    background-color:#DEDBBA;
}

.footer{
width:751px;
text-align:center;

}
.clear{
    width:100%;
    height:15px;
}

form label {

text-transform:uppercase;
/*font-variant:small-caps;*/
font-size:10px;
color: #336699;
}
#pestana .on{
	background-image:url(http://gevappasp.sefiplan.gob.mx/ovh/img/pestana_on.jpg);
	background-repeat:no-repeat;
	background-color:#CECAB1;
	padding-left:20px;
	color: #2E2717;
    font-family: 'Trebuchet MS';
    font-size: 14.0px;
    font-weight: bold;
}
#pestana .off{
	background-image:url(http://gevappasp.sefiplan.gob.mx/ovh/img/pestana_off.jpg);
	background-repeat:no-repeat;
	background-color:#E0DDCC;
	padding-left:20px;
	color: #2E2717;
    font-family: 'Trebuchet MS';
    font-size: 14.0px;
    font-weight: bold;
}


