.titulos        {
                        font-family:verdana;
                        font-size:20pt;
                        font-weight:bold;
                        text-align:center;
                        color:#000099;
                }
                
.titulos1        {
                        font-family:verdana;
                        font-size:28pt;
                        font-weight:bold;
                        text-align:center;
						color:#000099;
                }				
				
				
.subtitulos     {
                        font-family:verdana;
                        font-size:13pt;
                        font-weight:bold;
                        text-align:left;
                        color:#000099;
                }

.parrafo        {
                        font-family:verdana;
                        font-size:10pt;
                        text-align:justify;
                        line-height:0.7cm;
                        color:#000099;
                }
                
.vinculo        {
                        color:#FFFFFF;
                        font-family:verdana; 
                        font-size:10pt; 
                        text-decoration:none; 
                        font-weight:bold;
                        margin-left:0.5cm;
                        }
                        
.vinculo2       {
                        color:blue;
                        font-family:verdana; 
                        font-size:9pt; 
                        text-decoration:none; 
                        font-weight:bold;
                        text-align:left;
                        }
                        
.pie            {
                                color:#00000;
                                font-family:verdana;
                                font-size:8pt;
                                text-align:center;
                                color:white;
                        }
                        
.requerido      {
                                font-family:verdana;
                                font-size:8pt;
                                color:#ff0000;
                        }
                        
.boton          {
                                font-family:verdana;
                                font-size:9pt;
                                background-color:#000099;
								color:#FFFFFF;
                                width:50px;
                        }
                        
.marca          {
                                background-image:url(image/logo.jpg);
                                background-attachment:scroll;
                                background-position:top;
                                background-repeat:no-repeat;
                                
                        }
                        
.fondo          {
                                background-color:#abcdef;
                        }
                        
.tabla  {
                        margin-left:2cm;
                }
				
.tabla2		{
			border-bottom-style:ridge;
			}

.tablareg	{
		font-family:verdana;
		font-size:8pt;
		border-left:inset;
		border-bottom:inset;
		border-color:#0000FF;
		border-width:0.5mm;
	}
	
.titulotabla	{
				text-align:right;
				}
				
.cajatabla		{
					font-family:verdana;
					font-size:8pt;
					background-color:#CcCcCc;
				}

body{
  margin:0;
  /*padding:100px 0 50px 0;*/
 }
 div#footer{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  height:75px;
  background-color:#000000;
  color:#ffffff;
  text-align:center;
 }
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
				