/* -----------------------------------*/
/* CSS   Javier Díez     	      */


body {
	margin: 0;
	padding: 0;
	background: #eff2f3 url('./images/fondo.gif') left top repeat-x;
	font: 14px/18px "Helvetica Neue", helvetica, arial, verdana, sans-serif;
	color: #232323;
	}
a {
	color: #919da7;
	}
a:hover {
	text-decoration: none;
	}
a img {
	border: none;
	}


/* --------------LAYOUT--------------*/

	
#main, #footer {
	width: 880px;
	margin: 0 auto;
	padding: 0 10px;
	}

/* ----------TITULO-----------------*/

h1 {
	margin: 0;
	padding: 0;
	height: 50px;
	}
/*h1 a#usclogo {
	float: right;
	}
h1 a#uscname {
	float: left;
	}
	*/
h2#title {
	background: url('http://arapajoe.es/images/pendiente.jpg') left center no-repeat;
	margin: 0 0 20px;
	}
body#home h2#title {
	padding: 314px 0 0 0;
	}
body#section h2#title {
	padding: 136px 0 0 0;
	}
body#page h2#title {
	padding: 92px 0 0 0;
	}


	
/* -----------PRINCIPAL------------*/


#main {
	background: url('./images/bg_main.gif') left top repeat-y;
	overflow: auto;
	}

/* ------------MENU------------*/


#menu {
	width: 160px;
	float: left;
	}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#menu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	}
#menu ul li a {
	display: block;
	padding: 6px 27px 6px 6px;
	margin: 0;
	border-top: 1px solid #919da7;
	text-decoration: none;
	color: #767F88;
	font-size: 13px;
	background: url('./images/flecha.gif') 140px 50% no-repeat;
	}
#menu ul li a:hover {
	background-color: #c3d1d5;
	color: white;
	}
/* ---------CONTENIDO--------------*/

.ms, .mx {
	float: right;
	width: 700px;
}

.ms .m {
	width: 340px;
	float: left;
	}
.ms .s {
	width: 340px;
	float: right;
	}
.mx .m {
	width: 520px;
	float: left;
	}
.mx .s {
	width: 160px;
	float: right;
	}
h3 {
	font-weight: normal;
	font-size: 20px;
	color: #767F88;
	margin-top: 0;
	}
h4 {
	font-weight: normal;
	font-size: 16px;
	color: #767F88;
	}
.m table {
	font-size: 12px;
	border: none;
	border-collapse: collapse;
	margin: 10px 0;
}
.m td {
	border-bottom: 1px solid #e4e4e4;
	padding: 4px;
}
.m th {
	background: #e4e4e4;
	color: #919da7;
	padding: 4px;
	text-align: left;
	border-bottom: 1px solid #919da7;
	
}
/* ------------LADO--------------*/


.s h4 {
	border-bottom: 6px solid #919da7;
	font-size: 14px;
	margin: 0;
	clear: both;
	}

.s ul.news, .s ul.events {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
.s ul.news li, .s ul.events li {
	padding: 0;
	margin: 5px 0;
	}
.s ul.news li strong, .s ul.events li strong {
	display: block;
	}
.s ul.news li em, .s ul.events li em {
	display: block;
	}
.s ul.news li {
	background: url('./images/icon_news.gif') left top no-repeat;
	padding: 0 0 0 20px;
	}
.s ul.events li {
	background: url('./images/icon_events.gif') left top no-repeat;
	padding: 0 0 0 20px;
	}	

/* -----------SUBMENU----------------*/



#subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#subnav li {
	margin: 0;
	padding: 0;
	display: inline;
	}
#subnav li ul{
 	list-style-type: none;
 	margin: 0;
 	padding: 0;
 	}
#subnav li ul li{
	margin: 0;
	padding: 0;
	display: inline;
	}
#subnav li a {
	display: block;
	padding: 4px 4px 4px 27px;
	margin: 0;
	text-decoration: none;
	color: #767F88;
	font-size: 11px;
	background: url('./images/icon_arrow.gif') 10px 50% no-repeat;
	}
#subnav li ul a {
	background: url('./images/icon_arrow.gif') 25px 50% no-repeat;
	padding-left: 40px;
	line-height: normal;
	}
#subnav li a:hover {
	background-color: #c3d1d5;
	color: white;
	}



/* ---------Investigacion-----------*/


dl#research {}

dl#research dt {
	font-weight: bold;
	font-size: 14px;
	clear: left;
	}
dl#research dd {
	}
dl#research dt a img {
	float: left;
	border: 1px solid #919da7;
	background-color: #e4e4e4;
	margin: 0 20px 20px 0;
	padding: 1px;
	}

/* -----------PERFIL---------------*/


#facultynames {}
#facultynames h4 {
	border-top: 3px solid #919da7;
	background-color: #e4e4e4;
	color: #919da7;
	padding: 4px;
	padding-top: 0;
	margin: 0;
	text-align: left;
}
#facultynames ul, ul.faculty {
	list-style-type: none;
	list-style-image: url('./images/icon_arrow.gif');
	margin-bottom: 10px;
	padding-left: 15px;
}
#facultynames ul li, ul.faculty li {
	margin-bottom: 2px;
}

#alphabetical {
	list-style-type: none;
	padding: 0;
	text-align: center;
}
#alphabetical li {
	display: inline;
}

dl#contact dt {
	font-weight: bold;
	width: 160px;
	padding-right: 20px;
	float: left;
	padding-top: 5px;
	border-top: 1px solid #e4e4e4;
	text-align: right;
	}
dl#contact dd {
	width: 160px;
	float: left;
	margin: 0;
	padding-top: 5px;
	border-top: 1px solid #e4e4e4;
	}
img.portrait {
	float: right;
	border: 1px solid #919da7;
	background-color: #e4e4e4;
	margin: 0 0 20px 20px;
	padding: 1px;
	}
img.portraitbig {
	border: 1px solid #919da7;
	background-color: #e4e4e4;
	padding: 1px;
	display: block;
}
.thumbnail img {
	float: left;
	border: 1px solid #919da7;
	background-color: #e4e4e4;
	margin: 0 20px 20px 0;
	padding: 1px;
}
.gallery {
	text-align: center;
	margin-top: 5px;
	}
.gallery a img {
	border: 1px solid #919da7;
	background-color: #e4e4e4;
	padding: 1px;
	margin: 2px;
}
.gallery a:hover img {
	border: 1px solid black;
}

/* -------------PIE----------------*/


#footer {
	background: url('./images/bg_footer_plus.gif') left top no-repeat;
	padding: 45px 10px;
	clear: both;
	}
#footer * {
	color: #919da7;
	}
#footer h2 {
	font-size: 14px;
	font-weight: normal;
	}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#footer ul li {
	display: inline;
	}


/* ----------PIE---------------*/


#identity {
	float: right;
}
#identity img {
	padding: 15px 14px 0 0;
}


