body {
	font: 12px "Lucida Sans Unicode", Verdana, sans-serif;
	color: #333333;
	background: #FFF;
	margin: 0;
	padding: 0;
}
SELECT, INPUT, TEXTAREA { 
	MARGIN: 0;
	PADDING: 0;
	font: 11px "Lucida Sans Unicode", Verdana, sans-serif;
	COLOR: #2D5E3E; 
}
submit {
	font-weight: bold;
}
a, a:link {
	color: #999;
	font-weight: bold;
	text-decoration: underline;	
	}
a:hover {
	color: #2D5E3E;
	font-weight: bold;
	text-decoration: none;	
	}
#wrapper {
	margin: 0 auto;
	width: 775px;
	height:100%;
	background: url(../imagenes/fondo.jpg) repeat-y;
}
#header {
	background: url(../imagenes/cabecera.gif) top left no-repeat;
	padding: 0;
	height: 100px;
	font-size:12px;
}
#fotocab {
	width: 500px;
	float:left;
	padding: 15px 0 0 10px;
}
#fotocab img {
	align:left;
}
#menu {
	width: 200px;
	float:left;
	padding: 15px 0 0 35px;
}
#menu a, #menu a:link {
		color:#999900;
		font-weight: bold;
		text-decoration: none;
}
#menu a:hover {
	color:#2D5E3E;
}
.email {
}
#menu .email  a, #menu .email a:link {
		color:#2D5E3E;
		font-weight: bold;
		text-decoration: none;
}
#menu .email  a:hover {
	color:#999900;
}
#contenido {
	width: 495px;
	height: 100%;
	float:left;
	margin-top: 0px;
	padding: 25px 10px 0 10px;
	
	text-align:justify;
}
#footer {
	margin-left: 25px;
	padding: 0;
	color:#fff;
	font-weight: bold;
	background-color: #2D5E3E;
	width: 725px;
	height: 18px;
	font-size:10px;
}
.cabeceraformulario {
	background:#2D5E3E;
	color: #fff;
	font-weight: bold;

}
.rojo {
	color: #c00;
	font-weight: bold;
}
