@charset "utf-8";
/* CSS Document */
*{
	border:	0;
	margin: 0;	
	padding: 0;
}

article, figcaption, figure, footer, header, hgroup, nav, section{
	display:block;
		
}

/*estilos del sitio */

@font-face {
    font-family: 'texgyreadventorbold';
    src: url('../font/texgyreadventor-bold-webfont.eot');
    src: url('../font/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../font/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../font/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../font/texgyreadventor-regular-webfont.eot');
    src: url('../font/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../font/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../font/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background-image:url(../img/fondo_cuerpo.png);
	background-repeat:repeat;
	color: #000;
	font-family: 'texgyreadventorregular';
	font-size: 1em; /*16px, 12pts, o normal*/
}

#fondo{
	background-color:#0082FF;
	height:50px;
	color:#FFF;	
	text-align:center;
	font-family:"texgyreadventorbold";
	font-size: 2em;
	
}
#cuerpo{
	margin: 0 auto;
	max-width: 100%;	

}

img, video{
	max-width:100%;	
}

div#foto{
	max-width: 100%;
	vertical-align: middle;	
	margin:0 auto;
	margin-top:5px;
}

div#texto{
	max-width: 100%;
	text-align:center;
	font-family:Verdana; color:#000;
	font-size:16px;
	margin:0 auto;
	background-color: rgba(0, 0, 0, 0.6);
	height:55px;
	color:#FFF;
	vertical-align: middle;	
	padding:5px;
}

