/* ESTILO CUERPO */

body {
	text-align: center;
    background-size:cover;
	background: #a90329; /* Old browsers */

background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */

background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
			
body * {
    text-align: left;
}

/* FIN ESTILO CUERPO */

/* ESTILO MENU */

#menu_head{
	width:100%;
	height:30px;
	background:#323232;
}

#paginasSM{
	width:380px;
	height:30px;
	margin:0 auto;
}

#redes{
	width:150px;
	height:30px;
	float:left;
	margin-top:-30px;
	margin-left:11%;
}

/* FIN ESTILO MENU */

/* ESTILO HEADER */
	
header{
	position:absolute;
	width:100%;
	height:110px;
}

#logoPW{
	position:relative;
	width:280px;
	height:50px;
	background:url(images/header.png);
	margin:0 auto;
	margin-top:22px;
}

/* FIN ESTILO HEADER */

/* ESTILO ENCABEZADO TITULO DEL RECURSO */
	
#flotante1{
    position:fixed;
    margin-top:-20px;
	width:1000px;
}

/* FIN ESTILO ENCABEZADO TITULO DEL RECURSO */

/* ESTILO CONTENEDOR */
			
#contenedor {
    width: 1000px;
	max-height:3000px;
    margin: 0 auto;
	margin-top:110px;
	background:#FFF;
	box-shadow:#700719 0 0 50px;
}

/* FIN ESTILO CONTENEDOR */

/* ESTILO ARTICULOS PRINCIPALES */

article.izq{
	width:300px;
	float:left;
	max-height:1500px;
	padding-left:30px;
	margin-top:25px;
}

article.cen{
	width:300px;
	margin:0 auto;
	max-height:1500px;
	padding:10px;
	margin-top:15px;
}

article.der{
	width:300px;
	float:right;
	margin-top:-465px;
	max-height:1500px;
	padding-right:30px;
}

#titulo-arti{
	width:280px;
	height:50px;
}

.consecu{
	width:50px;
	height:50px;
	background:#FFF;
	border-radius:10px;
	box-shadow:#e7e7e7 0 0 20px;
	float:left;
}

.titulo{
	position:absolute;
	width:230px;
	height:50px;
	margin-left:50px;
}

/* FIN ESTILO ARTICULOS PRINCIPALES */

/* ESTILO RESTO DE ARTICULOS */

section.articulo05{
	margin-top:50px;
	width:300px;
	height:220px;
	float:left;
	padding-left:30px;
}

/* FIN ESTILO RESTO DE ARTICULOS */

/* ESTILO ARTICULOS INTERNOS */

section.fotoarticulo{
	margin:0 auto;
	width:800px;
	height:532px;
}

section.bodyarticulo{
	width:600px;
	height:470px;
	padding:30px;
}

section.masarti{
	width:310px;
	float:right;
	margin-top:-470px;
	height:300px;
}

/* ESTILO ARTICULOS INTERNOS */

/* ESTILO GALERIA */

section.galeria{
	width:100%;
	height:300px;
}

/* FIN ESTILO GALERIA */

/* ESTILO OTROS RECURSOS */

section.otrorec{
	width:600px;
	height:400px;
	margin:-150px 0 0 370px;
}

.slider{
  position: relative;
  width: 600px;
  height: 300px;
  cursor: pointer;
  overflow: hidden;
  margin:0 auto;
}

.slides{
  width: 600px;
  height: 300px;
  float: left;
  position: absolute;
  transition:0.3s ease-in;
  -webkit-transition:0.3s ease-in;
  -moz-transition:0.3s ease-in;
  -o-transition:0.3s ease-in;
}

.slides:nth-child(1){
  background:url(images/otrosrec01.jpg) no-repeat;
}

.slides:nth-child(2){
  background:url(images/otrosrec02.jpg) no-repeat;
  margin-left: 300px;
}

.slides:hover{
  margin: 0 50px 0 50px;
  position: absolute;
  z-index: 99998;
  transition:0.3s ease-in;
  -webkit-transition:0.3s ease-in;
  -moz-transition:0.3s ease-in;
  -o-transition:0.3s ease-in;
}

.slides:hover .title{
  transform: translateY(-140px);
  transition: .5s linear;
}

.title{
  background: rgba(255, 255, 255, .7);
  font-family:'Ubuntu', sans-serif;
  font-weight:500;
  margin: 30px;
  padding: 20px;
  border-radius: 5px;
  position: absolute;
  bottom: -150px;
}

q{
  font-size: 16px;
  font-style: italic;
}

.author{
  font-family:'Ubuntu', sans-serif;
  font-weight:100;
  font-size:15px;
}

::selection{
  background: #323232;
  color: #e7e7e7;
}

.github img{
  position: absolute; 
  top: 0; 
  right: 0; 
  border: 0;
  z-index: 99999;
}

/* FIN ESTILO OTROS RECURSOS */

/* ESTILOS IMAGENES */

