@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.texto-parrafo {
	font-style:normal;
	font-size:10px;
	color:#999;
}
.titulos {
	font-size:18px;
	color:#006699;
	font-weight:bold;
}
.subtitulos {
	font-size:12px;
	color:#333;
	font-weight:bold;
}
.campo-texto {
	font-size:12px;
	font-style:normal;
	color:#666;
	border:#CCC 1px solid;
}
.texto-enlaces {
	font-size:10px;
	color:#FF4800;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
.texto-menu-pie{
	font-size:10px;
	color:#FFF;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
.texto-menu-sitios-pie{
	font-size:9px;
	color:#FFF;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
.boton-enviar-contactenos {
	background:url(../images/fondo-contactenos-enviar.gif) no-repeat;
	border:none;
	width:90px;
	height:20px;
}
.boton-borrar-contactenos {
	background:url(../images/fondo-contactenos-borrar.gif) no-repeat;
	border:none;
	width:90px;
	height:20px;
}
.boton-enviar-registro {
	background:url(../images/fondo-registro-enviar.gif) no-repeat;
	border:none;
	width:100px;
	height:30px;
}
.boton-borrar-registro {
	background:url(../images/fondo-registro-borrar.gif) no-repeat;
	border:none;
	width:100px;
	height:30px;
}
.boton-enviar-olvido {
	background:url(../images/fondo-olvido-enviar.gif) no-repeat;
	border:none;
	width:88px;
	height:26px;
}