@charset "utf-8";
/* CSS Document */


body{

    margin: 0;
    padding: 0;
    
    counter-reset: capitulo ; counter-reset: seccion;
    background-color:white;
	margin: 0;
  padding: 0;
  background-color:#CCC;
}
a{
    text-decoration: none;
	    
}
a:hover{
    text-decoration: none;
}

a:visited{
    text-decoration: none;
}
a:link{
    text-decoration: none;
}
#header{
	z-index: 3;
	position: fixed;
	top: -1px;
	background: -o-linear-gradient(bottom, #7f0000 5%, #bf0000 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7f0000), color-stop(1, #bf0000) );
	background: -moz-linear-gradient( center top, #7f0000 5%, #bf0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f0000", endColorstr="#bf0000");							background: -o-linear-gradient(top,#7f0000,bf0000);
	background-color: #7f0000;
	width: 100%;
	height: 70px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #333;
	/*font-size: 34px;*/
	line-height: 120%;
	color: rgb(255,255,255);
	text-align: left;
	padding-left: 25px;
	padding-top: 2px;
}
#contenido{
	z-index:2;
    position:fixed;
    width: auto;
    background-color: none;		
	top:28px;
	width:100%;
	text-align:right;
	padding-right:0px;
	
    
    
}
.indicadores {
	top: 40px;
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}.indicadore table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.indicadores tr:last-child td:last-child {
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
}
.indicadores table tr:first-child td:first-child {
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.indicadores table tr:first-child td:last-child {
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
}.indicadores tr:last-child td:first-child{
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
}.indicadores tr:hover td{
	background-color:#ffaaaa;
		

}
.indicadores td{
	vertical-align:middle;
	
	background-color:#ffffff;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:40px;
	font-family:Verdana;
	font-weight:normal;
	color:#000000;
	
}
.indicadores th{
	vertical-align:middle;
	
	background-color:#000000;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:40px;
	font-family:Verdana;
	font-weight:normal;
	color:#ffffff;
	
}

.indicadores tr:last-child td{
	border-width:0px 1px 0px 0px;
}.indicadores tr td:last-child{
	border-width:0px 0px 1px 0px;
}.indicadores tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.indicadores tr:first-child td{
		background:-o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #ff5656 5%, #7f0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656", endColorstr="#7f0000");	background: -o-linear-gradient(top,#ff5656,7f0000);

	background-color:#ff5656;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:30px;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
}
.indicadores tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #ff5656 5%, #7f0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656", endColorstr="#7f0000");	background: -o-linear-gradient(top,#ff5656,7f0000);

	background-color:#ff5656;
}
.indicadores tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.indicadores tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
#footer{
	position:fixed; 
	width: 100%;
    height: 20px;
    bottom: 0px;
    background:-o-linear-gradient(bottom, #7f0000 5%, #bf0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7f0000), color-stop(1, #bf0000) );
	background:-moz-linear-gradient( center top, #7f0000 5%, #bf0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f0000", endColorstr="#bf0000");	background: -o-linear-gradient(top,#7f0000,bf0000);

	background-color:#7f0000;
    color: white;
    padding: 5px;
    
    text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
    
}
#leyenda {
	position:fixed; 
	width: 100%;
    
    bottom: 30px;
   /* background:-o-linear-gradient(bottom, #7f0000 5%, #bf0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7f0000), color-stop(1, #bf0000) );
	background:-moz-linear-gradient( center top, #7f0000 5%, #bf0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f0000", endColorstr="#bf0000");	background: -o-linear-gradient(top,#7f0000,bf0000);
*/
	background-color:#000000;
    color: white;
    padding: 5px;
    
    text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	
}
.video{
	color:#FFF;
	padding:50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	text-align:center;
	background-color: #000000;	
	height: 1600px;
	width: 900px;
	
	left:1px;	
	top:1px;
	z-index: 4;

}