
a {
	text-decoration: none;
	color: #125DD3;
}

a:active {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #4fa2e5;
	background-image:url(grafics/fondo.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-size: 12px;
}

h1, h2, h3, h4, h5 {
	font-size: 12px;
	display: inline;
}

.enlace {
	text-decoration: none;
	color: #000000;
}

.enlace:hover {
	color: #125DD3;
	text-decoration: underline
}

.botonFormularios {
	background-image: url(grafics/botonForm.png);
	background-position: top;
	background-color: #5588cc;
	color: #FFFFFF;
	border: #003377 1px solid;
}

.textoFormularios {
	background-color: #FFFFFF;
	background-image: url(grafics/textoForm.png);
	background-position: top;
	background-repeat: repeat-x;
	border: #7f9db9 1px solid;
	width: 100%;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
}

.textoFormulariosGRANDE {
	background-color: #FFFFFF;
	background-image: url(grafics/textoForm.png);
	background-position: top;
	background-repeat: repeat-x;
	border: #7f9db9 1px solid;
	width: 280px;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
}

.textoFormulariosGRANDEbloq {
	background-color: #DDDDDD;
	border: #7f9db9 1px solid;
	width: 280px;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.imagenBorder {
	border: #000000 1px solid;
}
