@charset "utf-8";

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
ul,
li,
ol,
hr,
iframe,
fieldset,
table,
th,
tr {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial,Agency FB, Geneva, sans-serif, Verdana;	
}
html{

}
body{ 

background: #0458A0 url() ;
}

a,img{
text-decoration:none;

}





.contenedor{
  font-family: Arial,Agency FB, Geneva, sans-serif, Verdana;
	margin:0 auto;
	width:960px;
}

.header{
 background: url("") repeat scroll 0 0 #0458A0;
    height: 90px;
    left: 0;
    position: relative;
    top: 0;
    width: auto;
}

.img_header{

  float: right;
    margin-right: 95px;
    margin-top: -35px;
}

.logo{

   float: left;
    margin-left: 350px;
    margin-top: 0;

}

.inf_contenedor{
  width: 960px;
  height: 680px;
  background: #ffffff url() ;
  border-radius: 0px
}

 ul{
  margin-left: 200px;
    margin-top: 115px;
    position: absolute;
 }
 li{
 width: 525px;
  margin-bottom: 25px;
 }
 
 li p{

    font-size: 13px;
    text-align: justify; 
 }

   li p a{
  color: #777777;  

  }

  li p a:hover{
  color:#04589F;  
  }


.pendon{
 float: left;
    margin-left: 44px;
    margin-top: -1px;
} 
 
.img_note{
float: right;
    margin-right: 0px;
    margin-top: -684px;   
}   
.last_note{

 float: left;
    margin-left: 100px;
    margin-top: -85px; 
}



.check{
float: left;
margin-left: -60px;
display:none;
}

#check_1{

    margin-top: -65px;
}
#check_2{

    margin-top: -58px;
}
#check_3{

    margin-top: -55px;
}
#check_4{

    margin-top: -47px;
}

/*punto final*/
.final{height:1px; clear:both;}