@charset "utf-8";
body {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify;
	vertical-align: top;
	line-height: 16px;
	font-size: 14px;
	background-color: #FFF;
}

#contenedor_index{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -250px;
	width: 600px;
	height: 500px;
	background-color:#E5E5E5;
	z-index:1;
	}
	
	
#noticia{
	background-image:url(../images/fondo_noticia.png);
	height:110px;
	width:420px;
	z-index:3;
	top: 580px;
	float:left;
	position:absolute;
	font-size:8pt;
	padding:5px;
	}
	
#btcurso{
	height:150px;
	width:150px;
	z-index:3;
	top: 30px;
	float:left;
	position:absolute;
	}	
		


h1 {
	background-color:#FFFFFF;
	color:#000000;
	font-size:8pt;
	padding-left:10px;
	margin-top:1px;
	}


.mainbody #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	margin: 0 auto;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	z-index:1;
}



.mainbody #footer {
	margin: 0 auto;
	border-top: 1px solid #9F0E1F;
	font-size: 14px;
	padding-top:12px;
	width: 1000px;
	font-family: "Century Gothic";
	text-align:center;
	font-weight:bold;
}

.img_facebook{
	margin-bottom:-2px;
	border:0;
	}


.enlaces-proyectos img{
	margin-bottom:20px;
	}


<!--
a:link {
	color: #9D0B15;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #9D0B15;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #9D0B15;
}
a {
	font-weight: bold;
}
-->