@charset "utf-8";
/* CSS Document */

html {
	
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #E9E9E9;
}

table.capitulos p, .principal p, .principal ul, .principal li {
	text-align: justify;
	margin-bottom: 1ex;
}
blockquote {
	margin-top: 2ex;
	margin-bottom: 1ex;
	margin-left: 2em;
}
strong {
	font-weight: bold;
}
th {
	font-weight: bold;
	padding-bottom: .7ex;
}
div#encabezado {
	width: 970px;
	height: 113px;
	margin: auto;
	background: url(images/fondo_header.jpg) 16px 0 no-repeat;
	position: relative;
}
div#encabezado div.deti, div#encabezado div.detd {
	width: 16px;
	height: 113px;
	position: absolute;
}
div#encabezado div.deti {
	background: url(images/deti.png) no-repeat;
	left: 0;
}
div#encabezado div.detd {
	background: url(images/detd.png) no-repeat;
	right: 0px;
}
div#encabezado div.rect {
	position: absolute;
	left: 15px;
	height: 113px;
	width: 938px;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
}
div#encabezado div.sau {
	position: absolute;
	left: 28px;
	top: 12px;
}
div#encabezado div.sau h1, div#encabezado div.sau h2, div#encabezado div.sau h3 {
	text-align: center;
}
div#encabezado div.sau h3 {
	margin-top: 6px;
	font-size: 11px;
	background-color: #00632B;
	color: white;
}
div#encabezado div.login {
	font-size: 11px;
	position: absolute;
	right: 25px;
	top: 10px;
	z-index: 200;
}
div#encabezado #google_translate_element {
	position: absolute;
	right: 25px;
	top: 30px;
	z-index: 200;
	text-align: right;
}
div#encabezado div.login a {
	color: black;
	text-decoration: none;
}
div#cuerpo {
	margin: auto;
	padding: 10px 12px;
	background-color: white;
	width: 914px;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
}
div#pie {
	margin: auto;
	background-color: #f2f2f2;
	width: 922px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 4px 8px;	
}

div#pie img {
	float: left;
}
div#pie p {
	font-size: 11px;
	line-height: 18px;
	padding-left: 12px;
}
div#pie p.pie-derechos {
	line-height: normal; 
	text-align: right; 
	position: relative; 
	top: 36px;
	float: right;
}
div#cuerpo p, div#cuerpo li, div#cuerpo td {
	font-size: 11px;
}

div#cuerpo table.col3 h3 {
	font-size: 29px;
	color: #B0B0B0;
	margin-bottom: 10px;
}
div#cuerpo div.capitulo {
	margin-right: 1em;
}
div#cuerpo div.capitulo h3 {
	font-size: 18px;
	color: #B0B0B0;
	margin-bottom: 10px;
}

