@charset "utf-8";
/* GENERALES */
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	background-image: url(imagenes/bg_page-index.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.margen-15-derecha {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.margen-20-derecha {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clear {
	clear: both;
}
.divisoria {
	height: 5px;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	clear: both;
	float: none;
}

/* COLORES */


/* CABECERA */
header {
	background: rgba(0, 0, 0, 0.8);
	height: 60px;
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0px;
	z-index: 99;
}
#header-inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* MENU */

menu {
	float: left;
	color: #FFF;
	height: 30px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	overflow: hidden;
	line-height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}
menu li {
	list-style-type: none;
	float: left;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
menu li a:link, menu li a:visited {
	list-style-type: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}

menu li a:hover {
	list-style-type: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #FFF;
}

#logo {
	float: left;
	height: 30px;
	width: 230px;
}
#sociales {
	float: left;
	height: 30px;
	margin-left: 40px;
}
#face {
	float: left;
}
#twitter {
	float: left;
}

/* SLIDER */
#slider {
	height: 480px;
	width: 960px;
	position: relative;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
}
#slider #titular-slider {
	position: absolute;
	left: 30px;
	top: 175px;
}

#slider #titular-slider h1 {
	color: #FFF;
	background: rgba(140, 3, 3, 0.8);
	display: inline-block;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 48px;
	height: 60px;
	line-height: 60px;
	width: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#slider #titular-slider h2 {
	font-size: 14px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 20px;
	background: rgba(0, 0, 0, 0.7);
	width: 315px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#slider #titular-slider p   {
	margin: 0px;
	padding: 0px;
}

/* INDEX */

.secciones {
	width: 310px;
	float: left;
	margin-bottom: 30px;
	position: relative;
}
.secciones h1 {
	color: #FFF;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#pagina-principal .secciones p {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.color-morfo-general {
		background: rgba(255, 204, 0, 1);
	}
.color-morfo-1 {
		background: rgba(51, 204, 153, 1);
	}
.color-morfo-2 {
		background: rgba(204, 21, 204, 1);
	}		

#frase-catedra {
	background-color: #FFFFFF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #D9D9D9;
	border-bottom: 4px solid #EEEEEE;
	padding: 20px;
	font-style: italic;
	color: #666;
	text-align: center;
}


/* SECTION */

section {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
}
/* GALERIA DE TRABAJOS */

#galeria-de-trabajos .contenedor-seccion , #staff .contenedor-seccion{
	width:100%; 
	text-align:center;
}
#galeria-de-trabajos .contenedor-seccion h1 , #staff .contenedor-seccion h1{
	color: #FFF;
	background-color: #BC1300;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-bottom: 40px;
	background-image: url(imagenes/bg_page.jpg);
}
#galeria-de-trabajos h2 , #staff h2{
	text-transform: uppercase;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.trabajo-galeria {
	width: 310px;
	float: left;
	background: rgba(0, 0, 0, 0.7);
	margin-bottom: 30px;
	position: relative;
}

.morfologia-1 {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #3C9;
}
.morfologia-2 {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #C3C;
}
.morfologia-general {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FC0;
}

.destacado {
	position: absolute;
	right: 10px;
	height: 47px;
	width: 30px;
	bottom: 10px;
	background-image: url(imagenes/trabajos/destacado.png);

}

/* STAFF */
.staff-box {
	float: left;
	width: 470px;
	overflow: hidden;
	margin-bottom: 30px;
}

.staff-box-image {
	float: left;
	width: 105px;
	margin-right: 15px;
}
.staf-box-text {
	float: left;
	width: 350px;
}
.staf-box-mail {
	font-style: normal;
	color: #333333;
	font-weight: normal;
	border-top: 1px solid #ededed;
	padding: 10px 0px 0px;
	margin: 5px 0px 0px;
	float: left;
	clear: both;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.staf-box-text h4 {
	background-color: #E9E9E9;
	height: 30px;
	margin: 0px;
	padding: 3px;
	line-height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.staf-box-text h4 span {
	font-weight: normal;
	text-transform: none;
	color: #666;
}
.staf-box-text p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	font-size: 12px;
}








/* FILTROS SELECTOR */

.selector {
	width: 400px;
	height: 35px;
}
#filtros {
	margin-bottom: 30px;
	margin-top: 20px;
}
.filtrar-boton {
	height: 35px;
	padding-right: 25px;
	padding-left: 25px;
	text-transform: uppercase;
	color: #BC1300;
	font-size: 15px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.trabajo-galeria h1 {
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.trabajo-galeria p {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}


/* GUIA DE TRABAJOS PRACTICOS */
.ejercicios-nivel {
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333;
	width: 960px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 15px;
}
.ejercicios-box {
	width: 920px;
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #e9e9e9;
	margin-top: 15px;
	margin-bottom: 15px;
}


.ejercicios-box h2 {
	text-align: left!important;
	margin: 0px!important;
	padding: 0px!important;
}
.ejercicios-box p {
	font-size: 13px;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.ejercicio-morfo-gral {
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FC0;
}
.ejercicio-morfo-1 {
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #3C9;
}
.ejercicio-morfo-2 {
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #C3C;
}

/* COMENTARIOS */
.comentario-box {
	float: left;
	width: 470px;
	overflow: hidden;
	margin-bottom: 30px;
}
.comentario-box article {
	background-color: #FFFFFF;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #D9D9D9;
	border-bottom: 4px solid #EEEEEE;
	padding: 20px;
	font-style: italic;
	color: #666;
	text-align: center;
}
#post-form {
	width: 960px;
	clear: both;
}

.comentario-box .fecha {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

.comentario-box .usuario {
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #BC1300;
	font-size: 14px;
	margin-top: 10px;
}


/* PIE */

footer {
	background-color: #000;
	width: 100%;
	height: 110px;
	margin-top: 40px;
}

#footer-inner {
	height: 30px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.creditos {
	color: #CCC;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: none;
}