/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
	 border: 0;
}

h1, h2, h3, h4, h5, h6 {color:#330000;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin:0;
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;
	font-weight: bold;
}

img {border: 0;}

ol, ul, li {
    margin:0.2em 0 0.1em 0;
	font-size: 1.0em;
}
p {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
	line-height: 1.8em;
}

.noticias
{
    margin: 1.2em 0em 1.2em 0em; 
    font-size: 0.9em;
	line-height: 1.4em;
    letter-spacing: normal;
    text-align: justify;
}

.algomas
{
    margin: 1.2em 0em 1.2em 0em; 
    font-size: 0.9em;
	line-height: 1.4em;
    letter-spacing: normal;
    text-align: justify;
}

.enlaces
{
    /*margin: 1.2em 0em 1.2em 0em;*/
    font-size: 0.9em;
	/*line-height: 1.0em;*/
    letter-spacing: normal;
    text-align: justify;
}


li > p {margin-top: 0.2em;}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

a {
	text-decoration: none;
	font-weight: bold;
	color:#FFCC99;
}

a:link {}

a:visited {}

a:active {}

a:hover {
	text-decoration:none;
	color:#333;
}

/* "Jello Mold" page construction technique see http://www.positioniseverything.net/articles/jello-expo.html */
body {
	background-color:#330000;
	font-family:"Trebuchet MS", "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size:85%;
	}

.principal { 
	background-color:#330000;
	display: inline-table;
	} 

/* http://positioniseverything.net/easyclearing */
.principal_after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .principal {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

/*barra lateral a la derecha que contiene noticias...*/
.barralateral {
	display: inline; /* IEwin doubled margin bug fix */	
	float: right;
	margin-left:-3px; /*IE Win 3px gap fix*/
	background-color:#330000;
	
}
html>body .barralateral {margin-left:5;}

.contenido {
	height:1%;
	margin:0;
	padding:0;
}
html>body .contenido {
	height:auto;
	margin-right:243px;
}
/*dentro de cabecera, comprende titulos*/
.cabeceratop {
	background-color:#330000;
}
.mainmenu {
	background-color:#330000;
	}

* html .mainmenu {margin-top:-1px;}

.mainmenu_a {text-decoration:none;}
/* Adds a height to a button so that IE Win will allow it to be clickable across its full width. */

/* Hide from IE5-Mac \*/
* html .mainmenu_a {
     height: 1%;
}
/* end hiding */ 

/*menu sin seleccionar*/
.mainmenu_normallink {
	padding:0 10px;
	font-weight:bold;
	color:#FFFFFF;
}
/*menu seleccionado*/
.mainmenu_selectedlink {
	padding:0 10px;
	background-color:#FFFFFF;
	color:#660000;
}
.contenidoprincipal {
	background-color:#330000;
}

/* Hides from IE5-mac \*/ 
     * html .contenidoprincipal{height:1%;}
/* End hide from IE-mac */ 

/*estilo para las citas*/
.quote {
	height:100px; /* -- to make up for the -2px left margin */
	font-weight:normal;
	font-size:100%;
	line-height:120%;
	color:#DDDDDD;
	background-color:#330000;
	position: relative;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.barralateralcontenido {	
	margin::0 10px 1em 5px;	
	/*background-color:#3300FF;*/
	line-height:1em;
}
/*estilo para los títulos de Enlaces, Noticias, etc.*/
.barralateralcontenido_h3 {
	margin:0;
	padding:0.3em 2em;
	border-top:2px solid #F2DBBB;
	border-bottom:2px solid #F2DBBB;
	background-color:#990000;
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
	letter-spacing:0.15em;
}
.barralateralcontenido_sbcontenidocontenedor {
	color:#FFCC99;
	padding-left:10px;
	font-size:80%;
	list-style-type:none;
}
.barralateralcontenido_sbcontenidocontenedor_ol {}
.barralateralcontenido_sbcontenidocontenedor_ul {
padding-left:10px}
.cabeceraimgprincipal {
	background-color:#330000;
	}
.pagina {
	background-color:#FFCC99;
	/*background-color:#DBDBDB;*/
	color:#000000;
	font-size:0.9em;
	padding-right:10px;
	padding-left: 1.5em;
	/*padding: 0.2em 0.5em;*/
}
.pagina_img {
	padding:2px;
	border:1px solid #782C18;
}
.pagina_fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #000000;
}
.pagina_txtBox {
	margin-left: 1em;
	border:1px solid #666666;
	background-color:#F2DBBB;
}
.pagina_txtBox:focus {
	border:1px solid #573323;
	background-color:#FFFFFF;
}
.pagina_button {
	border:1px solid #942727;
	background-color:#F9A60D;
	color:#333333;
}

.pagina_legend {background-color:#FFFFFF;padding:0.5em;}

.pagina_caption {text-align:left; font-weight:bold;}

div#contactForm {margin-left:4em;}

/* Hides from IE5-mac \*/ 
     * html div#contactForm{height:1%;}
/* End hide from IE-mac */ 

.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 0.5em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 0.5em 0.25em 0;
}
.footer {
	clear:both;
	margin-left:10px;
	padding:2px 0 0 10px;
	background-color:#330000;
	border-top:2px solid #C58F41;
	color:#FFFFFF;
	font-size:0.8em;
	letter-spacing:0.10em;
}
@media print {	
	body {
		margin:0;
		padding:0;
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}
	#cabeceratop, #ownerinfo {
		position:static; 
		height:auto;
	}	
	#ownerinfo address {
		position:static; 
		height:auto !important; 
		margin-bottom:2em;
	}	
	#cabecera {
		border-bottom:1px solid #000000; 
		margin-bottom:2em;
	}
	.principal, #cabecera, #cabeceratop, #ownername, #ownerinfo, #ownerinfo address, .mainmenu, .mainmenu_selectedlink, .contenidoprincipal, .quote, .pagina_txtBox, .pagina_button, .pagina_legend, #pie, .barralateralpie {
		background:none !important;
	}
	h1, h2, h3, h4, h5, h6, #ownername, .mainmenu {
		font-family:"Trebuchet MS", "Lucida Grande", sans-serif;
		font-weight: bold;
		}	
    .barralateral, #themepicker, #cabeceraimgprincipal, .barralateralpie {
		display:none !important;
	} 
    .pagina{
		margin:0;
		padding:0;
	}
pagina_congreso_pal {
	line-height: 1em;
}



	.pagina_fieldset{border:none;}
.pagina_list_elem {
	margin:0;
	padding:0;
	font-size: 12px;
	text-decoration: underline;
}

	.pagina_legend{color:#942727;}

	#pie {
		position:static;
		margin-top:2em;
		font-size:1em;
	}



	html>body .contenido {
		margin-left:2em;
	}
}
.claqueta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #330000;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	text-decoration: underline;
}
.claq {
	position: relative;
	width: 300px;
	left: 170px;
	top: 285px;
}
.carteles {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	margin: 20px;
}
.peliculas_enlaces {
	text-decoration: underline;
	color: #300;
	font-size: 12px;
}
.peliculas_titulo_ft {

}
.premios {
	clip: rect(1px,auto,1px,auto);
	font-weight: normal;
	font-size: 12px;
	font-variant: normal;
	line-height: 1em;
}
.pagina_congreso {
	line-height: 1em;

}
.intro_flash {
	background-color: #000;
	position: relative;
	height: 577px;
	width: 558px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
