* {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 18px;
}
img {
	border:0;
	}
th {
	text-align: left;
	text-transform:capitalize;
	text-decoration: none;
	}
td {
	vertical-align:top;
	}

#login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 200px;
	width:300;
}
.becado {
	xfloat: left;
	xborder-top: 1px solid #000000;
	xborder-bottom: 1px solid #000000;
	xborder-left: 1px solid #000000;
	xborder-right: 1px solid #000000;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-right: 5px;
	xheight: 80px;
	} 
.busqueda {
	
	padding-bottom: 5px;
	padding-right: 5px;
	margin-right: 5px;
	xheight: 80px;
	}
.porcentaje { 
	font-size: 2em;
	color: 	rgb(255,0,0);
}
input.boton_busqueda { 
	position:absolute; 
	right:4px; 
	top:2px; 
	background:url(/images/buscar.png) no-repeat 1px 1px; 
	color:rgb(15,142,182); 
	border:none; 
	font-style:normal !important; 
	font-weight:bold; 
	width:15px !important; 
	height:15px; 
	padding:0;
	cursor:pointer;  
	}
.clear { 
	clear:both; 
	height:0px; 
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    border-bottom: 1px solid #97a5b0;
		border-left: 1px solid #97a5b0;
		border-right: 1px solid #97a5b0;
    xpadding: 1em 8px;
    background: #FFFFFF; /* declare background color for container to avoid distorted fonts in IE while fading */
    min-height: 400px;
}

h1,h2 
{
	text-transform: uppercase;
	font-size: 22px;
	color: #DFA73A; /* me gusta más el  orange; */
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.Titulote
{
	color: black;
	font-size: 28px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.resaltado
{
	background: pink;
	font-weight: bold;
}

.punteado {
	border-bottom: 1px dashed #cccccc;
}

.scrolldiv {
	overflow: auto;
	width: 90%;
}

.w200 { 
	width: 200px !important; 
	
	}

.alerta {
	color: red;
	font-size: 1.3em;
}


.bg_I{
	background-color: yellow;
}
.bg_M {
	background-color: green;
}
.bg_A {
	background-color: pink;
}
.bg_E {
	background-color: gray !important;
}
.aviso {
	width: 60%;
	margin: 0 auto;
	border: 1px solid #DFA73A;
	margin-bottom: 5px;
	overflow: auto;
	padding: 10px;
}

.aviso.par {
	background: #FDF4E3;
}
.aviso.impar {
	background: #f7f7f7;
}
.aviso img {
	float: left;
	width: 80px;
	margin: 5px;
	margin-right: 15px;
	border: 1px solid #eeEEee;
	padding: 4px;
	background: white;
}

.aviso h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.aviso p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.aviso a {
	text-decoration: none;
}

.aviso span {
	/* float: left;*/
	font-size: 0.8em;
	margin: 5px;
	color: gray;
}


.veraviso {
	width: 60%;
	margin: 0 auto;
	border: 1px solid #DFA73A;
	margin-bottom: 5px;
	overflow: auto;
	padding: 10px;
}

.veraviso img {
	margin: 5px;
	margin-right: 15px;
	max-width: 250px;
	float: left;
}
.aviso hr {
	border: 1px dashed #eeeeee;
	margin: 0px;
}

.veraviso h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none; 
}
.veraviso p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.veraviso a {
	text-decoration: none;
}
.veraviso hr,  {
	border: 1px dashed #eeeeee;
}

.maschico {
	font-size: 0.8em;
}

.siguiente {
	float: right;
	font-size: 12px;
	margin-right: 30px;
}
.alternativas {
	float:left;
	margin-left: 50px;
	font-size: 22px;
}

.alternativas li {
	list-style: none;
}
.alternativas li p {
	padding-bottom: 5px;
}
.foto {
	float: left;
	margin-left: 150px;
}

.foto img {
	max-width: 300px;
}

.contenedor {
	margin: 0 auto;
	width: 750px;
}

.helpbut {
	float:right;
	text-align: center;
}
.helpbut small {
	font-size: 12px;
	text-align: center;
}
.bigButton {
  width: 20px; 
  height: 20px;
}

.numpreg {
	font-size: 20px !important;
}
fieldset {
	border: 0px solid #000;
    padding: 10px;
	font-size: 1.2em;
	width: 400px;
	margin: 0 auto;
	margin-top: 150px;

}
fieldset input{
	font-size: 15px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
fieldset p{
	line-height: 2em;
	margin: 5px 0 5px;
	line-height: 13px;
}
fieldset legend{
	padding: 2px;
	font-weight: bold;
	background: #F2F2F2;
}
fieldset label{
	width: 170px;
	text-align: left;
	float: left;
	font-size: 20px;
}
.txt a {
	font-size: 15px !important;
}