﻿*
{
	padding: 0;
	margin: 0;
	font-family: Verdana, sans-serif, Arial;
	color: #444;	
/*	overflow-y: hidden;*/
}

body
{
	font-size: 12px;
	line-height: 18px;
	background-image: url('/img/fondo.png' );
	background-repeat: repeat-x; /*background: #FFF;*/
	
}
#cabecera
{
	
	background-image: url('/img/fondo006.png' );
	background-color: #c5e1e1;
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px #CCC solid;
}
#menu
{
	font-size: 13px;
	border-top: 1px #AAA solid;
	border: 1px #79C2C2 solid;
	vertical-align: middle;
	text-align: left;
	background-image: url('/img/medeg.png' );
	background-repeat: repeat-x;
}
#menu table
{
	text-align: left;
	vertical-align: middle;
}
#menu table td
{
	padding:  5px 40px 5px  0px;
	cursor: pointer;
	
}
#menu table td div
{
	font-size: 9pt;
	color: #496A6A;
	font-weight: bold;
}
#menu div
{
	border-left: 1px #329494 solid;
	padding-left: 10px;
	/*border-right: 1px #329494 solid;
	cursor: pointer;*/
	}
#imgCap
{
	vertical-align: text-top;
	height: 168px;
	text-align: right;
	font-size: 12px;
	margin-right: 15px;
	margin-top: 5px;
}
#imgCap a
{
	font-weight: normal;
	color: #555;
	font-size: 12px;
}
#pie
{
	border-top: 1px #329494  solid;
	border-bottom: 1px #329494  solid;
	font-size: 12px;
	text-align: left;
	background: white;
	padding: 5px;
	margin: 5px;
}
#cuerpo
{
	background: white;
	background-image: url('/img/medeg02.png' );
	background-repeat: repeat;
	text-align: left;
}
.capaOculta
{
	position: absolute;
	border: #79C2C2 1px solid;
	border-top: none;
	background-color: #D5EEEE;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	display: none;
	text-align: center;
	color: #444;
}
.capaOculta .capo
{
	background-color: white;
	background-image: url('/img/deg.png' );
	background-repeat: repeat-x;
	height: 10px;
	border: none;
	margin: 0px;
	padding: 0px;
}
.capaOculta td
{
	font-size: 8pt;
	font-weight: bold;
	border-bottom: #51A5A5 1px solid;
	cursor: pointer;
	text-align: left;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 15px;
	width: 130px;
}

p
{
	text-align: justify;
	margin: 15px;
}
li
{
	margin-top: 5px;
	margin-left: 35px;
	text-align: left;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
table .aulas
{
	width: 500px;
	border: 1px gray solid;
	margin: 20px;
}
table .aulas td
{
	width: 100px;
	border: 1px gray solid;
	text-align: right;
	vertical-align: middle;
}
.tdTitulo
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}
table .aulas .tdTitulo, table .aulas .tbTitulo
{
	text-align: center;
}
.tbTitulo
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: gray;
	color: white;
	height: 50px;
}
.Ast
{
	color: red;
	visibility: hidden;
}
.envio
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	margin: 50px;
}

td .estasen
{
	text-align: left;
	padding: 5px;
	padding-left: 15px;
	font-size: 8pt;
}

td .estasen a
{
	font-size: 8pt;
	color: Black;
}

.menulateral
{
	width: 200px;
	vertical-align: top;
	text-align: left;
	margin-left: 10px;
	background-color: White;
	background-image: url('/img/deg002.png');
	background-position: bottom;
	background-repeat: repeat-x;
	border: #DDD 1px solid;
}

.menulateral td
{
	padding-top: 2px;
	padding-left: 0px;
	/*border-bottom: #999 1px solid;*/
	cursor: pointer;
	/*background-image: url('/img/flecha.png');
	background-position: left center;
	background-repeat: no-repeat;*/
	
	
}
.menulateral td div
{
	border-bottom: #999 1px solid;
	margin-right: 15px;
	
	margin-bottom:2px;
}

.oculto
{
	display: none;
}

.contenido
{
	/*background-color: #EFF8F8;/*#EDF4FB;*/
	border: solid 1px /*#299694*/#AAD3DC;
	font-family: Sans-Serif, Arial, Verdana;
	padding: 20px;
	margin: 20px;
	margin-top: 5px;
	width:670px;
	/*height: 400px;*/
	background-image: url('/img/deg003.png');
	background-color: White;
	background-repeat: repeat-x;
	background-position: bottom;
}

/*.ocultarparent
{
	padding: 0px;
	margin: 0px;
	display: none;
}
*/

.Titulo
{
	background-color: white;
	border: solid 1px #AAD3DC;/*#299694*/
	margin: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 16pt;
	font-family:  Verdana;
	width:700px;
}
.TituloNoticia
{
	background-color: white;
	border: solid 1px #AAD3DC;/*#299694*/
	margin: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 16pt;
	font-family:  Verdana;
	width:690px;
}

