@charset "utf-8";


.contenido {
	width: 92%;
	margin-bottom: 1em;
	padding: 15px;
	background: #FFFFFF;
	text-align: justify;
}
/* CSS Document */

.Texto_contenido {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}

.columnaizq {
	padding-top: 15px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #990000;
	text-align: right;
	padding: 2;
}
.menucateg {
	font-size: 10px;
	font-family: "Trebuchet MS";
	color: #666666;
}
.menucateg2 {
	font-size: 10px;
	font-family: "Trebuchet MS";
	color: #006699;
	text-decoration: none;
}
.columnaizqtitulo {
	padding: 2px;
	padding-top: 15px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.Texto_contenidotitulo {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #990000;
}
.pie_de_pagina {
	font-family: "Trebuchet MS";
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #006699;
}
.coordinador {
	padding: 0px;
	padding-top: 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #006699;
	text-align: left;
	padding-left: 8px;
}
.Textopensum {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	border-top-color: #666666;
	border-left-color: #666666;
	border-color: #333333;
	border-bottom-color: #666666;
	border-right-color: #666666;
}
.Textopensumright {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	border-top-color: #666666;
	border-left-width: 0px;
	border-left-color: #666666;
	border-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
}
.titulopensum {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
	text-align: center;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}


a.tag:link {
	color: #006699;
	text-decoration: none;
}
a.tag:visited {
	text-decoration: none;
	color: #006699;
}
a.tag:hover {
	text-decoration: underline;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a.menured:link {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a.menured:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a.menured:hover {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
}
a.menublack:link {
	color: #000000;
	text-decoration: none;
}
a.menublack:visited {
	text-decoration: none;
	color: #000000;
}
a.menublack:hover {
	text-decoration: underline;
	color: #006699;
}
body {
	background-image: url(../../images/fondo.png);
	background-repeat: repeat-x;
	background-color: #EBFFFF;
}

