body{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    background-color:#FFFFFF;
    margin:0px;
    padding:0px;
}

.fondo{
	background-attachment: fixed;
	background-clip: border-box;
	background-color: #FFF;
	background-origin: padding-box;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto auto;
	min-height: 100%;
	overflow-x: hidden;
	
	position: relative;
	background-image: url(../imagenes/fondo.jpg);
}
.item{
	font-size:12;
	padding:3px;
	color:#000;
	cursor:pointer;
	border:1px solid #fff;
}

.item:hover{
	/*text-transform:uppercase;*/
	background-color:#FFF;
	color:#06F;
}

.pse{
    background-color:#035094;
    color:#FFFF33;
    width:125px;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
}

.tabla{
    width:600px;
}

.tablaContenido{
    background-color:#FFFFFF;

}

.tablaPrincipal{
    background-color:#FFFFFF;
    width:600px;
}

.cuerpo{
    background-color:#FFFFFF;
}

.pie{
    width:50px;
}

.msg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;	
}