* 									{ margin: 0; padding: 0; }

#contenedor  {
	/*width: 1300px;*/
	background-color: #00FFCC;
	/*position: relative;*/
	top: 0px;
	bottom: 0px;
	
	width: 1200px;
	margin: 0 auto;
}
#encabezado   {
	/*background-color: #00CC33;*/
	height: 140px; /* debe coincidir con el top del contenido*/
	width: 1200px;
	position: absolute;
	top: 0px;
	background-image: url(../img/fondocabecera.png);
}
#contenido {
	/*background-color: #FFFF66;*/
	position: absolute;
	width: 1200px; 
	top: 145px; /* debe coincidir con el alto del encabezado*/
	bottom: 80px; /* debe coincidir con el alto del pie*/
	/*overflow: auto;*/
}
#opciones {
	/*background-color: #99CC00;*/
	height: 40px;/* debe coincidir con el top de menu*/
	width: 1200px;
	background-image: url(../img/gradient2.png) ;
	position: absolute;
	top: 0px;
}
#menu {
	/*background-color: #3366FF;*/
	position: relative;
	float: left;
	height: 50px;
	width: 1200px;
	top: 40px;/* debe coincidir con el alto de opciones*/
	z-index:998;
}
.titcuerpo
{
text-align: center;
padding-top: 10px;
}
.titulofrm
{
	font-family: Arial;
	font-weight: Bold;
	text-transform: uppercase; 
	font-size: 14px;
}
.subtitulofrm
{
font-family: Arial;
font-weight: Bold;
text-transform: uppercase; 
font-size: 14px;
color: #305E6F;
}
.diverror
{
	text-align: center;
	padding-top: 8px;
}
.mensajeok
{
	font-size: 2;
	color: #04B404;
}
.mensajeer
{
	font-size: 2;
	color: #FF0000;
}
.cuerpo {
	/*background-color: #99CCFF;*/
	position: absolute;
	top: 90px; /*debe ser la suma del alto de opciones y menu*/
	bottom: 0px;
	width: 1200px;

	/*overflow: auto;*/
}
.cuerposinopciones {
	/*background-color: #99CCFF;*/
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 1200px;
  
	/*overflow: auto;*/
}
.cuerposinmenu {
	/*background-color: #99CCFF;*/
	position: absolute;
	top: 40px; /*debe ser igual al alto de opciones*/
	bottom: 0px;
	width: 1200px;

	/*overflow: auto;*/
}
.cuerpocont
{
	position: absolute;
	/*height: 50px;*/
	width: 1200px;
	top: 30px;
	bottom: 2px;
	overflow: auto;
}

.cuerpoconterror
{
	position: absolute;
	/*height: 50px;*/
	width: 1200px;
	top: 60px;
	bottom: 2px;
	overflow: auto;
}
.cuerpocontlist
{
	position: absolute;
	/*height: 50px;*/
	width: 1200px;
	top: 30px;
	bottom: 2px;
	/*overflow: auto;*/
}
.cuerpocontlisterror
{
	position: absolute;
	/*height: 50px;*/
	width: 1200px;
	top: 60px;
	bottom: 2px;
	/*overflow: auto;*/
}
#pie {
	/*background-color: #FF9933;*/
	position: absolute;
	height: 80px; /* debe coincidir con el botton del contenido*/
	width: 1200px;
	bottom: 0px;
	text-align: center;
	background-image: url(../img/pie.png);
}
.TituloPie
{
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*padding: 30px;*/
}
.TextoPie
{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 30px;
}


.Titulosp {
	font-weight: bold;
	
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.Titulospw {
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.cerrarsesion:hover {
	text-decoration: none;
	display: block;
	width: 110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	background-color: #999;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	/*border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
	float: right;
	margin-right: 10px;
	height: 27px;
	cursor:pointer;
	
}
.cerrarsesion {
	text-decoration: none;
	display: block;
	width: 110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	background-color: #0085CF;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	/*border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
	margin-right: 10px;
	float: right;
	height: 27px;
	cursor:pointer;

}
