/* CSS Document */

body {
	color:#000;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
}

table {
	font-size:13px;
}

#fondo {
	background-image:url(images/fondo.jpg);
	background-repeat:no-repeat;
}

#fondo2 {
	background-image:url(images/fondo_lila.jpg);
	background-repeat:no-repeat;
}

.bordeDerecha {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0E4CD;
}

.bordeIzquierda {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0E4CD;
}

.bordeLados {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0E4CD;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0E4CD;
}

.txtMenu {
	color: #000;
}

.txtMenu a{
	color: #042B04;
	text-decoration: none;
}

.txtMenu a:hover{
	color: #042B04;
	text-decoration: underline;
}

.txtNormal {
	color: #000;
}
.txtNorJus {
	color: #000;
	text-align:justify;
}

.txtNormal a{
	color: #009240;
	text-decoration: none;
}

.txtNormal a:hover{
	color: #009240;
	text-decoration: underline;
}

.txtNota {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
}

.txtRojo {
	color: #FF0000;
}

.txtVerde {
	color: #009240;
}
.txtVerde2 {
	color: #009240;
	font-size:16px;
	font-weight:bold;
}
.txtRojitas {
	color: #ff0000;
	font-size:16px;
	font-weight:bold;
}
.txtTit {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}

.txtTit a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}

.txtTit a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

.txtTitVerde {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #009240;
}

.txtTitVerde a{
	color: #009240;
	text-decoration: none;
}

.txtTitVerde a:hover{
	color: #009240;
	text-decoration: underline;
}

.txtWhite {
	color: #fff;
}

.txtTitBlanco {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}