@charset "utf-8";

/* TEXT STYLE CSS */


/* Texto Header */


.menuLink {
	font-family: "Trebuchet MS";
	font-size: 15px;
	padding-top: 4px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer
	}

.menuLink:hover {
	font-family: "Trebuchet MS";
	font-size: 15px;
	padding-top: 4px;
	font-weight: bold;
	text-align: center;
	color: #FF9900;
	cursor:pointer
	}


/* Contenido */

.tituloTexto {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	line-height: 15px;
	}

.tituloTexto:hover {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	line-height: 15px;
	}

.tituloIntro {
	font-family: "Trebuchet MS";
	font-size: 19px;
	color: #333333;
	font-weight: bold;
	line-height: 15px;
	}

.tituloIntro:hover {
	font-family: "Trebuchet MS";
	font-size: 19px;
	color: #000000;
	font-weight: bold;
	line-height: 15px;
	}

.notapie {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	text-align: center;
	}

.parrafo {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 16px;
	color: #858585;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 20px;
	}
.parrafo:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 20px;
	}


.parrafo1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	color: #858585;
	line-height: 18px;
	padding-top: 5px;
	}

.pageLink {
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-top: 4px;
	color: #666666;
	cursor:pointer
	}

.pageLink:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-top: 4px;
	color: #000000;
	cursor:pointer
	}

.intLink {
	background-image: url("copias.png");
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	cursor:pointer
		}

.intLink:hover {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #FFCC00;
	cursor:pointer
	}