BODY { 
	background-color: #666;	/* color por defecto */
	background: transparent url('img/bg.jpg'); /* fondo por defecto */
	text-align: center;		/* centra el contenido */
	/* min-width: 760px;		/* arreglo de overflow para mozilla */
	margin:0;
	padding:0;
}

/* ------------------ container ----------------- */
#container {
	width:760px;			/* tamaņo y posicion */
	text-align:left;		/* restaura alineacion izq */
	left:0px;				/* margenes */
	top:0px;
	background-color:#ffffff;
	margin-left: auto;		/* arreglo para centrar en mozilla */
	margin-right: auto;
	overflow:hidden;
}

/* ------------------ topbar --------------------- */
#topmenu {
	height:24px;
	border:0px solid;
}

/* ------------------ header --------------------- */
#header {
	/*background: transparent url("programacion/08_jun/hdr-ilust.jpg");*/
}
#header img { padding: 0px;} 

#logo {
	position:relative;
	width:195px;
	left:50px;
	top:20px;
	z-index:10;
	border:1px solid #FFF;
}

/* ------------------ caja gral, contiene 3 columnas -------------------- */
#content {
	width: 760px;
	padding: 0;
	margin: 0;
}
* html #content {						/* TAN HACK */
	posi\tion: relative; padd\ing: 0; marg\in: 0; }

div#content { 
	min-height: 350px;
	height:expression(this.scrollHeight > 350 ? "auto":"350px");
}

* html #left, #right, { 	posi\tion: relative; /* TAN HACK */}

/* ----------------- izquierda ------------------ */
#left {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 20px 0 20px 0px;
	border: 0px solid;
}

/* ----------------- derecha ------------------ */
#right {
	width: 190px;           	/* por defecto, se puede cambiar por elemento */
	float: right;
	margin: 0 20 0 0;
	padding: 0;
	border: 0px solid red;
}
* html #right {	marg\in: 0 0 0 0; padd\ing: 0; w\idth: 190px;/* TAN HACK valores que toma IE*/ }

#search {
	height:34px;
	left:0;
	top:0;
	margin-bottom:10;
}

/* ------------------ columna central -------------------- */
#main {
	width: 510px;
	float: left;
	margin: 0 0 0 20;
	padding: 0;
	border:0px solid red;
}
* html #main {	marg\in: 0 0 0 20px; padd\ing: 0; w\idth: 510px; /* TAN HACK valores que toma IE*/ }

/* ------------------ clear -------------------- */
.clear { clear: both;}		/* arregla altura de Content en FF, debe llevar DIV class="corte" en codigo html */

/* ----------------- fotos ------------------ */
#foto {
	width: 320px;
	float: left;
	margin: 0 20px 10px 0;
}
#foto p { font-family: "Times New Roman", Times, serif; font-size:75%; font-style:italic;}

#foto-vert {
	height: 240px;
	width: 165px;
	float: right;
	margin: 0 0 20px 20px;
}
* html #foto-vert { marg\in:0 0 30px 20px; }
#foto-vert p { font-family: "Times New Roman", Times, serif; font-size:70%; font-style:italic; }

/* ----------------- bloques: horarios y mas info ------------------ */
#bloque-fecha {
	width: 150px;           		/* por defecto, se puede poner el ancho a mano */
	float: right;                 	/* alineacion poner a mano */
	/* clear: right;	*/
	margin: 0 0px 10px 10px;
	padding: 5px 10px;
	background-color: #999;
	display: block;
}
* html #bloque-fecha { w\idth: 165px; marg\in: 0px 0px 10px 10px; padd\ing: 5px 10px; }

#bloque-info {
	clear: right;
	margin: 10px 0px 10px 0;
	padding: 5px 10px;
	background-color: #ccc;
	display: block;
}
* html #bloque-info { marg\in: 5px 0px 0px 0px; padd\ing: 5px 10px;}	/* TAN HACK */

#bloque-fecha p, #bloque-fecha li { color: #FFFFFF;}	/* color texto para fecha */
#bloque-info p, #bloque-info li { color: #333333;}  /* color texto para mas info */

/* ----------------- footer --------------------------- */
#footer {
	clear: both;
	width: 760px;					/* tamaņo y posicion */
	margin: 0px;
	text-align: center;
	background-image: url('img/ftr-bg.gif');
	background-repeat: no-repeat; 
	background-color: none;
	padding-top:40px;
	padding-bottom:10px;
	margin-left: auto;		/* arreglo para centrar en mozilla */
	margin-right: auto;
}

/* ----------------- utilidades ----------------------------*/
#utilidades {
	float:right;
	margin:-5 0 10 0;
	font-family: tahoma, verdana, sans-serif;
	font-size: 70%;
}
* html #utilidades { marg\in:-5 0 -18 0; he\ight:10;		/* TAN HACK valores que toma IE*/}

