@charset "UTF-8";
.botones {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

	font-weight: bold;

	font-style: normal;

	width: 150px;

	height: 50px;

	borderRadius: 35px;

	background-image: url(url());

	background:#37426A

}

.botones-mini {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #FFFFFF;

	font-weight: bold;

	font-style: normal;

	/*width: 50px;*/

	height: 30px;

	borderRadius: 25px;

	background-image: url(url());

	background:#2A326C

}

.botonesmenu {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 18px;

	color: #ABBBCB;

	font-weight: bold;

	font-style: normal;

	width: 800px;

	height: 50px;

	borderRadius: 25px;

	background-image: url(url());

}

table.stats 

{text-align: center;

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;

font-weight: normal;

font-size: 11px;

color: #fff;

width: 280px;

background-color: #666;

border: 0px;

border-collapse: collapse;

border-spacing: 0px;}



table.stats td 

{background-color: #CCC;

color: #000;

padding: 4px;

text-align: left;

border: 1px #fff solid;}



table.stats td.head

{background-color: #666;

color: #fff;

padding: 4px;

text-align: left;

border-bottom: 2px #fff solid;

font-size: 10px;

font-weight: bold;} 





option {font-family: verdana; font-size: 10px; color: black} 

select{ font-family: verdana; font-size: 10px; color: black; background-color:white;} 

table{color: black}



a.claseboton:link {text-decoration: none}

a.claseboton:visited {text-decoration: none}

a.claseboton:hover {

   text-decoration: underline; 

  color: #FF0000;

 }

a.claseboton:active {text-decoration: none}



label {

	color: #FFF;

	font-weight: bold;

}

.Blanco {

	color: #FFF;

}

.sinborde { 

	border-style: solid; 

	border-width: 0; 

	padding: 0; 

	overflow:auto;

}

.sinscrollvisible { 

	border-style: solid; 

	padding: 0; 

	overflow:auto;

	font-size:10px;

}

.peque{

	font-size:10px;

}

.mini{

	font-size:8px;

}

.media{

	font-size:12px;

}

/*Clases para inputs de formularios estudios*/

.input_entrada{

	

}

.input_salida{

	padding:8px;

	display:block;

	border:none;

	border-bottom:1px solid #ccc;

	width:100%;

}

#global-contenedor {

	height: 350px;

	width: 100%;

	border: 1px solid #ddd;

	background: #f1f1f1;

	overflow-y: scroll;

}

#datos {

	height: auto;

}