div#cuerpo div.agenda div.fecha-calendario {
	float: left;
	height: 56px;
	width: 61px;
	background: url(images/agenda_fondo.png) no-repeat;
	text-align: center;
}
div#cuerpo div.agenda div.fecha-calendario div.dia {
	height: 32px;
	line-height: 32px;
	color: black;
	font-size: 24px;
	font-weight: bold;
}
div#cuerpo div.agenda div.fecha-calendario div.mes {
	padding-top: 2px;
	height: 20px;
	line-height: 20px;
	color: white;
	font-size: 13px;
}
div#cuerpo div.agenda div.entrada {
	margin-bottom: 17px;
}
div#cuerpo div.agenda div.entrada h4 {
	font-size: 12px;
	margin-bottom: 7px;
	font-weight: bold;
	color: #7A7A7A;
}
div#cuerpo div.agenda div.entrada div.texto {
	margin-left: 76px;
}
div#cuerpo div.agenda div.entrada div.texto p.mas-info,
div#cuerpo div.novedades div.entrada p.mas-info {
	text-align: right;
	color: black;
	font-size: 11px;
	margin-top: 3px;
}
div#cuerpo div.agenda div.entrada div.texto p.mas-info a,
div#cuerpo div.novedades div.entrada p.mas-info a {
	color: #3184AB;
	font-size: 11px;
	text-decoration: none;
}
div#cuerpo div.agenda div.entrada div.texto p.mas-info a:hover,
div#cuerpo div.novedades div.entrada p.mas-info a:hover {
	text-decoration: underline;
}
div#cuerpo div.novedades p {
	text-align: justify;
}
div#cuerpo table.col3 td {
	border-right: 1px dotted; #ccc;
	vertical-align: top;
}
div#cuerpo div.novedades h4 {
	color: #00632B;
	font-size: 11px;
}
div#cuerpo table.col3 td:first-child {
	width: 315px;
	padding-right: 10px;
}
div#cuerpo table.col3 td {
	padding: 0 10px;
}
div#cuerpo div.cuerpo-col2 {
	margin-top: 10px;
	border-top: 1px solid #ddd;
}
div#cuerpo div.cuerpo-col2 h4 {
	margin-top: 8px;
	color: #606060;
	font-size: 13px;
}
div#cuerpo .post ul, div#cuerpo .post ol {
	margin-top: 8px;
	padding-left: 1em;
}
div#cuerpo .post ul li, div#cuerpo .post ol li {	
	padding-left: .3em;
	margin-left: 1em;
	margin-top: 6px;
}
div#cuerpo .post ul li {
	list-style: square;
}
div#cuerpo .post ol li {
	list-style-type: decimal;
}
div#cuerpo table.col3 td.col3 {
	border-right: none;
}
div#cuerpo td.col3 p {
	margin-bottom: 2ex;
}
div#cuerpo table.col2 {
	width: 100%;
}
div#cuerpo table.col2 td {
	vertical-align: top;
}
div#cuerpo table.col2 > tbody > tr > td:first-child ul {
	text-align: left;
}
div#cuerpo table.col2 > tbody > tr > td:first-child {
	width: 250px;
}
div#cuerpo table.col2 > tbody > tr > td:first-child h3 {
	color: #666;
	font-weight: bold;
	margin-bottom: 2ex;
}
div#cuerpo table.col2 > tbody > tr > td:first-child h3 a {
	color: #666;
	text-decoration: none;
}
div#cuerpo table.col2 > tbody > tr > td:first-child h4 {
	font-size: 11px;
}
div#cuerpo table.col2 > tbody > tr > td:first-child div.relacionadas {
	margin-top: 3ex;
	margin-right: 12px;
	padding: 5px 10px;
	background-color: #efefef;
}
div#cuerpo table.col2 > tbody > tr > td:first-child div.relacionadas li,
div#cuerpo table.col2 > tbody > tr > td:first-child div.relacionadas ul {
	border: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}
div#cuerpo table.col2 > tbody > tr > td:first-child div.relacionadas li {
	margin-top: 5px;
}
div#cuerpo table.col2 td:first-child > ul {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
div#cuerpo table.col2 td:first-child > ul ul {
	margin-top: 1.5ex;
	margin-bottom: 0;
	margin-left: 1em;
}
div#cuerpo table.col2 td:first-child > ul ul li {
	padding-bottom: 5px;
}
div#cuerpo table.col2 td:first-child > ul > li {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: normal;
}
div#cuerpo table.col2 td:first-child > ul > li > a {
	padding: 3px 0;
	display: block;
}
div#cuerpo table.col2 td:first-child > ul > li a:hover,
div#cuerpo table.col2 td:first-child > ul > li a.on {
	background-color: #f3f3f3;
}
div#cuerpo table.col2 td:first-child ul li.ultimo {
	border-bottom: none;
}
div#cuerpo table.col2 td:first-child ul li a {
	color: #3184AB;
	text-decoration: none;
}

div#cuerpo table.col2 td.principal {
	padding-left: 2em;
	padding-right: 1em;
	border-left: 1px solid #ccc;
}
div#cuerpo table.col2 td.principal h3 {
	font-size: 18px;
	margin-top: 1ex;
	margin-bottom: 2ex;
}
div#cuerpo table.col2 td.principal h4 {
	font-size: 14px;
	margin-top: 1ex;
	margin-bottom: 2ex;
}
div#cuerpo table.col2 td.principal table.doscols td {
	padding-bottom: 1ex;
}
div#cuerpo table.col2 td.principal table.doscols td:first-child {
	padding-right: 2em;
}
div#cuerpo table.capitulos {
	width: 100%;
}

