﻿@charset "utf-8";
/* CSS Document */
@font-face {
		font-family: 'MVfont';
		src: url('fonts/gillsansmtlight.eot');/* IE9 Compat Modes */
		src: url('fonts/gillsansmtlight.eot?#iefix') format('embedded-opentype'),/* IE6-IE8 */
				 url('fonts/gillsansmtlight.woff') format('woff'),/* Modern Browsers */
				 url('fonts/gillsansmtlight.ttf') format('truetype'),/* Safari, Android, iOS */
				 url('fonts/gillsansmtlight.svg#gillsansmtlight') format('svg'); /* Legacy iOS */
		font-weight: normal;
		font-style: normal;
}

/* ENLACES - INICIO */
a{
	text-decoration:none;
	color:#333;
}
a:visited{
	color:#333;
}
a:hover{
	color:#000;
}
a:active{
	color:#000;
}

/* ENLACES - FIN */

html,body{
	padding:0px;
	margin:0px;
	font-family:MVfont;
	font-size:13px;
	color:#333;
	/*overflow-y:hidden;Así no sale el scroll vertical
	overflow-x:hidden;*/
}

#web{
	/*height:625px;*/
	margin-left:60px;
	margin-top:60px;
	width:1100px;
}

#header{
    height:130px;
	/*background-color:#666;*/
}

	#logo{
		height:45px;
		width:382px;
		cursor:pointer;
		/*background-color:#156;*/
	}
		
	#menu_main{
		height:15px; 
		margin-top:45px; 
		border-bottom:solid 1px #999; 
		line-height:15px;
	}
	
		#m_languages{
		float:right;
		/*background-color:#F00;*/
		}
		#m_navigation{
		float:left;
		/*background-color:#F00;*/
		}

	#menu_sub{
		height:25px;
		line-height:25px;
		margin-left:127px;
		/*background-color:#F00;*/
	}

#content{
	 margin-top:10px;
	 /*background-color:#9F0;*/
	 height:500px;
}

#estudio_equipo1{
	height:320px; 
	width:350px; 
	float:left;
	text-align:justify;
	margin-right:20px;
}
#estudio_equipo2{
	height:320px;
	width:350px; 
	float:left;
	text-align:justify;
}
#estudio_cv1{
	height:320px;
	width:350px; 
	float:left; 
	text-align:justify;
	margin-right:20px;
	/*display: Esta propiedad la definimos en el archivo estudio.php*/
}
#estudio_cv2{
	height:320px;
	width:350px; 
    float:left; 
	text-align:justify;
	/*display: Esta propiedad la definimos en el archivo estudio.php*/
}
#estudio_buttons{
	width:720px;
	height:20px;
	/*background-color:#F00;*/
}

/*-- Clases botones estudio --*/

.boton_estudio{
	text-align:right; 
	/*display: Esta propiedad la definimos en el archivo estudio.php*/ 
	cursor:pointer; 
	width:50px; 
	height:20px; 
	/*background-color:#ccc; */
	float:right;
	}
  
 /*--   --*/ 
.ficha{
	font-family:MVfont;
	height:450px; 
	width:155px; 
	float:left; 
	margin-right:20px;/*Distancia que separa una ficha de otra*/
	/*background-color:#f90;*/
}
.ficha_div{
	margin-bottom:20px;
	font-size:12px;
}

.logo{
	font-size:14px;
	color:#000;
	letter-spacing:6px;
}

.sublogo{
	color:#999;
	letter-spacing:3px;	
	font-size:11px;
}


.titulo{
	font-size:13px;
	color:#000;
}

.fecha{
	font-size:12px;	
}

.colaboradores{
	font-size:11px;
	color:#333;	
}

img{
	border:none;
}

/*ESTILOS ELEMENTOS - INICIO*/
table{
	font-family:MVfont;
	border-collapse:collapse; 
	border: none;
	border-spacing:0px;/*Eliminamos cellspacing*/
}

td{
	padding:0px;/*Eliminamos el cellpadding*/
}

/* MENÚ DE NAVEGACIÓN - INICIO*/
ul.nav {
	list-style: none; 
	margin: 0px;
	padding: 0px;
	float:left;
}
ul.nav li {
	float:left;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	color: #999;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	height:15px;
	text-decoration:none;
	margin-right:75px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color:#000;
}
/* MENÚ DE NAVEGACIÓN - FIN*/

/* MENÚ DE NAVEGACIÓN - INICIO*/
ul.sub_nav {
	list-style: none; 
	margin: 0px;
	padding: 0px;
	float:left;
}
ul.sub_nav li {
	float:left;
}
ul.sub_nav a, ul.sub_nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	color: #999;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	height:25px;
	text-decoration:none;
	cursor:pointer;
}
ul.sub_nav a:hover, ul.sub_nav a:active, ul.sub_nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color:#000;
}
/* MENÚ DE NAVEGACIÓN - FIN*/

/* MENÚ DE NAVEGACIÓN IDIOMAS - INICIO*/
ul.menu_lang {
	list-style: none; 
	margin: 0px;
	padding: 0px;
	float:left;
}
ul.menu_lang li {
	float:left;
}
ul.menu_lang a, ul.menu_lang a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	color: #999;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width:50px;
	height:15px;
	text-decoration:none;
	cursor:pointer;
}
ul.menu_lang a:hover, ul.menu_lang a:active, ul.menu_lang a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color:#000;
}
/* MENÚ DE NAVEGACIÓN IDIOMAS - FIN*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { /* iPhone 2G-4S in portrait & landscape */
	#m_languages{
	float:right;
	margin-right:100px;
	/*background-color:#F00;*/
	}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { /* iPhone 6 in portrait & landscape */
	#menu_main{
		margin-top:20px; 
	}
	#content{
	 	margin-top:5px;
	}
}
@media only screen 
and (min-device-width : 1024px) { /* Pantalla ordenador mayores de 1024 */
html,body{
	width:100%;
	overflow:hidden;
}
#web{
	margin-left:5%;
	margin-top:5%;
	width:95%;
	}
#content{
	width:99%; /*Si ponemos 100% la barra de scroll se engancha a la pantalla en su lado derecho*/
	overflow-x:hidden;
}
}