@charset "UTF-8";
/* CSS Document */

#centrar {
	width: 950px;
	height: 666px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -333px;   /* height/2 = 500px / 2 */
	margin-left: -475px;
	background-color:#FFFFFF
}
body {
	background-image: url(Images/fondo2.jpg);
}
body,td,th {
	font-family: Helvetica, Century Gothic;
	font-size: 12px;
	color: #848484;
}
a:link {
	color: #97bf0d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #97bf0d;
}
a:hover {
	text-decoration: line-through;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #97bf0d;
}

a.b:link {
	color: #848484;
	cursor: pointer;
	text-decoration: none;
}
a.b:visited {
	text-decoration: none;
	cursor: pointer;
	color: #848484;
}
a.b:hover {
	text-decoration: line-through;
	cursor: pointer;
	color: #97bf0d;
}
a.b:active {
	text-decoration: none;
	cursor: pointer;
	color: #848484;
}

.Enlaces_Grandes {
	font-family:"Helvetica", "Century Gothic";
	font-size: 20px;
	font-stretch:normal;
	font-weight: bold;
	letter-spacing:-1px;
	color: #848484;
	font-style: normal;
}
.titulo {
	font-family:"Helvetica", Century Gothic;
	font-size: 26px;
	font-stretch:wider;
	font-weight: bold;
	letter-spacing:-1px;
	color: #97bf0d;
	font-style: normal;
	font-variant: normal;
}
.Cuerpo_texto {
	font-family:"Helvetica", Century Gothic;
	font-size: 12px;
	font-stretch:wider;
	font-weight: normal;
	letter-spacing:0px;
	color: #848484;
	font-style: normal;
	font-variant: normal;
	text-align: justify;
	
}
.pie_texto {
	font-family: "Helvetica", "Century Gothic";
	font-size: 9px;
	text-align: right;
	color: #848484;
	width: 846px;
	height: 29px;
	font-style: normal;
	overflow: hidden;
}

.navenlace {
	margin:3 0 3 0px;
	padding: 1px;
}

.navyoutube a {
	text-decoration: none;
	display: block;
	width: 27px;
	height:27px;
	background-image: url("Images/ico_youtube1.jpg");
}

.navyoutube a:hover {
	text-decoration: none;
	background-image: url("Images/ico_youtube2.jpg");	
}
.navtwitter a {
	text-decoration: none;
	display: block;
	width: 27px;
	height:27px;
	background-image: url("Images/ico_twitter1.jpg");
}

.navtwitter a:hover {
	text-decoration: none;
	background-image: url("Images/ico_twitter2.jpg");	
}

.navfacebook a {
	text-decoration: none;
	display: block;
	width: 27px;
	height:27px;
	background-image: url("Images/ico_facebook1.jpg");
}

.navfacebook a:hover {
	text-decoration: none;
	background-image: url("Images/ico_facebook2.jpg");	
}

.navblogger a {
	text-decoration: none;
	display: block;
	width: 27px;
	height:27px;
	background-image: url("Images/ico_blogger1.jpg");
}

.navblogger a:hover {
	text-decoration: none;
	background-image: url("Images/ico_blogger2.jpg");	
}