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

div.img
{
  margin: 2px;
  border: 1px solid #000000;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  text-color:green;
}
body{
	background-image: url(../imagenes/vetiverfondo.jpg);
	background-attachment:fixed;
	text-align:center;
	
}


#contenedor {
width: 800px;

}
#cabecera {
	margin-bottom:0px;
	
}
#menu {
float: left;
width: 20%;
}
#contenido {
float: left;
width: 80%;
}
#contenido #tres{
	
	margin-top:-10px;
	float: left;
	width: 100%;
	
}
#contenido #principal {
float: left;
width: 100%;
height:80%;
text-align:justify;
}
#contenido #secundario {
float: left;
width: 20%;
height:80%;
}
#pie {
clear: both;
}
#avanzado p:first-letter {
font-size: 2.0em;
font-weight: bold;
line-height: 1em;
float: left;
margin: .2em;
}
img.propio
{
float: left;
margin-right:.5em;
display: inline;
  margin: 3px;
  border: 1px solid #66cc66;
  border-right-color:#063;
  border-right-width:medium;
  border-bottom-color:#063;
  border-bottom-style:solid;
  border-bottom-width:medium;
}

