/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #99CCCC;
	font-size: 12px;
}
body {
	background-color: #e25b61;
	background-attachment:fixed;
}
.orange_bold{
	font-weight: bold;
	color: #FFCC33;
}
.gris_bold {
	color: #CCCCCC;
	font-weight: bold;
}
.header{
	font-weight: bold;
	font-style:italic;
}
.footer{
	font-size: 11px;
	font-style:italic;
}
a:link {
	color: #FFCC33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC33;
}
a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
	color: #FFCC33;
}
input.boton_enviar{
background-color: #ff9900;
border: 1px solid;
border-color: #666666;
color: #ffffff;
font-family: verdana, arial, helvetica;
font-size: 8pt;
font-weight: bold
}
input.boton_borrar{
background-color: #808080;
border: 1px solid;
border-color: #666666;
color: #ffffff;
font-family: verdana, arial, helvetica;
font-size: 8pt;
font-weight: bold
}
