body {
	font-family: 'Open Sans Condensed',Corbel,Arial,Helvetica,sans-serif;
	font-size:  1em;
	margin:0;
	padding:0;
	background-color:#000;
	color:#FFF;
	
}


p {
	text-align:justify;
}



* {
margin: 0;
padding:0;
}
html, body {
height: 100%;
}
.datos {
	width:100%;
	max-width:960px;
	position:absolute;
	top:25px;
	left:50%;
	text-align:left;
	    transform: translateX(-50%);
    padding: 10px 20px;
    box-sizing: border-box;
}
h1 {
	font-size:4em;
	font-weight: lighter; 
	display: block;
	float:left;
	width:100%;
	line-height: 1;
    /* margin-bottom: 15px; */
}

h2 {
	font-size:2em;
	font-weight: lighter; 
	display: block;
	margin: 0px 0px 10px 2px;
	float:left;
	width:100%;
	line-height: 1;
}

#cv {
	margin:40px 0px 0px;
	float:right;
}

iframe {
	width:98%;
	max-width:960px;
	position:absolute;
	top:50px;
	left:50%;
	/* margin-left:-480px; */
	transform:translateX(-50%);
	height: 78%;
	max-height: 570px;
	
	
}

a img {
	border:none;
}
#muestra {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	height:100%;
	width:100%;
	visibility:hidden;
	display:none;
	border:solid #800 0px;
}

* html #muestra { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


#videoreproductor  {
left:50%;
width:98%;
max-width:960px;
/* margin-left:-480px; */
	transform:translateX(-50%);
position:absolute;
top:50px;
z-index:102;
border:solid #800 0px;
	visibility:hidden;
	display:none;
	border:solid #800 0px;
	text-align:right;
	overflow: hidden;
	height: 0;
    padding-bottom: 56.25%;
	
	
}
#videoreproductor   a {
	font-size:1.5em;
	color:#FFF;
}

a#play {
	width:68px;
	height:44px;	
	background: transparent url("../images/play.png") top center scroll no-repeat;
	display:block;
	margin:-3px 0px 0px;
}

#foto img{
	margin-top:5px;
}
.datos a {
	/*float:left;*/
}
.datos a:hover {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

.clear {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0px;
	margin:0px;
}

a {
    outline:0;
}

#logo_otc {
	width:178px;
	position:absolute;
	top:10px;
	right:5%;
	/* margin-left:300px; */
}
