/* body {
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
}*/

/* .bg {
  background-image: url("../img/bg.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}*/

.contenido {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 14px;
	color : #ffffff;
}
	
a.contenido {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size :14px;
	color : #ffffff;
	text-decoration : underline;
}
.textogrisbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
	
.encabezado {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 30px;
	font-style : normal;
	text-decoration : none;
	color : #ffffff;
	font-weight : bold;
}
.titulo {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12;
	font-style : normal;
	text-decoration : none;
	color : #000000;
	font-weight : bold;
}
a.link  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	font-style : normal;
	color : #FFFFFF;
	font-size: 14px;
}
.subtitulo  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : 12px;
	font-weight : normal;
	text-decoration : none;
	font-style : normal;
	color : #08D;
}
.subtitulo2  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	text-decoration : none;
	font-style : normal;
	color : #08D;
	font : 24px;
}
.footer {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size :9px;
	color : #009;
	text-decoration : none;
}
	
A.menu {
	font-family : Verdana;
	font-size : 10px;
	color : #036;
	font-style : normal;
	text-decoration : none;
	font-weight : bold;
}

A.menu:hover {
	font-family : Verdana;
	font-size : 10px;
	color : #08D;
	font-style : normal;
	text-decoration : none;
	font-weight : bold;
}

A.menuSel {
	font-family : Verdana;
	font-size : 10px;
	color : #08D;
	font-style : normal;
	text-decoration : none;
	font-weight : bold;
}


  
TD.nav {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
	color : #FFF;
}

a.nav {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size :10px;
	font-weight : bold;
	text-align : center;
	color : #FFFFFF;
	text-decoration : none;
}
TABLE.header {
	background-color : #DEF;
	border-top : solid;
	border-top-width : 2px;
	border-bottom : solid;
	border-bottom-width : 1px;
	border-color : #09C;
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size :11px;
	color : #069;
}
TABLE.contenido {
	background-color : #EEE;
	border-bottom : solid;
	border-bottom-width : 1px;
	border-color : #999;
}

TABLE.principal {
	background-color : #FFF;
	border : solid;
	border-width : 1px;
	border-color : #999;
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size :12px;
	color : #666;
}

.boton  {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
	font-style : normal;
	color : #FFF;
	background: #08D;
	border : thin outset #eee;
}
	
.celda  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : 10px;
	font-weight : normal;
	text-decoration : none;
	font-style : normal;
	color : #08D;
	background: #FFF;
	border : thin groove;
}

SELECT.combo {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : 10px;
	text-decoration : none;
	color : #069;
	background : #FFF;
	border : thin groove;
}

TEXTAREA.celda {
	background : #FFF;
	border : thin groove;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : 10px;
	color : #069;
}

INPUT.forma {
	background : #FFF;
	border : thin groove;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : 10px;
	color : #069;
	}
body, html {
  height: 100%;
  margin: 0;
}
