/* CSS Document */

body {
	background-color:#000000;
	background-image:url(../images/fondo.jpg);
	background-repeat:repeat-x;
	margin:0px;
}
body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:justify;
}
.titulo {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}
.sangria {
	font-size:11px;
	font-style:italic;
	/*top-right-bottom-left*/
	padding:0 0 0 30px;
}
.consulte {
	/*top-right-bottom-left*/
	padding:0 0 0 40px;
}
.footer {
	color:#757575;
}
.separador {
	background-image:url(../images/separador.jpg);
	background-repeat:repeat-x;
	height:37px;
}
.footer_imagen {
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	vertical-align:bottom;
	height:30px;
}
li {
	list-style-image:url(../images/punto.gif);
}
a:link, a:visited {
	text-decoration:none;
	color:#008AFF;
}
a:hover, a:active {
	text-decoration:none;
	color:#FFFFFF;
}
.campo {
	background-color:#FFFFFF;
	border:#333333 2px solid;
	width:200px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.comentarios {
	background-color:#FFFFFF;
	border:#333333 2px solid;
	width:200px;
	height:80px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.boton {
	background-color:#FFFFFF;
	border:#333333 2px solid;
	width:50px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	/*top-right-bottom-left*/
	padding:0 0 5px 0;
}
