/**************************reseteo************************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}


ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}


hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}



* 	{
	margin:0;
	padding: 0;
	color: black;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}  

/**************************body************************************/


a 	{
	text-decoration: none;
	-webkit-text-decoration: none;
	cursor: url(../cursor/siguiente.svg), default;
	cursor: url(../cursor/siguiente.svg), default;
	}

body {

	background-color:none;
	cursor: url(../cursor/siguiente.svg), default;
	height: 100%;
	}




/*******************menu*****************/
.container{
	background-color: none;
	width: 96%;
	_width: 50%;
	margin: auto;
	margin-top: 3%;
	_margin-top:600px;
}

.row {
	cursor: url(../cursor/siguiente.svg), default;
}

.menu {	display: block;
		padding: 1.5%;
}

.boton {
	position: relative;
	display: block;
	width: 100%;
	background-color: none;
	overflow: hidden;

	}

.iconoimg {
	position: relative;
	display: block;
	width:100%;
	left:0;
	z-index: 5;
	border-color: none;
	border-style: none;
	overflow: hidden;
}

.iconolink {
	position: absolute;
	display: block;
	width: 100%;
	height: 30%;
	padding: 49%;
	background-color: none;
	border: none;
	top:0%;
	margin: 0 auto ;
	overflow: hidden;
	cursor: url(../cursor/siguiente.svg), default;



}


img {
	width: inherit;
	height: auto;

}

.projecttitle 	{
	position: absolute;
	display: block;
	width:100%;
	height: 50%;
	top: 50%;
	left: 0;
	text-align: center;
	background-color: none;
	}

.oculto {
	visibility: hidden;
}



/*****hover corregidoo en works*******/
div.s_element img {
	opacity: 1;
	}


/********************************about********************************/

.wrapabout {
	z-index: 5;
	width: 100%;
	margin:auto;
	margin-top: 0em;
	margin-bottom: 0em;
}

article {
	width: 80%;/*mediaquery*/
	margin:auto;
}

.aboutprofile {
	
	margin:auto;
	margin-top: 30px;
	}

.tablaabout{
	width: 100%;
	margin: auto;
	margin-top: 10px;
}

.abouttitles{
	width: 100%;
	margin: auto;
	margin-top: 3em;
	margin-bottom: 1em;

}

td.columnafecha {
	width: 65px;
	background-color: none;
	text-align: top;
	vertical-align: top;
}


td.tabla {
	text-align: top;
	vertical-align: top;
	background-color: none;
}

.botonface {
	color:#6C7AC8;

}

/********************************work slider ********************************/

/*botonderecha*/

div.divnextclass {

	position: absolute;
	top:0%;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 7;
	background-color: none;
	cursor:pointer;
	opacity: 0.3;
	cursor: url(../cursor/siguiente.svg), default;
}



/*boton izquierda*/

#enlaceinformalrooting {
	position: absolute;
	color:#0C4080;
	z-index: 20;
	cursor: url(../cursor/siguiente.svg), crosshair;
	/*background-color: lightgrey;*/
}

div.divprevclass {
	position: absolute;
	top:0%;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: 8;
	background-color: grey;
	cursor:pointer;
	opacity: 0.0;
	cursor: url(../cursor/previo.svg), default;
}



/*boton volver en works*/

div.returntop {
	width: 100%;
	height: 15%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
	background-color: none;
	opacity: 0.4;
	cursor: url(../cursor/volver.svg), crosshair;
}

div.returnbottom {
	width: 100%;
	height: 15%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 30;
	background-color: none;
	opacity: 0.4;
	cursor: url(../cursor/volver.svg), crosshair;
}

/*boton volver en about*/

div.returntopabout {
	width: 100%;
	height: 7em;
	position: relative;
	top: 0;
	z-index: 11;
	background-color: none;
	opacity: 0.0;
	cursor: url(../cursor/volver.svg), crosshair;
}

div.returnbottomabout {
	width: 100%;
	height: 7em;
	position: relative;
	bottom: 0;
	z-index: 13;
	background-color: none;
	opacity: 0.0;
	cursor: url(../cursor/volver.svg), crosshair;
}



/*Slider*********************************************************/

body {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  	display: -ms-flexbox;  /* TWEENER - IE 10 */
  	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  	display: flex;
 
 	min-height: 100vh;
  	margin: 0;

}


.containerworks {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  	display: -ms-flexbox;  /* TWEENER - IE 10 */
  	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  	display: flex;
	width: 70%;
	margin:auto;
	z-index: 0;

} 

.s_element img {
	margin:auto;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	}

.s_element{
	margin:auto;
	display:none;
	}

.s_visible{
	display:block;
}

/*Slider del video*/

video {
	width: 100%;
	z-index: 0;
}

.controls {
	position: relative;
	background-color: none;
	width: 100%;
	margin: auto;
}

#botonplay, #botonpause {
	display: inline-block;
	position: absolute;
	width: 16px;
	background-color: none;
	margin:auto;
	z-index: 60;
	padding: 20px;
	left: -20px;
}

#botonpause {
	left:15px;
	z-index: 50;
}

/*******************************************************/

.s_element h3, .s_element p {
	padding-top: 5px;
	
}

 p.ficha{
	margin-top: 40px;
}

.fichafondo {
	width: 950px;
	height: 550px;
	background-color: none;
	opacity: 0.0;
	position: absolute;
	top: 0;
}

.fondo {
	position: absolute;
	top:0;
}


/***************textos  y tablas en general***************************/

* {
	line-height: 1.80em;
	}


body{
	font-family: 'HelveticaNeue-Light',verdana;
	font-size: 100%;/*mediaquery*/
	letter-spacing: 0.04em;
	font-style: normal;
	font-weight: normal;
}



p, h3 {font-size: 0.75rem;}

tr, td {
		font-size: 0.75rem;

	}

/***************laptops   1365 + 1 **************************/

@media screen and (max-width: 1365px) {

* {
	line-height: 1.80em;
	letter-spacing: 0.04em;

	}
body{
	font-size: 100%;/*mediaquery*/



}

}


/***************tablet  1024 + 1**************************/

@media screen and (min-width: 1025px) {
* {
	line-height: 1.42em;
	letter-spacing: 0.04em;

	}

body{
	font-size: 95%;/*mediaquery*/

}



