/* Selectores HTML */
body {
	margin: 0px;
	padding: 0px;
	background-color: #6fb2df;
	}

/* Selectores de clase*/
.menues {
	font-family: Verdana, Geneva, sansSerif;
	font-size: 13px;
	color: #009933;
	font-weight: bold;
}

.menues:hover {
	text-decoration:none;
}


.titulo {
	font-family: Verdana, Geneva, sansSerif;
	font-size: 12px;
	color: #666633;
}

.TextBox{
	font-family: Verdana, Geneva, sansSerif;
	font-size: 10px;
	line-height: 8px;
	text-decoration: none;
	border: 1px solid #009933;
}
.tabla {
	border: 1px solid #999999;
}
.tabla th {
	text-align: center;
	font-family: Verdana, Geneva, sansSerif;
	font-size: 15px;
	background-repeat: repeat-x;
	color: #666633;
	padding-bottom: 13px;
	padding-top:2px;
	background-image: url(images/barraCont.jpg);
	}
.tabla td {
	font-family: verdana, geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #FFFFFF;
}
.tablaCat {
	border: 1px solid #009933;
}
.tablaCat td {
	background-color: #e8e8e8;
}

.tablaTexto {
	border: 1px solid #009933;
}
.tablaTexto td {
	background-color:#FFFFFF;
}
	
A:link {
	color: #009933;
	text-decoration: none;
}
A:visited {
	color: #009933;
	text-decoration: none;
}
A:active {
	color: #009933;
	text-decoration:none;
}
A:hover { color: #D40106;
	text-decoration:underline;
} 
