body {
	background:#FFFFFF url(/images/logo-extra-bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	
}
img {
	border:none;
}
a {
	color:#005088;
	text-decoration:none;
	border:none;
	font-weight:bold;
}
a:hover {
	color:#000000;
	text-decoration:underline;
	border:none;
	font-weight:bold;
}
#cuerpo {
	width:640px;
	height:400px;
	background:#FFFFFF;
}
#logo {
	margin:0;
	padding:0;
}
#informacion {
	padding:20px;
	text-align:justify;
}
h1 {
	font-size:16px;
	font-weight:bold;
	margin: 20px 0 10px 0;
}
h2 {
	font-size:14px;
	font-weight:bold;
	margin: 30px 0 10px 0;
	text-align:left;
}
.video_tutoriales {
	background-color: #F4F4F4;
	border-bottom: 1px solid #000000;
}
.negrita {
	font-weight:bold;
}