.fondo_texto {
	background: url(media/div_arcoiris.jpg);
}
body {
	background: #EDB92F url(media/div_superior.jpg) repeat-y center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.pie {
	font-size: 12px;
	color: #333;
	border-top: 1px solid #CE1836;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
.img_derecha {
	border: 4px solid #F85931;
}.boton_menu {
	color: #F85931;
	width: 81px;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 7px;
}
.boton_menu:hover {
	color: #fff;
	background: url(media/bot_menu_fondo.jpg) no-repeat;
}
.boton_menu_activo {
	color: #fff;
	width: 81px;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-top: 7px;
	background: url(media/bot_menu_fondo.jpg) no-repeat;
}
.formulario {
	font-size: 11px;
	color: #8F1A1C;
	width: 300px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
}
.botones {
	background-color: #8F1A1C;
	color: #FFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
}.titulos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: url(media/tit_generico.jpg) no-repeat;
	display: block;
	height: 31px;
	width: 517px;
	padding-top: 7px;
	padding-left: 20px;
}
.subtitulo {
	color: #CD1936;
	display: block;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: solid;
	border-top-color: #A2A94A;
	border-bottom-color: #CD1936;
	font-weight: bold;
	font-size: 14px;
	width: 90%;
}
.ocultable {
	border: 2px solid #F85932;
	color: #CD1936;
	padding: 5px;
	background-color: #FBEDCA;
	display: block;
}
