@charset "utf-8";
/* CSS Document */
body, #lista-menu, h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{
	font-size:12px;
}
#lista-menu li{
	text-align:right;
}
#lista-menu li a, #lista-menu li a:hover, .link-grande{
	font-weight:bold;
}
.link-grande, h1{
	font-size:18px;
}
#lista-menu li a{
	color:#FFFFFF;
}
#lista-menu li a:hover, h1, .rojo, .link-pdf{
	color:#E30040;
}
.link-pdf a:hover{
	color:#ff0000;
}
/*************formulario******************/
.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #61564C;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image:  url("imagenes/bg_input.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #61564C;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image:  url("imagenes/bg_input.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}
