/* CSS Document */

img {border:0px;}
.fondo1 {
	background-image: url(images/fondo1.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.fondo2 {
	background-image: url(images/fondo2.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.noticias {
	background-color: #EEEEEF;
	background-image: url(images/fondo_noticias.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3C930E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAB00C;
}
body,td,th, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
hr { color:#AAB00C; height:1px;}

.pie {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #3862B8;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #3862B8;
	border: 1px solid #3862B8;
	font-weight: bold;
}
