html {
	height: 100%;
	}
body {
	text-align:center;
	height: 100%;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	scrollbar-face-color: #444444;
	scrollbar-arrow-color: #999999;
	scrollbar-highlight-color: #888888;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #222222;
}
		#contenedor {
	width: 960px;
	min-height:100%;
	border: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
		}
		#cabecera {
			height: 234px;
		}
		#contenido {
			width:100%;
			margin-left: 0;
			margin-right: 0;
			background-color: #FFFFFF;
		}
		#pie_norm {
			position: fixed;
			bottom: 0;
			width: 960px;
			height: 60px;
			clear: both;
			opacity: 0.8;
			-moz-opacity: 0.8;
			filter: alpha(opacity=80);
		}
		#pie_ie {
			position: absolute;
			left: 1;
			text-align:center;
			width: 960px;
			bottom: 0;
			top: expression( ( 0 - pie_ie.offsetHeight + (
			document.documentElement.clientHeight ?
			document.documentElement.clientHeight : document.body.clientHeight ) + (
			ignoreMe = document.documentElement.scrollTop ?
			document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
		}
		#capa {
	position:relative;
	width:135;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	height: 356px;
			}
		#rss {
	color:#999999;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
	text-decoration: none;
	height: 250px;
	width: 300px;
	border: 1px dashed #CCCCCC;
	overflow: hidden;
	padding: 3px;
	vertical-align: baseline;
			}			

a:link { color:#999999;	text-decoration: none; } /* enlace no visitado*/ 
a:visited { color:#999999;	text-decoration: none; } /* enlace visitado */ 
a:hover { color: #FFFFFF;	text-decoration: none; } /* raton encima */ 
a:active { color: #FFFFFF;	text-decoration: none; } /* enlace activo */

.load {
background: url(../assets/format/dw_image_load.gif) no-repeat center center;
}

.subtitulo {
	padding-left:5px;
	height:20px;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image:url(../assets/format/sub_bg.png);
}				
.datotitulo {
	padding-left:5px;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	
}	
.dato {
	padding:3px;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	background-color: #444444;
	border: 1px solid #555555;
	
	
}	
.inscribase {
	width:160px;
	text-align:center;
	padding:3px;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color:#0066FF;
	border: 1px dotted #444444;
	a:hover color: #FFFFFF;	text-decoration: none; font-weight: bold; /* raton encima */ 
}	
.texto_parrafo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: justify;
	padding: 5px;
	border: 1px solid #555555;
	background-image:url(../assets/format/dw_parrafo_bg.png);	
}
.texto_parrafo_scroll {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	text-align: left;
	padding: 5px;
	border: 1px solid #555555;
	background-image:url(../assets/format/dw_parrafo_bg.png);	
}
.texto_pie {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-size: 9px;
	text-transform: lowercase;
	text-align: justify;
}
