/* CSS Document */

body {
	background-image:url(images/fondo.jpg);
	margin:0px;
	padding:0px;
	
}

.menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#990000;
	text-decoration: none;
}

.menu:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666633;
	font-weight:bold;
	text-decoration: none;
}
A {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#990000;
	text-decoration: none;
}

A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666633;
	text-decoration: none;
}
.correo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#fff;
	text-decoration: none;
}

.correo:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	text-decoration: none;
}

#contenido{
	width:851px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#fff;
	background-image:url(images/fondorj.png);
	text-align: justify;
	margin:20px 0px;

	
	}
.input { width:250px; border:1px solid  #666; background-color: #FFF; color:#000;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 14px; 
}
.boton{}
.fuente{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFF;
	}
.actividades {
	position:absolute;
	width:300px;
	height:200px;
	z-index:1;
	background-color: #CCC;
	visibility:hidden;
	padding:10px;
	text-align:justify;
	background-repeat:no-repeat;
	background-position:center;
	border:5px outset #333;
	
}
.pie{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	}

