body{ 
	font-size:11px; 
	font-family:arial 
}

#datos
{
	font-size:12px; 
	font-family:arial 
}

.opcion {
	font-size: 12px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}

.titulo {
	font-size: 12px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
}

#login {
    position:absolute;
    top: 50%;
    left: 50%;
    width:320px;
    height:360px;
    margin-top: -200px; /*set to a negative number 1/2 of your height*/
    margin-left: -160px; /*set to a negative number 1/2 of your width*/
}

td{
	font-size: 14px;

}
input[type="date"],
input[type="text"],
input[type="email"],
input[type="password"],
select{
	position: relative;
	width:100%;
	padding: 5px;
	border: solid 1px #ccc;
	border-radius: 4px;
	font-size: 14px;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
select{
	font-size: 14px !important;
}

.ui-tabs-nav li a{
	font-size: 14px;
	font-weight: lighter;
}