/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
html, body {
	background: #FBF7E9;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
a:link, a:visited {
	color: #1566a5;
	text-decoration: none;
}
a:hover {
	color: #35A5A3;
	text-decoration: underline;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
/*input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}*/
.bold {
	font-weight: bold;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.middle {
    vertical-align: middle;
}
.top {
    vertical-align: top;
}




.yui-t2 {
	background: #fff;
}
#hd {
	background: url('/images/encabezado.jpg') no-repeat;
	border-bottom: 2px solid #1566a5;
	height: 100px;
}









.menuSuperior {
	background: #000;
	color: #ddd;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0.4em;
	text-align: right;
}
.menuSuperior a:link, .menuSuperior a:visited {
	color: #ccc;
	text-decoration: none;
}
.menuSuperior a:hover {
    color: #fff;
    text-decoration: underline;
}
.divBlancoSuperior {
    border-bottom: 2px solid #999;
    padding: 0.8em 0.4em;
}
.menuBlanco ul {
	display: inline;
	float: right;
	margin: 1.4em 3em;
}
.menuBlanco ul li {
	display: inline;
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight: bold;
	list-style: none;
	margin: 0.6em 1em;
	padding: 0;
}
.menuBlanco ul li a:link, .menuBlanco ul li a:visited {
	color: #555;
	text-decoration: none;
}
.menuBlanco ul li a:hover {
	border-bottom: 4px solid red;
    color: #627B80;
}
.menuBlanco ul img {
	border: 0;
}
#bd {
	
}
.listaMenuPrin {
    font-size: 0.9em;
	margin: 1em 0;
	padding: 0;
}
.titMenuPrin {
	border-top: 1px solid #3e78a7;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.6em;
	padding: 0;
}
.titMenuPrin span {
    background: url('/images/esquina.jpg') #3e78a7 no-repeat top right;
    margin: 0;
    padding: 0 2.5em 0.1em 0.4em;
}
.listaMenuPrin li {
	list-style: none;
	margin: 0.2em;
	padding: 0;
}
.listaMenuPrin li a:link, .listaMenuPrin li a:visited {
	color: #439C2C;
	font-weight: bold;
	text-decoration: none;
}
.listaMenuPrin li a:hover {
    color: #2c5678;
    text-decoration: underline;
}
.tituloPortada {
	color: #555;
	font-size: 1.8em;
	margin: 0.5em 0 0.5em 0;
}
.nodo {
	margin: 1em 1.5em;
}
.MenuNodos {
	float: right;
}
.MenuNodos a:link, .MenuNodos a:visited {
	color: #627B80;
	text-decoration: none;
}
.MenuNodos a:hover {
    color: red;
    text-decoration: underline;
}
.titNodo {
	border-bottom: 1px solid #ccc;
    color: #555;
    font-size: 1.6em;
    margin: 0;
}
.titNodo a:link, .titNodo a:visited {
    color: #555;
    text-decoration: none;
}
.titNodo a:hover {
    color: #627B80;
}
.nodoAutor, .nodoEtiquetas {
    color: #999;
	font-size: 0.9em;
	margin: 0;
}
.nodoAutor a:link, .nodoAutor a:visited,
.nodoEtiquetas a:link, .nodoEtiquetas a:visited {
    color: #627B80;
    text-decoration: none;
}
.nodoAutor a:hover, .nodoEtiquetas a:hover {
    color: red;
    text-decoration: underline;
}
.nodoAutor a {
	background: url('/img/user.png') no-repeat;
	margin-left: 2px;
	padding-left: 20px;
}
.nodoEtiquetas a {
    background: url('/img/tag_red.png') no-repeat;
    margin-left: 1em;
    padding-left: 20px;
}
.nodoContenido {
	margin: 1em 0;
	text-align: justify;
}
.nodoContenido em {
	font-style: italic !important;
	font-weight: normal;
}
.nodoContenido strong {
    font-weight: bold !important;
}
.nodoContenido blockquote {
    font-style: italic;
}
.nodoContenido table tr td {
	border: 0;
}
.nodoContenido a:link, .nodoContenido a:visited {
	color: #1566a5;
	text-decoration: none;
}
.nodoContenido a:hover {
    color: #35A5A3;
    text-decoration: underline;
}
.thumbnailContenido {
    border: 1px solid #aaa;
    float: left;
    margin: 0 1em 1em 0;
    padding: 0;
}
.thumbnailContenido img {
    margin: 2px 2px 0 2px;
}
.imagenContenido {
	border: 1px solid #aaa;
	float: right;
	margin: 0 0 1em 1em;
	padding: 0;
}
.imagenContenido img {
	margin: 2px 2px 0 2px;
}
.adjuntosContenido {
	margin: 2em;
}
.adjuntosContenido ul li {
	list-style: square;
}

.Galeria {
    margin: 4em auto;
    text-align: center;
}
.Galeria ul {
	margin: auto;
}
.Galeria ul li {
	display: inline;
    list-style: none;
    margin: 0.5em;
}
.Galeria ul li a img {
	border: 1px solid #ccc;
	padding: 1px;
}


.nodoEnlaces {
	border-bottom: 1px solid #ccc;
	clear: left;
	margin: 0.4em 0 2em 0;
}
.nodoEnlaces a:link, .nodoEnlaces a:visited {
	color: #555;
	text-decoration: none;
}
.nodoEnlaces a:hover {
	color: red;
}
.paginationControl {
	font-size: 0.9em;
    margin: auto;
    text-align: center;
}
.paginationControl span.disabled {
	color: #aaa;
}
.paginationControl a:link, .paginationControl a:visited {
    color: #627B80;
    text-decoration: none;
}
.paginationControl a:hover {
    color: red;
    text-decoration: none;
}

.optional, .required {
	font-weight: bold;
}
.description, .hint {
	color: #999;
	font-size: 0.8em;
}


#ft {
    background: #FBF7E9;
    font-size: 0.8em;
    padding: 0.2em 2em;
    text-align: center;
    vertical-align: middle;
}
#ft a:link, #ft a:visited {
	text-decoration: none;
}
#ft a:hover {
	text-decoration: underline;
}




.tablaInicio {
    border-collapse: separate !important;
    border-spacing: 2px !important;
	width: 100%;
}
.tablaInicio tbody tr td {
	padding: 2px 6px;
	width: 50%;
}
.bgClaro {
	background: #e2eefb;
}
.bgOscuro {
	background: #3e79a6;
	color: #fff;
}
.sep {
	height: 6px;
}


.yui-b {
	margin: 0;
	padding: 0;
}
table.resProg {
	border: 1px solid #3e79a6;
	width: 166px;
}
table.resProg tr th {
	border: 0;
    font-size: 0.85em;
}
table.resProg tr td {
	border: 0;
	padding: 2px;
}
table.resProg tr td.gris {
	background: #ddd;
}
table.resProg tr td a {
	font-size: 0.85em;
	font-weight: bold;
}
table.resProg tr td span {
    font-size: 0.75em;
}


table.Programacion {
	border-collapse: separate;
	border-spacing: 2px;
	border-style: none;
}
table.Programacion tr th {
	background: #1B67A5;
	border: 0;
	color: #fff;
}
table.Programacion tr td {
	background: #eee;
    border: 0;
    text-align: center;
}

