/* INICIO PROX */

body {
	margin: 0px 0px 0px 0px;
	background-image: url(../images/back_prov.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-color: #013;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}
a:active,
a:link,
a:visited {
	color: #c00;
	text-decoration: none;
}
a:hover {
	color: #036;
	text-decoration: none;
}
a:focus {
	outline: none;
}

#base {
	position: absolute;
	width: 980px;
	left: 50%; 
	top: 350px;
	margin-left: -490px;
	padding: 0px 10px 20px 10px;
}

td.ad {
	background-image: url(../images/ad.png);
	background-repeat: no-repeat;
	height: 280px; 
	padding: 0px 20px 0px 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #013;
}
span.top {
	font-size: 28px;
}
td.hspace {
	height: 20px;
}
td.vspace {
	width: 20px;
}
td.menu {
	width: 235px;
}
td.menu_home {
	width: 230px;
	height: 80px;
	background-image: url(../images/menu_home.png);
	background-repeat: no-repeat;
	padding: 0px 20px 0px 20px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
td.menu_home a:active,
td.menu_home a:link,
td.menu_home a:visited {
	color: #fff;
	text-decoration: none;
}
td.menu_home a:hover {
	color: #013;
	text-decoration: none;
}
td.menu2 {
	width: 980px;
	height: 50px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	padding: 0px 20px 0px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #036;
	text-align: center;
}
td.menu2 a:active,
td.menu2 a:link,
td.menu2 a:visited {
	color: #fff;
	text-decoration: none;
}
td.menu2 a:hover {
	color: #013;
	text-decoration: none;
}
td.texto {
	width: 720px;
	background-color: #fff;
	border-top: 3px solid #c00;
	border-bottom: 3px solid #c00;
	padding: 5px 15px 20px 15px;
}
p.titulo {
	font-size: 26px;
	font-weight: bold;
	color: #036;
}
p.aux {
	font-size: 11px;
	color: #666;
}
td.logo {
	padding: 50px 20px 30px 20px;
	text-align: center;
	color: #999;
	font-size: 12px;
}
td.footer {
	padding: 0px 20px 0px 20px;
	text-align: center;
	color: #999;
	font-size: 12px;
}
td.footer a:active,
td.footer a:link,
td.footer a:visited {
	color: #fff;
	text-decoration: none;
}
td.footer a:hover {
	color: #c00;
	text-decoration: none;
}

/* FIN PROX */


/* INICIO FORMULARIOS */

.campo {
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	color: #333;
	width: 400px;
}
.campo2 {
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	color: #333;
}
span.aviso {
	font-size: 12px;
	color: #c00;
}

/* FIN FORMULARIOS */

