

body {
    background-color:#5079FF;
    font-family : Verdana;
    font-size : 14px;
  }


.titulo {
    font-family : Verdana;
    font-size : 24px;
  }


#tabla {
    background-color:#000;
  }

/******** cabecera *******/

#cabecera {
    min-width:1100px;
    height:90px;
    background-image:url(../images/fondo.png);
    float:left;
  }


#img_title {
    float:left;
	width:250px;
	height:60px;
  }


#titulo_ {
    float:left;
    padding-left:200px;
    padding-top:15px;
	width:750px;
	height:48px;
  }
#filtros {
    /*padding-top:10px;*/
	height:24px;
	text-align:center;
	
  }
/******** cabecera *******/



#cuerpo {
    background-color : #3A77CC;
    height : 380px;
    min-width : 1100px;
    overflow : auto;
    text-align : center;
  }





#tabla_resultante {
    background-color:#3A77CC;
    padding-bottom:20px;
  }


#color_th {
    background-color:#5079FF;
    color:#fff;
  }


#color_tr {
    background-color:#9EB5FF;
  }


#color_tr:hover {
    background-color:#fc0;
  }


#color_tr2 {
    background-color:#6D8FFF;
  }


#color_tr2:hover {
    background-color:#fc0;
  }


.edicion {
    background-color:#FF5A1E;
  }


.edicion:hover {
    background-color:#fc0;
  }


#pie img {
  }


#pie img:hover {
    background-color:#fc0;
  }


#pie {
    min-width:900px;
    background-image:url(../images/fondo.png);
    height:48px;
  }


