@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B1AC8D;
	background-image: url(imagenes/fondos/imagen_3_texturada.jpg);
	/*este codigo es para ocultar als barras de scroll verticales-----*/
	/*overflow-x:hidden; overflow-y:hidden;*/
	/*cursor: crosshair;*/
	
}
p {
	font-family:"trebuchet MS";
	font-size:13px;
	color: #4D4935;
	margin: 10px;
	margin-bottom: 0px;
	/*line-height: 24px;*/
	/*padding: 10px;*/
	padding-bottom: 5px;
	text-align: justify;
	font-weight: normal;
	border: 0px;
	/*cursor:text;*/
}

.demastextos {	
	font-family:"trebuchet MS";
	font-size:13px;
	color:#4D4935;
	margin: 10px;
	margin-bottom: 0px;
	line-height: 24px;
	padding: 10px;
	padding-bottom: 5px;
	text-align: right;
	font-weight: normal;
	border: 0px;
}

.subtitulos{
	color: #4D4935;
	font-weight:bold;
}

h1{
	font-family:"trebuchet MS";
	font-size: 20px;
	font-weight: bolder;
	color: #4D4935;
	padding: 10px;
}
h2{/*titulos de secciones*/
	font-family:"trebuchet MS";
	font-weight: normal;
	font-size: 15px;
	color: #ffffff;
	padding: 10px;
	
}
h3{/*subtitulos*/
	font-family:"trebuchet MS";
	font-weight:bold;
	font-size:13px;
	color:#ff0000;
	margin: 10px;
	margin-bottom: 0px;
	/*line-height: 24px;*/
	/*padding: 10px;*/
	padding-bottom: 5px;
	text-align: left;
	font-weight: normal;
	border: 0px;
	/*cursor:text;*/
}

.link_seccion_actual{
	color: #660000;
	font-weight:bold;
}

a.link:link {font-size: 13px;color: #4D4935; text-decoration: none; font-weight: bold;}
a.link:visited {font-size: 13px;color: #756F51; text-decoration: none;font-weight: bold;}
a.link:hover {font-size: 13px;color:#FF0000; text-decoration: none;	/*cursor: nw-resize;*/font-weight: bold;}
a.link:active {font-size: 12px;color: #4D4935; text-decoration: none;font-weight: bold;}

a.link_interno:link {font-size: 13px;color: #4D4935; text-decoration: none; font-weight: bold;}
a.link_interno:visited {font-size: 13px;color: #756F51; text-decoration: none;font-weight: bold;}
a.link_interno:hover {font-size: 13px;color: #F8700C; text-decoration: none;	/*cursor: nw-resize;*/font-weight: bold;}
a.link_interno:active {font-size: 13px;color: #4D4935; text-decoration: none;font-weight: bold;}