a.imp{float:right;display:block;padding:0 0 0 21px;background:url(img/ico-imprimir.gif) no-repeat left;margin:8px 15px 0 0;text-decoration:none;color:#999; }
* html a.imp { marg\in:8 15 0 0; padd\ing:0 0 0 21;  		/* TAN HACK */}

a.env{float:right;display:block;padding:0 0 0 23px;background:url(img/ico-enviar.gif) no-repeat left;margin:8px 13px 0 0;text-decoration:none;color:#999; }
* html a.env { marg\in:8 13 0 0; padd\ing:0 0 0 23;		/* TAN HACK */}

a.redu{float:right;display:block;padding:2px 0 1px 19px; background:url(img/ico-achicar.gif) no-repeat left;margin:6px 0 0 0;text-decoration:none;color:#999; }
* html a.redu { marg\in:6 6 0 0; padd\ing:0;		/* TAN HACK */}

a.aum{float:right;display:block;padding:2px 0 1px 19px;background:url(img/ico-agrandar.gif) no-repeat left;margin:6px 0 0 0;text-decoration:none;color:#999; }
* html a.aum { marg\in:6 0 0 0; padd\ing:2 0 1 19;		/* TAN HACK */}

/* ----------------- texto ----------------------------*/

H1 {
	font-family: 'trebuchet ms', tahoma, verdana, sans-serif;
	color: #cc3333;
	font-size: 220%;
	font-weight: normal;
	line-height: 110%;
	letter-spacing: -1px;
	margin:15px 0;
}

H2 {
	font-family: 'trebuchet ms', tahoma, verdana, san-serif;
	color: #cc3333;
	font-size: 100%;
	line-height: 110%;
	text-transform:uppercase;
	margin: 10px 0 10px 0;
}

H3 {
	font-family: tahoma, verdana, san-serif;
	color: #666;
	font-size: 75%;
	margin: 10px 0 -5px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #CCCCCC;
}

H4 {			/* bajada actividades */
	font-family: georgia, times, serif;
	color: #666;
	font-size: 80%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

H5 {				/* volanta */
	font-family: tahoma, verdana, sans-serif;
	color: #666;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	text-align: right;
	border-bottom: 1px dashed #999;
}

p {
	font-family: tahoma, verdana, sans-serif;
	font-size: 70%;
	color: #666;
	margin: 10px 10px 10px 0px;
}

ul, ol {
	font-family: tahoma, verdana, sans-serif;
	font-size: 70%;
	color: #333;
}

/* actividades pasadas */
#pasadas ul { list-style-type: none; margin: 10px 0 10px -40px;}
#pasadas ul li { border-top: 1px solid #ccc; margin:0 0 5px 0; padding:3px 0 0 0;}
#pasadas ul li a { margin:0 0 10px 0;}

/* convocatorias */
#convocatorias ul { margin:-10px 0; list-style-type: disc; }
* html #convocatorias ul { marg\in:-10 0;		/* TAN HACK */}
#convocatorias ul li { margin:5px -20px; padding: 2px 0; border:none; }
* html #convocatorias ul li { marg\in:0 0 0 20px; padd\ing: 2px 0;		/* TAN HACK */}

a {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #3333ff;
	text-decoration: underline;
}
td {
vertical-align: top;
}
/* ----------------------------- */

.dropcap { font-size: 400%; float: left; padding: 2px; font-family:Georgia, "Times New Roman", Times, serif;}

.small { font-size: 80%; }

.big { font-size: 150%; }

.copyright {
	font-family: tahoma, sans-serif;
	color: #fff;
	font-size: 70%;
	margin: 10px 20px 10px 60px;
	text-align:left;
}

blockquote {
	font-family: georgia, times, serif;
	font-style: italic;
	letter-spacing: -0.5px;
}

.pdficon {
	list-style-image: url(img/pdf.gif);
	margin-left: 20px;
}
* html .pdficon { padd\ing-left: 0px;		/* TAN HACK valores que toma IE*/}

.fecha {
	color: #cc3333;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.breadcrumb {				/* menu breadcrumb */
	font-family: tahoma, sans-serif;
	font-size: 70%;
	color: #999;
	text-decoration: none;
	margin:2 0 0 0;
}
* html .breadcrumb { marg\in:2 0 10 0; /* TAN HACK */}

img {						/* todas las imagenes */
	background-color:none;
	border:0px;
}

.ico {
	margin: 0 20px;
}

.margder {
	margin-right: 20px;
}

.margizq {
	margin-left: 20px;
}

.border {
	border: 1px #ccc solid;
}

/* colores de celda */

.header {background: rgb(152,152,152); padding: 0 10px 0 10px;}
.header p { color:#fff;}
.light { background: rgb(245,245,245);}
.medium { background: rgb(230,230,130);}
.dark { background: rgb(220,220,220);}
	
form {					/* para formularios en gral */
	height:0;
	width:190;
	margin:0;
	padding:5 0;
}

.inputs {					/* para formularios en gral */
	background-color: #fff;
	color: #333;
	font-family: tahoma, verdana, sans-serif;
	font-size: 70%;
	margin: 0px;
}

.buttons {
	BACKGROUND-COLOR: #e7e7e7;
	COLOR: #333333;
	font-family: tahoma, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
}

/* corrige achicamiento texto tags anidados */
li p { font-size: 100%; }
h1 a { color: #992a14; text-decoration: none;}
h1 a:hover { color: #992a14; text-decoration: underline;}
h2 a { color: #992a14; text-decoration: none;}
h2 a:hover { color: #992a14; text-decoration: underline;}
.small .inputs { font-size: 100%;}
.menu a { color: #2a5b8c; text-decoration: none;}
.menu a:hover { color: #2a5b8c; text-decoration: underline;}
.breadcrumb a { text-decoration: none; color:#999;}
.breadcrumb a:hover { text-decoration: underline; }
ol ol { font-size:100%;}

H1, H2, H1 a, H2 a, H1 a:hover, H2 a:hover, p a, li a, p a:hover, li a:hover, a.imp:hover, a.env:hover, a.redu:hover, a.aum:hover { 
color: #cc3333; }

#footer-links {
    width:760px;
    overflow:hidden;
    background-color:#FFF;
    margin:0px auto 0px auto;
}
