@charset "utf-8";
body {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(left,  #1e5799 0%, #2989d8 45%, #207cca 49%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(45%,#2989d8), color-stop(49%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1e5799 0%,#2989d8 45%,#207cca 49%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1e5799 0%,#2989d8 45%,#207cca 49%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1e5799 0%,#2989d8 45%,#207cca 49%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to right,  #1e5799 0%,#2989d8 45%,#207cca 49%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
}

section{
	background: #FFF;
	margin:2%;
	padding: 2%;
	min-width:400px;	
	
	-webkit-box-shadow: 5px 5px 5px 2px #D1D1D1;
	box-shadow: 5px 5px 5px 2px #D1D1D1;
	
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
}


#foto{
	float:left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	border: 1px solid #666;
}

#imagenes{
	float:left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	border: 1px solid #666;
}

#Titulo{
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	min-width: 85%;
	height:119px;
	font-size:23px;
}

article{
	clear:both;
}

.categoria{
	background: #1e5799;
	padding: 1px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	text-align:center;
}

.contenido{
	background: #FFF;
	padding: 10px;
	font-family:"Arial Black", Gadget, sans-serif;
}

.contenido #personal1{
	width: 50%;
	float: left;
	margin-bottom:3px;
}

.contenido #personal2{
	width: 50%;
	float: left;
	margin-bottom:3px;
}

.contenido #educacion{
	text-align:center;
}

.contenido #sobremi{
	text-align:justify;
}

.contenido #videodiv{
	clear:both;
	text-align:center;
}

footer{
clear:both;
}



