/* CSS Document */
/* ---------------------------------------------------------------------
CSS de style en http://www.unpluggedlm.com
by artjc in http://www.alephart.net (info@alephart.net)
actualizado: 15 de febrero de 2010
------------------------------------------------------------------------- */
/* BODY 
---------------------------------------------------*/
img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader();
}

body {
	background-color: #27494a;
	color: #CAE972;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_unplugged.jpg);
	background-repeat: no-repeat;
}


.centrado {
	height: 145px;
	width: 831px;
	top: 10%;
	vertical-align: middle;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 190px;
}

#footerWrap{
	width: 831px;
	position:relative;
	margin-top:50px;
	height:40px;
	clear:both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* LINKS General ------------------------------------------*/

a:link, a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
}
	