a
{
	text-decoration: none;
	font-weight: bolder;
	font-family: Arial;
	font-size: 10pt;
	color: #006666; /*color: Black;*/
}


a:hover
{
	text-decoration:  underline;
}

.noticia
{
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	color: gray;
	width:700px;
	margin: 0px;
	margin-bottom: 15px;
	border: solid 1px /*#299694*/#AAD3DC;
}

.ttlnoticia
{
	font-size: 14pt;
	padding: 7px;
	border-bottom: solid 1px #AAD3DC;
	font-weight: bold;
	text-align: left;
	width: 90%;
	background-color: White;
	
}
.fecha
{
	text-align: left;
	padding: 7px;
	border-bottom: solid 1px #AAD3DC;
	background-color: White;
}

.contentnoticia
{
	background-image: url('/img/deg003.png');
	background-position: bottom;
	background-repeat: repeat-x;
	border: solid 1px #AAD3DC;
	padding: 5px;
	background-color: White;
	
}


.FormacionBonificada
{
	text-align: center;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	color: gray;
	margin: 2px;
	margin-top:5px;
	padding: 1px;
	width: 200px;
	margin-left: 10px;
	background-color: White;
	background-image: url('/img/deg002.png');
	background-position: bottom;
	background-repeat: repeat-x;
	border: #DDD 1px solid;
	cursor: pointer;
}







.calendario
{
	text-align: center;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	color: gray;
	margin: 2px;
	margin-top:5px;
	padding: 1px;
	width: 200px;
	margin-left: 10px;
	background-color: White;
	background-image: url('/img/deg002.png');
	background-position: bottom;
	background-repeat: repeat-x;
	border: #DDD 1px solid;
	cursor: pointer;
}

.acercade 
{
text-align: left;
	font-family: Arial;
	font-size: 8pt;
	color: gray;
	margin-top:5px;
	width: 200px;
	height: 156px;
	margin-left: 10px;
	background-color: White;
	background-image: url('/img/deg004.png');
	background-repeat: no-repeat;
	border: #DDD 1px solid;
}
.acercade td 
{
	padding-left: 5px;
}

.ccltitulo
{
	font-weight: bolder;
	margin-top:15px;
	margin-left:10px;
	width: 200px;
	text-align: center;
	font-size: 12pt;

}

.mes
{
	font-weight: bold;
}
.hoy
{
	color: blue;
	font-weight: normal;
}

.festivo
{
	color: red;
}
.dia_semana
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

img 
{
	BORDER: #aaa 1px solid; 
	PADDING: 2px;  
	MARGIN: 0px 10px 10px; 
}

.Indice 
{
	border: solid 1px #AAD3DC;/*#299694*/
	margin: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	font-family:  Verdana;
	width: 700px;
	font-weight: normal;
	font-size: 10pt;
}

.Indice  .nivel0
{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16pt;
}
.Indice .nivel1
{
	font-size: 14pt;
	font-weight: bold;
}

.Indice .nivel2
{
	font-size: 13pt;
	padding-left: 15px;
}

.Indice .nivel3
{
	font-size: 12pt;
	padding-left: 15px;
}

.Indice .nivel4
{
	font-size: 11pt;
	padding-left: 15px;
}

.Indice table
{
	width: 100%;
	margin-left: 30px;
}

.Indice td
{
	padding: 5px;
	padding-left:15px;
	padding-right: 50px;
	border-bottom: solid 1px #AAD3DC;
	font-weight: normal;
}

.btnBusqueda
{
	background-color: White;
	border: 1px solid #AAA;
	margin-right: 0px;
	font-size: 11px;
	
}

.txtBusqueda
{
	color: #444;
	width: 108px;
	font-size: 13px;
	
}

.extern-link
{
	background-image: url('/fotoupload/web.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 15px 0px  2px 40px;
	line-height: 30px;
	color: #3366cc;
}

.extern-link:active
{
	/*text-decoration: underline overline;*/
}


.descarga
{
	background-image: url('/fotoupload/descargar.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 15px 0px  2px 40px;
	line-height: 30px;
	color: #3366cc;
	
}

.descarga:active
{
	/*text-decoration: underline overline;*/
}

.intern-link
{
	/*background-image: url('/fotoupload/logoacad.png' );
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 30px;
	line-height: 30px;*/
		background-image: url('/img/flecha.up.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	
}

.intern-link:Hover
{
	background-image: url('/img/flecha.do.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
}

.sitemap-link
{
	background-image: url('/img/flecha.up.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	font-size: inherit;
	
}

.sitemap-link:Hover
{
	background-image: url('/img/flecha.do.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
}
