body {
		font-size: 87.5%;
		font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
		line-height: 1.429;
		margin: 0;
		padding: 0;
		text-align: left;
		color: #000305;
	}

/* Encabezados */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

/* Hipervínculos todos - color letra Segin (rgb(51, 153, 204);*/
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	padding: 0 1px;
	text-decoration: underline;
	color:rgb(226, 10, 46);
}

/* Párrafos */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}


/* Listas */
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Texto entre comillas */
blockquote {font-style: italic;}
cite {}

q {}

/* Tablas */
table {margin: .5em auto 1.5em auto; width: 98%;}

	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}

	tbody .alt td {}
	tbody .alt th {}

	/* Tfoot */
	tfoot th {}
	tfoot td {}

/* Tags de HTML5*/
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/***** Estructura General *****/
.body {clear: both; margin: 0 auto; width: 800px;}
img.right figure.right {float: right; margin: 0 0 2em 2em;}
img.left, figure.left {float: right; margin: 0 0 2em 2em;}

/*
	Encabezado
*****************/
#banner {
	margin: 0 auto;
	padding: 2.5em 0 0 0;
}

	/* Banner */
	#banner h1 {font-size: 3.571em; line-height: .6;}
	#banner h1 a:link, #banner h1 a:visited {
		display: block;
		font-weight: bold;
		margin: 0 0 .6em .2em;
		text-decoration: none;
		width: 465px;
	}
	#banner h1 a:hover, #banner h1 a:active {
		text-shadow: none;
	}

	#banner h1 strong {font-size: 0.36em; font-weight: normal;}

	/* Nav Principal*/
	#banner nav {
		/*background: hsl(0, 0%, 21%);*/
		background: hsl(0, 27%, 2%);
		font-size: 1.143em;
		height: 40px;
		line-height: 30px;
		margin: 0 auto 2em auto;
		padding: 0;
		text-align: center;
		width: 800px;
		/* bordes banner principal  */
		border-radius: 5px;/*Bordea el bordo chrome*/
		-moz-border-radius: 5px; /*Bordea el bordo Mozilla*/
		-webkit-border-radius: 5px;/*Bordea el bordo safari */
	}

	#banner nav ul {list-style: none; margin: 0 auto; width: 800px;}
	#banner nav li {float: left; display: inline; margin: 0;}

	#banner nav a:link, #banner nav a:visited {
		display: inline-block;
		height: 30px;
		padding: 5px 1.5em;
		text-decoration: none;
		color: #fff;
	}
	#banner nav a:hover, #banner nav a:active{
		background: hsla(200, 60%, 50%, 0.65);
		text-shadow: none !important;
		border-radius: 15px 10px; /*bordes menu principal*/
	}
	#banner nav .active a:link, #banner nav .active a:visited {
		text-shadow: none !important;
		background: #3399CC;
		color: #fff;
		border-radius: 15px 10px 6px;/* bordes menu principal activo */
	}

/*
	Contenido Relacionado con el contenido principal IMAGEN
*****************/
#contenido-principal {
	background: /*url(../img/principal.jpg) right top no-repeat,*/
			    url(../img/1.jpg) left top no-repeat;
	/*background-size: 800px, 300px;*/
	background-size: 800px, 300px;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px;/*tamaño de la imagen*/
	width: 760px;
	height: 400px;
	object-fit: cover;
	
	/* aqui termina lo nuevo*/
	/*Bordes de la imagen*/
	border-radius: 5px;/*Bordea el bordo chrome*/
	-moz-border-radius: 5px; /*Bordea el bordo Mozilla*/
	-webkit-border-radius: 5px;/*Bordea el bordo safari */

	/*animacion borde imagen*/
	transition-property: border;
	transition-duration: 0.5s;

}
#contenido-principal:hover{/*Animacion borde de la imagen*/
	border: solid 4px rgb(226, 10, 46);
	/*rgb(226, 10, 46)*/
}


#contenido-principal2 {
	background: /*url(../img/principal.jpg) right top no-repeat,*/
			    url(../img/3.jpg) left top no-repeat;
	/*background-size: 800px, 300px;*/
	background-size: 800px, 300px;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px;/*tamaño de la imagen*/
	width: 760px;
	height: 400px;
	object-fit: cover;
	
	/* aqui termina lo nuevo*/
	border-radius: 5px;/*Bordea el bordo chrome*/
	-moz-border-radius: 5px; /*Bordea el bordo Mozilla*/
	-webkit-border-radius: 5px;/*Bordea el bordo safari */
	/*animacion borde imagen*/
	transition-property: border;
	transition-duration: 0.5s;
}
#contenido-principal2:hover{/*Animacion borde de la imagen*/
	border: solid 4px rgb(226, 10, 46);
	/*rgb(226, 10, 46)*/
}

#contenido-principal3 {
	background: /*url(../img/principal.jpg) right top no-repeat,*/
			    url(../img/4.jpg) left top no-repeat;
	/*background-size: 800px, 300px;*/
	background-size: 800px, 300px;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px;/*tamaño de la imagen*/
	width: 760px;
	height: 400px;
	object-fit: cover;
	
	/* aqui termina lo nuevo*/
	border-radius: 5px;/*Bordea el bordo chrome*/
	-moz-border-radius: 5px; /*Bordea el bordo Mozilla*/
	-webkit-border-radius: 5px;/*Bordea el bordo safari */
	/*animacion borde imagen*/
	transition-property: border;
	transition-duration: 0.5s;
}
#contenido-principal3:hover{/*Animacion borde de la imagen*/
	border: solid 4px rgb(226, 10, 46);
	/*rgb(226, 10, 46)*/
}

