@charset "utf-8";
/* CSS Document */
/*Formularios google y otros buscadores web*/
.formulario
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0066FF;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	vertical-align: super;
	word-spacing: normal;
	white-space: normal;
	display: table-cell;
	height: 14px;
	width: 90%;
}
/*Formularios de contactos y registros*/

.formularioresgistros
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0066FF;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	vertical-align: super;
	word-spacing: normal;
	white-space: normal;
	display: table-cell;
	width: 90%;
	background-color: #E2F5FE;
	border: 1px dashed #5ABDF8;
}
.formularioresgistrosboton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0066FF;
	text-decoration: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
	width: 100px;
	background-image: url(../images/botones/boton_normal.jpg);
	background-repeat: no-repeat;
	height: 25px;
	display: list-item;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}
.formularioresgistrosboton:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
	width: 100px;
	background-image: url(../images/botones/boton_sobre.jpg);
	background-repeat: no-repeat;
	height: 25px;
	display: list-item;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}

