@charset "utf-8";
body	{	background: url(../imgs/fondo_H.gif) repeat-x	}

/*---------Clases---------*/

a.act1 {
	background-image: url(../imgs/act_1.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 250px;
	display: block;
	text-indent: -9999px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-position: bottom;
	margin-bottom: 20px;
}
a.act2 {
	background-image: url(../imgs/act_2.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 250px;
	display: block;
	text-indent: -9999px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-position: bottom;
	margin-bottom: 20px;
}
a.act3 {
	background-image: url(../imgs/act_3.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 250px;
	display: block;
	text-indent: -9999px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-position: bottom;
}
	a.act1:hover, a.act2:hover, a.act3:hover	{	background-position: top;	}

/*------------Capas--------------*/

#head {
	background-image: url(../imgs/head_H.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#descript {
	width: 31%;
	float: left;
	margin-top: 30px;
	background-color: #E6E6E6;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 20px;
}
#descript h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #06F;
	text-shadow: 1px 1px 2px #3B3B3B;
	font-weight: bold;
	text-align: left;
	margin-bottom: 2px;
}
#descript p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-align: left;
	margin-top: 8px;
}
#descript a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
	#descript a:hover	{	text-decoration: underline;	}
#actualiza {
	background-color: #E6E6E6;
	width: 400px;
	float: right;
	width: 339px;
	margin-top: 20px;
	background-image: url(../imgs/fondo_bajo_act.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 350px;
}
#actualiza p {
	background-image: url(../imgs/fondo_up_act.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 43px;
	width: 339px;
	background-color: #E6E6E6;
	padding-bottom: 20px;
	text-indent: -9999px;
}
#icon	{	background-image: url(../imgs/fondo_icoH.png);	}
#twtr-profile-widget {
	float: left;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
}