#contenido-principal4 {
	background: /*url(../img/principal.jpg) right top no-repeat,*/
			    url(../img/2.jpg) left top no-repeat;
	/*background-size: 800px, 300px;*/
	background-size: 800px, 300px;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px;/*tamaño de la imagen*/
	width: 760px;
	height: 400px;
	object-fit: cover;
	
	/* aqui termina lo nuevo*/
	border-radius: 5px;/*Bordea el bordo chrome*/
	-moz-border-radius: 5px; /*Bordea el bordo Mozilla*/
	-webkit-border-radius: 5px;/*Bordea el bordo safari */
	/*animacion borde imagen*/
	transition-property: border;
	transition-duration: 0.5s;
}
#contenido-principal4:hover{/*Animacion borde de la imagen*/
	border: solid 4px rgb(226, 10, 46);
	/*rgb(226, 10, 46)*/
}

/*#contenido-principal h2 {font-size: 1.714em; margin-bottom: 0.333em;}
#contenido-principal h3 {font-size: 1.429em; margin-bottom: .5em;}

#contenido-principal h3 a:link, #contenido-principal h3 a:visited {text-decoration: none;}
#contenido-principal h3 a:hover, #contenido-principal h3 a:active {}*/

/*
	Cuerpo de la página <body>
*****************/
#content {
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px 20px;
	width: 760px;
}

/*
	Sección Extras
*****************/
#extras {margin: 0 auto 3em auto; overflow: hidden;}

#extras ul {list-style: none; margin: 0;}
#extras li {}
#extras h2 {
	font-size: 1.429em;
	margin-bottom: .25em;
	padding: 0 3px;
}

#extras a:link, #extras a:visited {
	display: block;
	text-decoration: none;
	padding: .3em .25em;
}


#extras a:hover, #extras a:active {}

	/* Blogroll */
	#extras .blogroll {
		float: left;
		width: 615px;
	}

	#extras .blogroll li {float: left; margin: 0 20px 0 0; width: 185px;}

	/* Redes Sociales */
	#extras .social {
		float: right;
		width: 175px;
	}

/*
	Acerca de nosostros
*****************/
#about {
	font-style: normal;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 20px;
	text-align: left;
	width: 760px;
}

#about .primary {float: left; width: 165px;}
#about .primary strong {display: block; font-size: 1.286em;}
#about .photo {float: left; margin: 5px 20px;}

#about .url:link, #about .url:visited {text-decoration: none;}

#about .bio {float: right; width: 500px;}

/*
	Pie de página
*****************/
#contentinfo {
	padding-bottom: 2em; 
	text-align: right;
	/*de aqui pie de pagina*/

/*	color:rgb(226, 10, 46); #1f47a8 */
	border-top: solid 2px rgb(226, 10, 46);
	padding-top: 1vw;
	margin-top: 1vw;
	text-align: center;

	/*position: fixed;  /*ubicacion de en la parte inferior*/
	/*bottom: 0px; /*ubicacion de en la parte inferior*/
	/*width: 100%; /*ubicacion de en la parte inferior*/

}

/***** Secciones*****/
/* Blog */
.hentry {
	padding: 1.5em 0;
}
li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
#content > .hentry {padding: 1em 0;}

.entry-title {font-size: 1.429em; margin-bottom: 0;}
.entry-title a:link, .entry-title a:visited {text-decoration: none;}

.hentry .post-info * {font-style: normal;}

	/* Contenido */
	.hentry footer {margin-bottom: 2em;}
	.hentry footer address {display: inline;}
	#posts-list footer address {display: block;}

	/* Blog Index */
	#posts-list {list-style: none; margin: 0;}
	#posts-list .hentry {padding-left: 200px; position: relative;}

	/* Blog cambio de Fondo hover */

	#posts-list footer {
		left: 10px;
		position: absolute;
		top: 1.5em;
		width: 190px;
	}

	#portafolio_PDF{
		width: 100%;
		height: 100%;




		
	}


	/*/////////Animaciones //////////////////////////
	///////////Menu principal/////////////////////*/

	.animacionMenu{
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: animacionMenu;
		animation-name: animacionMenu;
	  }

	  @-webkit-keyframes animacionMenu {
		from {
		  opacity: 0;
		  -webkit-transform: translate3d(0, -100%, 0);
		  transform: translate3d(0, -100%, 0);
		}
	  
		to {
		  opacity: 1;
		  -webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0);
		}
	  }
	  
	  @keyframes animacionMenu {
		from {
		  opacity: 0;
		  -webkit-transform: translate3d(0, -100%, 0);
		  transform: translate3d(0, -100%, 0);
		}
	  
		to {
		  opacity: 1;
		  -webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0);
		}
	  }

	  /*Animacion Texto*/

	  .animacionTexto{
		-webkit-animation-duration: 4s;
		animation-duration: 4s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: animacionTexto;
		animation-name: animacionTexto;
	  }
	  
	  @keyframes animacionTexto{
		from{
		  opacity: 0;
		}
		to{
		  opacity: 1;
		}
	  }
	 