*{
    margin:0;
    padding:0;
}


body {
    background-color:#FFFFFF;   
    color: #333333;
    
}


/*-------------------footer------------------------*/
#footer{
width:100%;
height:38px;
clear:both;
font-size:14px;
font-family:"Arial Black", Gadget, sans-serif; color:#000000;
background: #0000FF; /* Old browsers */
    background: -moz-linear-gradient(top, #fed870 0%, #fdbe43 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed870), color-stop(100%,#fdbe43)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fed870 0%,#fdbe43 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fed870 0%,#fdbe43 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fed870 0%,#fdbe43 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FED870', endColorstr='#FDBE43',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #fed870 0%,#fdbe43 100%); /* W3C */
    display:inline-block;	   
    border-radius:20px;
	text-align:center;
	border-bottom:4px solid #ca9326;
 
    box-shadow:0 1px 5px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.4);

}

#copyright{
float:left;
padding:0px;
}

.container {
    margin:2px auto;
    position:relative;
    width:1280px;
    height:605px;
	border:0px solid  #FF0000;
  
}

.preloader{
 color:#000000;
background: url(../images/pocesando8.gif) no-repeat center  #F2F2F2;
position:absolute; /*El div debe tener la propiedad position distinta de static*/
top: 50%;
left:38%;
margin-top: -75px; /* El valor 200 es ficticio, debes cambiarlo en cada caso por la mitad de la altura de tu imagen*/
margin-let: -150px;/* El 200 deberás sustituirlo por la mitad del ancho de la imagen */
width:300px;
height:150px;
z-index:999;
border:1px solid  #999999;
border-radius:10px;
text-align:center;
}

.preloader_bar{
 color:#000000;
background:url(../images/70_2.GIF) no-repeat center;
position:absolute; /*El div debe tener la propiedad position distinta de static*/
top: 25%;
left:47%;
margin-top: -6px; /* El valor 200 es ficticio, debes cambiarlo en cada caso por la mitad de la altura de tu imagen*/
margin-let: -50px;/* El 200 deberás sustituirlo por la mitad del ancho de la imagen */
width:100px;
height:80px;
}

.foto{
   border: 1px solid silver;
  border-radius:10px;
  height:25px;
  width:30px;
  text-align:center;  
  
}
.estilo_text1{font-family: "Arial"; color:#fffff;}

.estilo_text2{font-family: "Arial" ;
background-color:#D9D9FF; font-size:14px;color:#000000;
}

.estilo_text3{font-family: "Arial";
background-color:#D9D9FF; font-size:12px;color:#000000;
}

.estilo_text4{color:#FFF;font-family:'Trebuchet MS', Helvetica, sans-serif;line-height:30px;text-shadow: 1px 1px 2px #000000;text-align:center
}