@import url(footer.css);
@import url(nav.css);
@import url(fieldset.css);

A:link{
	text-decoration: none;
}
A:visited{
	text-decoration: none;
}
A:active{
	text-decoration: none;
}
A:hover{
	text-decoration: none;
}
body{
	background: #eee;
	font-family: verdana;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0;
}

table{
	margin-left:0; 
    	margin-right:0;
	padding: 0;
}
td{
	font-family: verdana;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0em;
}
th{
	font-family: verdana;
	font-size: 14px;
}
header{
	margin: 0 0 0 0;
	padding: 00em 0;
	width: 100%;
}
main{
	margin-bottom: 30px;
	
}

ul, ol{
	margin: 0px;
	padding: 0px;
	list-style:none;
	text-align: center;
}

#logo{
	background: white;
	color: #222;
	text-align: left;
	width: 50%;
}
#logo figcaption{
	margin: 1em;
}
#logo img{
	width: 100%;
}

/*** Clasee ***/

.boxCuerpo{
	min-height: 600px;
}
.boxleft{
	float: left;
}

.boxleftExt{
	display: block;
	float: left;
	position: relative;
	margin-left: 0;
	margin-right: auto;
	padding: 1em;
	width: 27%;
}
.center{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	width: 550px;
}
.contenedor100{
	background: yellow;
	width: 100%;
}
.contenedorExtensiones{
	border: 0,5px solid;
	display: block;
	background-color: red;
	width: 600px;
}
.contenido{
	position: relative;
	width: 100%;
}
.fila_1{ 
	background-color: #FFFFFF;
}
.fila_0{ 
	background-color: #FFDDC1;
}
.fila_amarillo1 { 
	background-color: #FFFF00;
}
.fila_amarillo0 { 
	background-color: #D7DF01;
}
.fila_rojo1 { 
	background-color: #F78181;
}
.fila_rojo0 { 
	background-color: #FF0000;
}
.fila_verde1{ 
	background-color: #00FF7F;
}
.fila_verde0{ 
	background-color: #11CC00;
}
.formulario th{
	background: rgba(237,109,0,0.30);
	font-size: 12px;
	font-family: verdana;
	text-align:left;
}
.formulario td{
	font-size: 10px;
	font-family: verdana;
	text-align:left;
}
.giro90g{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}

.giro180g{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}
.resumentabla th{
	background: rgb(237,109,0);
	color: #FFF;
}
.resumentabla td{
	padding: 0 0.3em;
}
.rowSelect:hover{
	background-color: #999999;
}
.tablatitulo th{
	background: rgb(237,109,0);
	font-family: verdana;
	font-size: 12px;
}
.titulo{
	font-weight:bold;
}
.textoCentrado{
	text-align: center;
}
.textoDerecha{
	text-align: right;
}
.textoIzquierda{
	text-align: left;
}
.margen1{
	margin: 10px;
}
