body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: rgb(240,240,240);
}
#main{
	height: 100%;
	width: 100%;
}
header{
	height: 80px;
	width: 100%;
	background-color: rgb(123,0,0);
	position: fixed;
	top: 0px;
	left: 0px;	
	color: rgb(255,255,255);
	padding: 20px 40px 5px 40px;
}
#container{
	top: 110px;
	bottom: 50px;	
	width: 100%;
	height: 800px;
	background-color: rgb(240,240,240);
	position: absolute;
}
footer{
	height: 80px;	
	background-color: rgb(70,70,70);
	clear: both;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: rgb(255,255,255);
	padding: 8px 40px 5px 40px;
}
p{
	margin: 0px;
}
#nombre{		
	font-size: 25px;
}
#cargo{
	color: rgb(245,245,245);
	padding-top: 6px;
	margin: 0px;	
	font-size: 18px;
}
#telefono{
	clear: both;;
	color: rgb(245,245,245);
	padding-top: 6px;
	margin: 0px;
}
#foto{
	top: 	5px;
	right: 30px;
	position: fixed;
	width: 70px;
	float: right;
}
.title{
	width: 100%;
	padding-left: 25px;
	color: rgb(123,0,0);	
}
.separator{
	margin: 10px 25px 0px 25px;	
	height: 20px;
	background: url(separator.png)left repeat-x;	
	background-size: 10px;
	color: rgb(123,0,0);	
	clear: both;
}
.block{
	padding: 0px 25px 0px 25px;		
	color: rgb(70,70,70);
}
.video{
	padding: 0px 0px 0px 0px;	
	float: left;
	width: 250px;
	height: 250px;
	border-style: solid;
	border-color: rgb(123,0,0);
}
#formacion{	
	margin: 25px;
}
iframe{
	float: left;
}