body{ 
	margin: 0 0 0 0;
 text-align: center;
 font-family: Century Gothic;
 /*font-family: Franklin Gothic Medium;*/
 font-size: 13px;
 line-height: 20px;
 color: #575757;
 background-color: White;
 background-image: url(borde2.png);
}

#web {
background-color: White;
	margin: 59px auto 0 auto;
	width: 900px;
	padding: 10px 10px 10px 10px;
	border: #FFD700 1px solid;

}

#cabecera {
	position:relative;
	height: 180px;
	width: 900px;
}

#web #menu {
	 width: 890px;
	 text-align: left;
	 border-bottom: #FFD700 1px solid;
	 padding: 10px 5px 10px 5px;
}

#web #idiomas {
	float: right;
	padding: 5px 10px 5px 5px;
}

#web #Contenido { 
font-family: Franklin Gothic Medium;
clear: both;
margin: 10px 20px 10px 20px;
position:relative;
text-align: justify;
width: 860px;
min-height: 500px;
}

#web #Contenido img { 
border: #A0522D 2px solid;
}

a {
	text-decoration: none;
	color: #8B0000;
}

a:hover {
	text-decoration: underline;
}

#web #pie { 
clear: both;
position:relative;
text-align: center;
width: 900px;
height: 100px;
font-size: 10px;
	 border: #FFD700 1px solid;
}

h1 {
color: #FFD700;
}
h2 {
color: #60321B;
}
h3 {
margin: 0 0 0 0;
padding: 0 0 0 0;
color: #444444;
}

#web #menu .opcion {
	padding:5px 10px 5px 10px;
}

#web #menu .opcion a {
color: #C1A500;
text-decoration: none;
margin: 0 0 0 0;
padding: 5px 5px 5px 5px;
 border: WHITE 1px solid;
}

#web #menu .opcion a:hover {
	 border: #FFD700 1px solid;
}

.img_der {
	float: right;
	margin: 10px 10px 10px 20px;
}

form {
   /*background-image: url(../img/style/form.png);*/
	background-repeat: no-repeat;
	border-top:solid 1px #FFD700; 
	border-bottom:solid 1px #FFD700; 
	width:700px
}

form .arriba {
	
}

form .abajo {
	
}

form .tipo {
	 color: #888888;
	 font-size:  12px;
}

.actividad {
width:600px;
padding: 15px;
border:1px solid #99CC00;
margin: 10px;
}

