/* CSS Document */
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	background: url('images/fondos/fondo_logos.jpg');
}
table {
	background-color: #FCFCFC;
	border: 0px;
	text-align: justify;
}
li {
	list-style-type: square;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.botonera {
	text-align: center;
	font: Tahoma;
	font-size: 10px;
	color: #333333;
}
.botonera:link {
	text-decoration: none;
}
.botonera:hover {
	text-decoration: none;
}
.botonera:active {
	text-decoration: none;
}
.botonera:visited {
	text-decoration: none;
}
.pie {
	text-align: center;
	font: Tahoma;
	font-size: 10px;
	color: #333333;
}
.pie:link {
	text-decoration: none;
}
.pie:hover {
	text-decoration: underline;
}
.pie:active {
	text-decoration: none;
}
.pie:visited {
	text-decoration: none;
}
input, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #CC0000;
	background-color: #FFCCCC;
}
h2 {
	font: Tahoma;
	color: #CC0000;
	font-size: 14px;
	font-weight: normal;
}
h1 {
	font: Tahoma;
	color: #333333;
	font-size: 18px;
	font-weight: 100;
}

