div{
	border: 0px solid ;
}

html,body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}


h2{
	
}

ul,li{
	list-style-type: none;
	margin: 10px;
	padding: 0;
	font-family: Trebuchet MS, sans-serif, Arial;
	font-size: 16x;
}

#fondo{
	width:100%;
	height:100%;
	position:fixed;
	z-index: -1;
}

#cabecera{
	text-align: center;
}

#contenedor_principal{
 	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	z-index:2;
}

#centro{
	margin-left: 210px;
	margin-top: 10px;
	width: 60%;	
	height: 24em;
	padding: 10px;
	overflow: auto;
}

#lado_izquierdo{
	float:left;
	width: 180px;
}

#contenido{
	background-color: #E4F11B;
	height: 100%;
	width: 75%;
	border-style: solid;
	border-width: 2px;
	border-color: #BFB00B;
}

#lado_derecho{
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('../images/posit.png');
	width: 222px;
	height: 225px;
}

#lado_derecho2{
	float: right;
	position: absolute;
	top: 250px;
	right: 0;
	background-image: url('../images/posit.png');
	width: 222px;
	height: 225px;
}

#posit{
	width: 164px;
	height: 142px;
	margin-top: 45px;
	margin-left: 30px;
	overflow: auto;
}

#titulo-posit{
	font-family: Tempus Sans ITC;
	font-size: 21px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}

#linea-posit{
	font-family: Tempus Sans ITC;
	font-size: 14px;
}

#pie{
	float: right;
	position: absolute;
	bottom: 10px;
	right: 0;
}

.texto{
	font-family:  Trebuchet MS, sans-serif, Arial;
	font-size: 16px;
}

.subtitulo{
	text-decoration: underline;
	font-family:  Trebuchet MS, sans-serif, Arial;
	font-size: 18px;
	font-weight: bold;
}

.noticia{
	list-style-type: disc;
	padding-left:10px;
}

.enlace{
	cursor: pointer;
}

.enlace:hover{
	color: red;
}

.enlace:active{
	color: #8F0006;
}

a:link{
	text-decoration: none;
	color: black;
}

a:visited{
	text-decoration: none;
	color: black;
}

.columna_clara{
	background-color: #F6FF5F;
}

.componentes{
	font-weight: bold;
}
