body {
	background-image: url(/imagenes/fondo.gif);
}
body.marco {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: none;
	background-color: transparent;
	scrollbar-track-color: #FFFFFF; /*	fondo	*/
	scrollbar-face-color: #FDF0E9; /*	barras	*/
	scrollbar-arrow-color: #ea5a0d; /*	flechas	*/
	scrollbar-3dlight-color: #FDF0E9;  /*	relieve superior-izquierdo	*/
	scrollbar-highlight-color: #ea5a0d; /*	borde superior-izquierdo	*/
	scrollbar-darkshadow-color: #FDF0E9; /*	relieve inferior-derecho	*/
	scrollbar-shadow-color: #ea5a0d; /*	borde inferior-derecho	*/

}
.menu_int {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e6116f;
	text-decoration: none;
}
.enlaces {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e6116f;
	text-decoration: underline;
}
.b_contenido_nar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ea5a0d;
}
.form{
	border:1px solid;
	border-color: #ea5a0d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
a.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
a.pie:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
.botonera {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ea5a0d;
	font-weight:bold;
	text-decoration: none;
	border:#FADED3 solid 1px;
	background-color:#FADED3 ;
	display:block;
	padding-left:2px;
	padding-right:2px;
}
.botonera:hover {
	border:#ea5a0d solid 1px;
}
.botonera1 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#541900;
	font-weight:bold;
	text-decoration: none;
	border:#F5D0E6 solid 1px;
	background-color:#e2caae;
	display:block;
	padding-left:2px;
	padding-right:2px;
}
.botonera1:hover {
	border:#E6116F solid 1px;
}

