	body{
		text-align:center;
	}
	*{
	font-family:Verdana;
	}
	
	.pagination, .pagination p{
		font-size:9px;
	}
	
	.divForm{
		margin: 0 auto;
		width:730px;
	}

	.divForm .boton{
		background-color:blue;
		color:yellow;
		font-weight:bolder;
		border:1px solid black;
	}
	
	.divCampo{
		margin:0 auto;
		width: 630px;
		
	}
	
	.divCampo label{
		float:left;
		width:30%;
		font-size:14px;
		font-weight:bolder;
		
	}

	.divCampo .radio{
		border:0px;
	}
	
	.divCampo input{
		float:right;
		width:70%;
		font-size:12px;
		font-weight:bolder;		
		border:1px solid gray;
		
	}
	
	.divCampo textarea{
		float:right;
		width:70%;
		font-size:12px;
		font-weight:bolder;		
		border:1px solid gray;
	}
	
	.divCampo select{
		float:right;
		width:70%;
		font-size:10px;
		font-weight:bolder;
	}
	
	.tablaUsers{
		width:100%;
		margin:0 auto;
	}
	
	
	.tablaUsers .impar{
		background-color:#FAF278;
	}
	
	.tablaUsers td, .tablaUsers th {
		border-bottom: 1px solid black;
		padding-top:2px;
		padding-bottom:2px;
		padding-left:7px;
		padding-right:5px;
		font-size:12px;
	}
	
	.tablaMenuSup{
		width:700px;
		margin:12px auto;
	}
	
	.tablaMenuSup td{
		border:1px solid black;
		font-weight:bolder;
		text-align:center;
		width:50%;
		padding:3px;
		
	}
	
	.tablaMenuSup td a:visited{
	}	
	
	.nota{
		margin: 0 auto;
		text-align:justify;
		font-size:9px;
		width:700px;
	}
	
	a img{
		border:0;
	}
	
	.error{
		background-color:lightyellow;
		color:#ff0000;
		margin:10px auto;
		width:300px;
		border:1px solid black;
		
	}
	
	.tablaEntidad{
		width:430px;
		
	}
	
	
	.tablaEntidad td{
		padding-bottom:8px;
		width:33%;
	}
	
	#divMenuSup{
		padding:2px;
		width:720px;
		margin:0 auto;
	}
	
	#divMenuSup .itemMenu{
		width:140px;
		float:left;
		background-color:blue;
		margin:10px;
		height:45px;
		
	}
	
	#divMenuSup .itemMenu a{
		color:yellow;
		text-decoration:none;
		font-weight:bolder;
		vertical-align:bottom;
		}
	
	#divMenuSup .itemMenu a:visited{}
	
	.sesion {
		margin:0 auto;
		width:720px;
		background-color:#dddddd;
	}
	
	.botonOpcion{
		background-color:blue;
		color:yellow;
		font-weight:bolder;
		border:1px solid black;	
		height:50px;
	}