div#cuerpo table.capitulos > tbody > tr > td:first-child {
	padding-right: 2em;
	min-width: 300px;
}
div#cuerpo table.capitulos > tbody > tr > td.col2 {
	min-width: 300px;
}
div#cuerpo table.capitulos td {
	vertical-align: top;
}
div#cuerpo table.capitulos h4 {
	background: url(images/arrow_bullet.gif) center left no-repeat;
	padding-left: 25px;
	padding-bottom: 2px;
	margin-top: 2ex;
	margin-bottom: 1ex;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
div#cuerpo table.capitulos div.seccion {
	margin-bottom: 4ex;
}
div#cuerpo div.post.bg2 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #115098;
	padding-top: 10px;
	margin-bottom: 2ex;
}
table.capitulos div.post > div {
	padding-bottom: 10px;
}
table.capitulos td.principal.post ul {
	margin-bottom: 2ex;
}
table.capitulos td.principal.post h5 {
	font-size: 14px;
	color: #115098;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 2ex;
}
table.capitulos td.principal.post h6 {
	margin-top: 2ex;
	margin-bottom: 1ex;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}
div.post.bg2 {
	margin-top: 1ex;
	margin-bottom: 1ex;
	background-color: #F0F5F7;
	padding: 0 10px;
}
div.post.bg2 { 
	-moz-border-radius:5px; 	 
	-webkit-border-radius:5px; 	 
	-khtml-border-radius:5px; 	 
	border-radius:5px; 
}
.principal div.texto ul, .principal div.texto ol, 
div.novedades ul, div.novedades ol, div#cuerpo div.cuerpo-col2 ul {
	margin-top: 8px;
	margin-bottom: 2ex;
	margin-left: 1em;
}
.principal div.texto li, div.novedades li, div#cuerpo div.cuerpo-col2 ul li {
	margin-left: .5em;
	padding-left: .5em;
}
.principal div.texto ul li, div.novedades ul li, div#cuerpo div.cuerpo-col2 ul li {
	list-style-type: square;
}
.principal div.texto ol li {
	list-style-type: inherit;
}
.texto td {
	padding: 2px 10px;
}
div.breadcrumb {
	line-height: 20px;
}
h5 {
	font-weight: bold;
	margin-top: 3ex;
	margin-bottom: .7ex;
}
div.submenu-cuerpo, div.recuadro-int {
	padding: 1px 10px;
	margin-top: 3ex;
	background-color: #F0F5F7;
	-moz-border-radius:5px; 	 
	-webkit-border-radius:5px; 	 
	-khtml-border-radius:5px; 	 
	border-radius:5px; 
}
tr.alt td {
	background-color: #efefef;
}
table.agenda {
	border-top: 1px dotted #ccc;
}
table.agenda td {
	padding-bottom: 2ex;
	padding-top: 2ex;
	border-bottom: 1px dotted #ccc;
	line-height: 150%;
}
table.agenda td p {
	margin: 0;
	text-align: left;
	clear: both;
}
table.agenda td h5 {
	border-bottom: .5ex solid white;
	float: left;
	line-height: 150%;
	margin: 0;
	font-weight: normal;
	background-color: #f3f3f3;	
}
table.agenda td.destacado {
	padding-left: 10px;
	padding-bottom: 15px;
	border-left: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
div.reunion td {
	padding: 0;
}
div.reunion th {
	color: #19A85D;
	text-align: center;
	font-size: 15px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
div.reunion td h6 {
	text-align: center;
}
div.reunion tr.autoridades td {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-top: 2ex;
	padding-bottom: 10px;
}
div.reunion div.trabajos {
	border-bottom: 1px solid #ccc;
	padding-bottom: 3ex;
	margin-bottom: 3ex;
}
div.reunion div.trabajos h5 {
	color: #19A85D;
	font-weight: bold;
	margin-top: 3ex;
	margin-bottom: .5ex;
}
div.reunion div.trabajos td:first-child {
	font-style: italic;
	padding-right: 1em;
}
div.reunion div.trabajos td {
	padding-bottom: .5ex;
}
table.videos {
	border-collapse: collapse;
}
table.videos td {
	border: 1px solid white;
	padding: 1px 2px;
}
