body {
    margin:0px;
	padding:0px;
	background:url(../images/fondopagina.gif) repeat-x;
}

.flashhome {
    background:url(../images/fondoflashhome.jpg) no-repeat;
}

.fondocontenido {
    background: #f6f6f6;
}

.fondoblanco {
    background:#FFFFFF;
}

.fondoazul {
    background:#0071b9;
}

.formulario {
    border: 1px solid #9c9e9f;
	background:#FFFFFF;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	font-family: Eurostile;
	color:#333333;
}

.boton {
   border: 1px solid #9c9e9f;
   font-family:Eurostile;
   font-size:14px;
   color:#333333;
   font-weight:bold;
   padding:5px;
}

.enlaces:link, .enlaces:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:underline
}

.enlaces:hover {
    text-decoration:none;
}

.pie {
    background:#666666;
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #ffffff;
	padding:5px;
}

.mensajes {
	font-size:14px;
	font-weight:bold;
	font-family: Eurostile;
	color:#ef8214;
}

.titulo1 {
    font-family:Eurostile;
	font-size:13px;
	font-weight: bold;
	color:#666666;
}