/* Estilos de Cuerpo*/
body {
	background-color: #D6CEB9;
	margin: 0px;
	background-image: url(../img/fondo_web.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.texto {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
.fechaTexto {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #996600;
	font-weight: bold;
}
.titulo {
	font-family: "Trebuchet MS";
	font-size: 14px;
	letter-spacing:1px;
	color: #333333;
}
.textoGeneral {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
td {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
.textoPresentacion {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	font-stretch:condensed;
}
/* 
Estilos de Enlaces*/
a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#000000;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
   text-decoration:underline;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration:underline;
	color:#CC0000;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration:underline;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration:underline;;
}
.punto {
	border-color:#CC9900;
	border-style:solid;
	border-width:3px;
	cursor:hand;
}


/* Estilos de Formulario*/
.caja {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #F5F5F5;
	border-top: 1px solid #9999CC;
	border-right: 1px solid #9999CC;
	border-bottom: 1px solid #9999CC;
	border-left: 1px solid #9999CC;
}
/* Estilos de DIV*/
#head {
	width:775px;
	height:110px;
	background-image:url(../img/head.jpg);

}
#menu {
	width:775px;
	height:132px;

}
#contenido {
	background-image:url(../img/fondo_.jpg);
	width:775px;
	background-repeat:repeat-y;
	font-size: 11px;

}
/* Solo de la HOME*/
#contenido1 {
	background-image:url(../img/fondo.jpg);
	width:775px;
	background-repeat:repeat-y;
	font-size: 11px;

}
#noti {
	background-image:url(../img/fondo-noticias-home.png);
	width:440px;
	height: 485px;
	background-repeat:repeat-y;

}
#pie1 {

	width:775px;
	vertical-align:top;
}
#pie1 A {
    font-family:"Trebuchet MS";
	font-size:10px;
	color:#4D3824;
	font-stretch:condensed;
	
}

/* Solo de la HOME*/
#pie {
	width:775px;
	vertical-align:top;
}
#pie A {
    font-family:"Trebuchet MS";
	font-size:10px;
	color:#4D3824;
	font-stretch:condensed;
	
}

/* DIV de INDEX*/
#marco1 {
padding-left:10px;
padding-top:10px;
margin-top:5px;
margin-left:7px;
text-align:left;


}
#marco2 {
padding-left:10px;
padding-top:10px;
margin-top:5px;
margin-left:7px;
text-align:left;


}
#marco3 {
padding-left:10px;
padding-top:10px;
margin-top:5px;
margin-left:7px;
text-align:left;

}
.boton {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	background-color: #8B7939;
	border: 1px solid #333333;
	cursor:hand;
}
