body {
  background-color: #eeeff1;
}

#container {
  border: 1px solid ;
  margin: 10px auto;
  width: 70%;
  position: relative;
  background-color: white;
}

#name 
{font-size: 90%}



#gtophoto {
  width: 100%;
}

#caja {
  margin: 10px 10px 10px 50px;
  width: 800px;
  height: 200px;
  position: relative;
}
#caja h1 {
  font-size: 30px;
}
#caja h2 {
  font-size: 22px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#caja img {
  width: 45%;
  position: absolute;
  right: 10px;
  bottom: 20px;
}

#content {
  margin: 50px 50px 10px;
}

#content img {
  width: 45%;
  float: left;
 
  
}


#logos {margin: 5px 50px 5px 50px;}



#imagebox   {
  float: left; width:35%; padding: 0px  0px 10px 10px;
}

#content p {
  text-align: justify;
}



#menu {
  border: 1px solid ; 
padding: 20px;
  background:#eeeff1;
   }

#menu img {
float: left;
width:450px; 

}



#menu a:hover {background-color:#C3B7B7}








#rap {padding-left: 20px;

  font-size:80%;
  }



#youtube {
  float: right;
  padding-left: 20px;
}

#youtube iframe {
  width: 300px;
  height: 200px;
}



#footer {
  background: #cccccc none repeat scroll 0%;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #990033;
  font-size: 80%;
}

#comite p {
  font-size: 80%;
}


/* Style for the div that wraps the image */
.logo {
  display: inline-block; /* Ensures images stay in a row */
  text-align: center; /* Centers content if needed */
  padding: 10px; /* Adds spacing around images */
}

/* Style for the image inside .logo */
.logo img {
  height: 70px; /* Set a uniform height */
  width: auto; /* Preserve original aspect ratio */
  display: block; /* Prevent unwanted spacing issues */
}

   



.list1 {
	
	list-style-type: none;
	}

ul.ulmain  {
  list-style-type: none; /* Removes bullets */
  padding-left: 0px; /* Removes default indentation */
  margin-left: 0px;
}

/* Keep sublists indented but without bullets */
ul.ulmain ul  {
  list-style-type: none; /* Removes bullets from sublists */
  padding-left: 20px; /* Adds standard indentation */
}






