/* CSS San Andres */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #66CBFF;
}

table.central_idx {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover, a:active {
	text-decoration: underline;
}

input {
	font-size: 12px;
	width: 150px;
}

textarea {
	font-size: 12px;
	width: 250px;
	height: 100px;
}

.botones {
	font-size: 12px;
	width: 100px;
}

td.vline {
	border-right: dotted #000000 1px;
}

.mini_text {
	font-size: 9px;
	color: #FFFFFF;
}