/* Inicio CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Fin de CSS Reset */
/*generales*/
body {
	vertical-align:middle;
	font-family: 'DejaVuSansBook';
	font-size:11px;
	background-color: #d4e4f3;
	background-repeat: repeat-x;
	background-position: -200px 0;
	background-image: url(../images/bg-page.jpg);
}
/*contenedores*/
#contenedor {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	width:100%;
	height:50px;
	background-color:#0090c8;
}
.contenido-header {
	width:940px;
	margin:0 auto;
}
.wrapper {
	width:1000px;
}
.contenido {
	width: 1000px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	height: 1400px;
}
.footer {
	width:960px;
	height:25px;
	font-size: 10px;
	color: #666;
	text-align: center;
	clear:both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
/*header*/
.logo {
	float: left;
	height: 37px;
	width: 223px;
	margin-left: 20px;
	margin-top: 5px;
}
.divisor_izq {
	float: left;
	background-image: url(../images/divisor.png);
	height: 25px;
	width: 7px;
	margin-top: 12px;
	margin-left: 120px;
}
.divisor {
	float: left;
	background-image: url(../images/divisor.png);
	height: 25px;
	width: 7px;
	margin-top: 12px;
}
.creditos {
	float: left;
	font-size: 12px;
	color: #CCC;
	margin-top: 17px;
	width: 60px;
	height: 14px;
	margin-left: 1px;
	text-align: center;
	cursor:pointer;
}
.creditos-contenido {
	width: 960px;
	background:#999;
	display:none;
	position:absolute;
}

.creditos-info p {
	padding:20px 50px;
}
.redes {
	float: left;
	width:180px;
	margin-top:14px;
	float: left;
	margin-left: 12px;
}
.cerrar {
	font-size:24px;
	font-weight:bold;
	width:5%;
	float:right;
}
.cerrar a {
	color: #F00;
	text-decoration:none;
}
img {
	float:left;
}
.clear {
	clear:both;
}
/*texto*/
h1 {
	float:left;
	font-size:36px;
	line-height:34px;
 *line-height:38px;
	font-family: 'DejaVuSansBold';
	margin:20px 0 0 20px;
}
h2 {
	font-size:28px;
	line-height:26px;
	font-family: 'DejaVuSansBold';
	margin:15px 0 0 20px;
}
h3 {
	margin:20px 0 0 80px;
	font-family: 'DejaVuSerifBold';
	font-size:16px;
	float:left;
}
.tema {
	float: left;
	font-size: 21px;
	color: #CCC;
	width: 300px;
	margin-top: 12px;
	height: 25px;
}
.creditos-info {
	width:95%;
	float:left;
	text-align:center;
	font-size:11px;
	font-family: 'DejaVuSansBook';
}
.botones a{
	width:83px;
	height:118px;
	background-image: url(../images/video.jpg);
	margin-top: 80px;
	float: left;
}
.botones a:hover {
	width:83px;
	height:118px;
	float: left;
	background-image: url(../images/video-hover.jpg);
}
.info {
	width:1000px;
	height:1397px;
	background-image:url(../images/infografia.jpg);
	background-repeat:no-repeat;
	float:left;
}
.webquito {
	width:113px;
	height:18px;
	margin-left:133px;
	margin-top:50px;
}
.webquito a{
	width:113px;
	height:18px;
	display:block;
}
.botones2 a{
	width:83px;
	height:118px;
	background-image: url(../images/video.jpg);
	margin-top: 650px;
	float: left;
}
.botones2 a:hover {
	width:83px;
	height:118px;
	float: left;
	background-image: url(../images/video-hover.jpg);
}
.contvideos{
	width:85px;
	float: left;
}