img.arti_hd{
	transition:0.7s ease-in-out;
	-webkit-transition:0.7s ease-in-out;
	-moz-transition:0.7s ease-in-out;
	-o-transition:0.7s ease-in-out;
}
img.arti_hd:hover{
	box-shadow:#d7d7d7 0 0 70px;
	transition:0.5s ease-in;
	-webkit-transition:0.5s ease-in;
	-moz-transition:0.5s ease-in;
	-o-transition:0.5s ease-in;
}

img.arti_mini{
	transition:0.7s ease-in-out;
	-webkit-transition:0.7s ease-in-out;
	-moz-transition:0.7s ease-in-out;
	-o-transition:0.7s ease-in-out;
}

img.arti_mini:hover{
	box-shadow:#bebebe 0 0 20px;
	transition:0.5s ease-in;
	-webkit-transition:0.5s ease-in;
	-moz-transition:0.5s ease-in;
	-o-transition:0.5s ease-in;
}

/* FIN ESTILOS IMAGENES */

/* ESTILOS GENERALES */

h1{
	font-family:'Ubuntu', sans-serif;
	text-align:center;
	font-size:25px;
	padding-top:9px;
	font-weight:lighter;
	letter-spacing: 5.4pt;
	color:#FFF;
}

h1.otrorec{
	font-family:'Ubuntu', sans-serif;
	text-align:center;
	font-size:20px;
	padding-top:9px;
	font-weight:lighter;
	letter-spacing: 5.4pt;
	color:#323232;
}

h1.tituloarti{
	font-family:'Ubuntu', sans-serif;
	text-align:center;
	font-size:20px;
	padding-top:9px;
	font-weight:lighter;
	letter-spacing: 5.4pt;
	color:#323232;
}

h2{
	color:#424242;
	opacity:0.8;
	font-size:20px;
	text-align:center;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 5.7pt;
	font-weight:lighter;
}

h2.masarticulos{
	color:#a90329;
	opacity:0.8;
	font-size:15px;
	text-align:center;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 5.7pt;
	font-weight:lighter;
}

h3{
	color:#cf2034;
	font-size:17px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	padding:5px 0 0 10px;
}

h3.conse{
	color:#e7e7e7;
	text-align:center;
	padding:3px;
	font-size:35px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:100;
}

h4.derechos{
	color:#e7e7e7;
	text-align:center;
	font-size:10px;
	opacity:0.5;
	font-family: 'Ubuntu', sans-serif;
	font-weight:lighter;
	width:670px;
	margin:0 auto;
	letter-spacing:0.3pt;
	margin-top:20px;
}

p{
	color:#323232;
	font-size:15px;
	padding:10px 15px 0 0;
	text-align:left;
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	
}

a.nave_arti{
	text-decoration:none;
	color:#626262;
	font-size:10px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:lighter;
	padding-right:20px;
	transition:0.3s ease-in;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
	letter-spacing: 1.2pt;
	line-height: 2.0;
}

a.nave_arti:hover{
	color:#e7e7e7;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;

}

a.masart{
	text-decoration:none;
	color:#323232;
	font-size:11px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:lighter;
	letter-spacing: 1.8pt;
	transition:0.3s ease-in;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
}

a.masart:hover{
	color:#f94e38;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
}

a.social{
	text-decoration:none;
	color:#cdcdcd;
	opacity:0.8;
	font-size:13px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:lighter;
	padding-right:30px;
	transition:0.3s ease-in;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
}

a.social:hover{
	opacity:1;
	color:#e7e7e7;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
}

a.redes{
	opacity:0.3;
	padding-left:15px;
	transition:0.3s ease-in;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
	}

a.redes:hover{
	opacity:1;
	transition:0.5s ease-in-out;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
}

a.vermas{
	text-decoration:none;
	font-size:13px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:lighter;
	color:#ee2b4c;
	transition:0.3s ease-in;
	-webkit-transition:0.3s ease-in;
	-moz-transition:0.3s ease-in;
	-o-transition:0.3s ease-in;
	}

a.vermas:hover{
	color:#910f22;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
}

ol.social{
	margin:0 auto;
	width:500px;
	padding-top:5px;
}

ol.artfoo{
	margin:0 auto;
	width:800px;
	text-align:center;
}

li.masart{
	padding-bottom:10px;
	margin-left:30px;
}

/* FIN ESTILOS GENERALES */

/* ESTILO LINEA GRÁFICA */

article.lineagra{
	float:left;
    width:100%;
    height:100px;
    margin:0 auto;
    background:#891924;
	margin-top:100px;
    bottom:0%;
    right:0%
}

#logoUV{
	width:420px;
	height:60px;
	background:url(images/logos.png);
	margin:0 auto;
	margin-top:20px;
}

/* FIN ESTILO LINEA GRÁFICA */

/* ESTILO FOOTER */

footer{
    float:left;
    width:100%;
    height:130px;
    margin:0 auto;
    background:#212121;
    bottom:0%;
    right:0%;
}

#derechos{
	float:left;
    width:100%;
    height:60px;
    margin:0 auto;
    background:#1a1a1a;
    bottom:0%;
    right:0%;
}

/* FIN ESTILO FOOTER */
