/*
-----------------------------------------------
BMB Style Sheet

Author:   Cameron Moll | www.cameronmoll.com
Version:  2006.01
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: .7em;
	color: #444;
	background: #FFF url(../images/bg1a.jpg) top center repeat-x;
	background-color: #FFF;
	}

p, dl {
	margin: 0;
	padding: 1em 0 0; 
	line-height: 140%;
	}

hr {
	display: none;
	}
	
form {
	margin: 0;
	}	

/* 
LINKS --------------------- */

a img {
	border: none;
	}

a:hover {
	border-bottom: 1px solid #BBB;
	}
	
a.arrow-on {
	padding-bottom: 1px;
	padding-right: 15px;
	background: url(../images/arrow-red.gif) right 40% no-repeat;
	} 

a.actuator	{
	border-bottom: 0;
}

/* arriba */
.arriba{
	float: right;
	color: #000;
	margin-top: 40px;
	text-align: right;
}
* html .arriba{ margin-right: 4px; }
.arriba a{ color: #000; text-decoration: none; }
.arriba a:hover{ color: #800000; }
.fecha { color: #0096CE; }
/* 
BRANDING --------------------- */

#branding a {
	color: #000;
	text-decoration: none;	
}
#branding a:hover {
	color: #000;
	border-bottom: none;
}

#branding h3 {
	position: absolute;
	top: 78px;
	margin: 0;
	font-size: 1.2em;
	}

#branding h1 {
	background: url(../images/logo_fuco.gif) left 38px no-repeat;
	padding-left: 38px;
	margin: 0;
	font-size: 2em;
	}

#branding h1 a {
	display: block;
	height: 30px;
	padding-top: 50px;
	}


/* 
NAVIGATION --------------------- */
	
#navtop {
	margin-top: 1.5em;
	height: 15px;
	background: url(../images/nav-top.gif) bottom repeat-x;
	}

#navbottom {
	height: 15px;
	background: url(../images/nav-bottom.gif) top repeat-x;
	}

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/nav-bg.gif) bottom repeat-y;
	}
	
#nav li {
	display: block; 
	float: left;
	}
	
li#nav-home, 	li#nav-faculty, li#nav-graduate, li#nav-research, li#nav-dept, li#nav-resources, li#nav-contact {
	border-right: 1px solid #CFCFCF;
	background: url(../images/arrow-down.gif) right 55% no-repeat;	
	}

#nav li a {
	display: block;
	color: #444;
	text-decoration: none;
	padding: 3px 27px 3px 14px;
	border-left: 1px solid #FFF;
	border-bottom: 0;
	background: url(../images/arrow-down.gif) right 55% no-repeat;
	}

li#nav-home {
	background: none;
	}

li#nav-home a {
	border-left: 0;	
	padding-right: 15px;
	background: none;
	}	

li#nav-contact {
	border-right: 0;	
	}	

	
/*
SON OF SUCKERFISH DROPDOWNS
See http://www.htmldog.com/articles/suckerfish/dropdowns/
--------------------- */

/* 2nd and 3rd level menus */
#nav ul {
	position: absolute;
	z-index: 99;
	left: -999em;
	margin: 0px 0 0 -1px;
	padding: 0;
	width: 14.4em;
	w\idth: 13.9em;
	height: auto;
	border: solid #C7C7C7;
	border-width: 1px 1px 0;
	background: #F9F9F9;
}

/* 3rd level menus only */
#nav ul ul {
	margin: -1.3em 0 0 12em;
}

/* 2nd and 3rd level menus */
#nav li li {
	padding: 2px 1em 2px 0;
	width: 13em;
	border-bottom: 1px solid #DBDBDB;
}

/* 2nd and 3rd level menus */
#nav ul a {
	width: 13em;
	w\idth: 9em;
	border-right: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #ECECEC;
}

/* 2nd and 3rd level menus */
#nav ul li:hover, #nav ul ul li:hover, #nav ul li.sfhover, #nav ul ul li.sfhover {
	background: #E3F3FA;
}

/* 2nd and 3rd level menus */
#nav ul li a, #nav ul ul li a {
	background: none;
	}

/* 2nd level menus only */
#nav a.sub {
	background: url(../images/arrow-right.gif) right 52% no-repeat;
}

/* Párrafos */
.derecha { text-align: right; }
.centrado { text-align: center; }
.justificado { text-align: justify; }
.descargardoc {
	background: url(../images/descargar-doc.jpg) 2px 4px no-repeat;
	padding-left: 60px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #d8d8d8;
}
.descargarpdf {
	background: url(../images/descargar-pdf.jpg) 2px 4px no-repeat;
	padding-left: 60px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #d8d8d8;
}

.noticias {
	margin-top: 10px;
	background: #ffffff url(../images/noticias.png) 5px 3px no-repeat;
	padding: 10px 0 10px 40px;
	border: 1px solid #c4c4c4;
}
.noticias a {
	color: #07325F;
	text-decoration: none;
	font-family: Courier, "Courier New", monospace !important;
}
.suscripcion {
	background-color: #efefef;
	padding: 0 4px;
	margin-top: 4px;
	font-family: Courier, "Courier New", monospace !important;
	font-weight: bold;
}
	
/* 
MOSTLY HOMEPAGE --------------------- */

#menu {
	float: left;
	margin: 10px 0 0;
	width: 49%;
	}	
	
#menu #disciplines {
	float: left;
	width: 58%;	
	}	

#disciplines h3 {
	margin: 10px 0 0;
	height: 15px;
	text-transform: uppercase;
	font-family: "Times New Roman", monospace;
	font-size: 1.5em;
	}
#disciplines p {
	margin-right: 8px;
	}	

#menu #programs {
	float: left;
	width: 40%;
	text-align: center;
	background-color: #efefef !important;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	}

#programs h3 {
	margin: 10px 0 0 0;
	height: 25px;
	text-transform: uppercase;
	font-family: "Times New Roman", monospace;
	font-size: 1.5em;
	}	

#disciplines ul, #programs ul {
	margin: 1.2em 0 0;
	padding-left: 17px;
	line-height: 140%;
	list-style-image: url(../images/arrow-cyan.gif);
	}

#disciplines ul li, #programs ul li {
	margin-top: .5em;
	}	

#disciplines a, #programs a {
	font-weight: bold;
	color: #0096CE;
	text-decoration: none;
	}	
	
#disciplines blockquote {
	margin: 20px 0 0 -3px;
	width: 155px;
	height: 218px;
	border-top: 1px solid #C4C4C4;
	
	}	

#news {
	float: right;
	padding: 20px 20px 20px 0;
	width: 306px;
	/*background: url(../images/sidebar-top.png) no-repeat;*/
	}
#intro-text-completo #news {
	width: 450px;
	background: none;
	}

#news .pic {
	float: left;
	margin-right: 12px;
	padding: 3px;
	border: 1px solid #DFDFDF;
	background: #FFF;
	}	
	
#news dl {
	margin: 0;
	padding: 0 0 20px;
	}	

#news dl dt a {
	font-weight: bold;
	color: #CE000C;
	text-decoration: none;
	}
	
#news dl dd {
	margin: .5em 0 0;
	}	

#news h4 {
	margin: 0;
	/*padding-top: 20px;*/
	background-color: #c4c4c4;
	padding: 4px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: "Times New Roman", monospace;
	font-size: 1.5em;
	}
	
#news ul {
	margin: 1.2em 0 0;
	padding-left: 17px;
	line-height: 140%;
	list-style-image: url(../images/bullet.gif);
	}

#news ul li {
	margin-top: .5em;
	}		

#news ul a {
	color: #0096CE;
	text-decoration: none;
	border-bottom: 1px dotted #0096CE; 
	}	
	
.stripes {
	margin-top: 20px;
	height: 15px;
	background: url(../images/3stripe.gif) repeat-x;
	}	

/* 
BLUE BANNER --------------------- */

#intro {
	position: relative;
	margin-top: 5px;
	width: 690px;
	height: 125px;
	background: url(../images/fill-home.jpg) no-repeat;
	}

/*#intro h2 {
	position: absolute;
	top: 7px;
	left: 9px;
	margin: 0;
	width: 310px;
	height: 46px;
	color: #000;
	font-size: 1.4em;
	}*/
#intro h2.importante {
	position: absolute;
	top: 12px;
	left: 9px;
	margin: 0;
	width: 310px;
	color: #800000;
	font-size: 1.4em;
}
#intro a {
	color: #07325F;
	text-decoration: none;
}
#intro p {
	padding: 25px 10px 5px 10px;
	color: #000;
}
#intro blockquote {
	border-left: 4px solid #800000;
	margin-left: 20px;
	padding-left: 5px;
	margin-top: 10px;
	color: #000;
	top: 30px;
	width: 340px;
}

#intro h5 {
	position: absolute;
	top: 50px;
	left: 20px;
	margin: 0;
	width: 310px;
	height: 16px;
	color: #FFF;
	/*text-indent: -9000px;*/
	}

#intro-text {
	margin: 10px 0 0 20px;
	width: 45%;
	color: #666;
	}

#intro-text p {
	padding-top: .5em;
	}

#intro-text strong {
	color: #444;
	} 	

#intro-text a {
	font-weight: bold;
	color: #CE000C;
	text-decoration: none;
	}
	
#intro-text-completo {
	width: 470px;
	margin: 10px 0 0 5px;
	/*width: 100%;*/
	color: #666;
	}

#intro-text-completo p {
	padding-top: .5em;
	padding-right: 20px;
	font-size: 1.2em;
	}

#intro-text-completo strong {
	color: #444;
	} 	

#intro-text-completo a {
	font-weight: bold;
	color: #CE000C;
	text-decoration: none;
	}
	
#intro-text-completo h2 {
	border-bottom: 1px solid #800000;
	color: #800000;
	margin-right: 20px;
	font-size: 1.5em;
}
#intro-text-completo h3 { font-size: 1.2em; }

#picframe {
	position: absolute;
	top: -13px;
	right: 26px;
	width: 296px;
	height: 246px;
	background: url(../images/pic-frame.jpg) no-repeat;
	}
	
#picframe img {
	position: absolute;
	top: 14px;
	left: 15px;
	}

.img-dcha {float:right;margin:.4em 0 .4em .4em;padding:.3em;}
.img-izq {float:left;margin:.4em .4em .4em 0;padding:.3em;}
/* 
CONTENT --------------------- */

#content {
	float: left;
	margin: 10px 0 0;
	width: 49%;
	}	
#derecha {
	background-color: #efefef;
	border-left: 1px solid #800000;
	float:right;
	width: 200px;
	padding-left: 10px;
}
.tertiary #content {
	width: 69%;
	}	
	
#content a {
	color: #0096CE;
	text-decoration: none;
	border-bottom: 1px dotted #0096CE; 
	}	

#content a:hover {
	border-bottom: 1px solid #0096CE; 
	}	
	
.tertiary #content a {
	color: #CE000C;
	text-decoration: none;
	border-bottom: 1px dotted #CE000C; 
	}	

.tertiary #content a:hover {
	border-bottom: 1px solid #CE000C; 
	}		

#content .shell {
	padding: 5px 20px 0;
	}
	
#content h3 {
	margin: 0 10px 0 0;
	padding: 7px 20px 15px;
	/*font: normal 1.8em Palatino, "Palatino Linotype", Georgia, serif;*/
	font: normal 1.65em Georgia, serif;
	font-style: italic;
	line-height: 120%;
	color: #0096CE;
	border-bottom: 1px solid #C4C4C4;
	}	

#content h4 {
	margin: 1.5em 0 .2em;
	/*font: normal 1.45em Palatino, "Palatino Linotype", Georgia, serif;*/
	font: normal 1.45em Georgia, serif;
	line-height: 120%;
	}	

#content p.nopad {
	padding-top: 0;
	}
	
#content p.highlight {
	margin: .8em -5px -.2em -15px;
	padding: .8em 5px .8em 15px;
	color: #1D1D1D;	
	border: solid #F6CECE;
	border-width: 1px 0;
	background: #FDF2F2;
	}	

#content strong {
	color: #1D1D1D;
	} 		

/* Estilos de derecha */
#derecha h4 {	
	color: #07325F;
	margin: 0 0 4px 0;
	font-size: 1em;
	padding: .3em 1em;
	background-color: #fff;
	border-top: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
}
#derecha a { text-decoration: none; }
.destacadogrande {
	color:#A53E00;
	font-size:1.8em;
}
.destacado {
	background: url(../images/sidebar-top.png);
	color:#000;
	border-bottom:1px solid #07325F;
	border-right:1px solid #07325F;
	padding:.6em 1em 1em 1em;
}
.destacado p {margin:.4em 0 0 0;font-size:1em;}
.caja {	padding:1em; }
.caja a {color: #0096CE; }

#derecha ul {
	margin: 1.2em 0 0;
	list-style-image: url(../images/bullet.gif);
	}
* html #derecha ul { margin-left: 40px; }

#derecha ul li {
	margin-top: .5em;
	}		

#derecha ul a {
	color: #0096CE;
	text-decoration: none;
	border-bottom: 1px dotted #0096CE; 
	}	
/* 
SIDEBAR --------------------- */	

#sidebar {
	float: right;
	width: 306px;
	padding: 125px 20px 0;
	background: url(../images/sidebar-top.png) no-repeat;
	}		

.tertiary #sidebar {
	width: 181px;
	padding: 30px 0 0;
	}		
	
#sidebar dl {
	margin: 0;
	padding: 0 8px 20px;
	}	

#sidebar dl dt {
	margin-top: .8em;
	}

#sidebar dl dt a {
	font-weight: bold;
	color: #CE000C;
	text-decoration: none;
	}
	
#sidebar dl dd {
	margin: 0;
	color: #777;
	}	

#sidebar h4 {
	margin: 0;
	padding-top: 20px;
	height: 10px;
	border-top: 1px solid #C4C4C4;
	}	

#sidebar ul#sidenav	{
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #E7E7E7;
	}
	
#sidebar ul#sidenav ul {
	margin: .5em 0 0;
	padding: 0;
	list-style: none;
	}	

#sidebar ul#sidenav li {
	padding: 5px 10px 5px 13px;
	border-bottom: 1px solid #E7E7E7;
	}
	
#sidebar ul#sidenav ul li {
	border-bottom: 0;
	}	
	
#sidebar ul#sidenav a {
	color: #0096CE;
	text-decoration: none;
	}

#sidebar ul#sidenav ul a {
	color: #666;
	}

#sidenav a.side-on-top {
	color: #333 !important;
	font-weight: bold;
	}	

#sidenav ul li.side-on {
	margin: 0 -10px 0 -13px;
	padding-right: 20px !important;
	padding-left: 26px !important;
	background: url(../images/side-on-shaded.png) repeat-y;
	}

#sidenav .side-bg {
	background: url(../images/side-bg-on.png) repeat-y;
	}	
	
.sidenav-hide {
	display: none;
	}	
			

/* 
FOOTER --------------------- */
	
#footer {
	clear: both;
	margin-bottom: 2em;
	border-top: 1px solid #C4C4C4;
	}	

#footer p {
	font-size: .91em;
	color: #999;
	padding-top: 2em;
	text-align: center;
	}	

#footer a {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	}
	
/*This hides the up/down arrows, which are used to preload the up/down arrows in the tertiary sidebar navigation*/
#footer img {
	position: absolute;
	left: -9000px;
	}
	

/* 
MISC --------------------- */

#container {
	margin: 0 auto;
	padding: 0 35px;
	width: 690px;
	background: url(../images/top-highlight.jpg) no-repeat;
	}

/* This selector uses the Faux Columns technique. See http://www.alistapart.com/articles/fauxcolumns/ */
#wrap {
	margin-bottom: 20px;
	background: url(../images/faux-columns.png) repeat-y;
	}

.tertiary #wrap {
	margin-bottom: 20px;
	background: url(../images/faux-columns-sm.png) repeat-y;
	}

ul#skip, ul#back {display: none;}

.clr {clear: both;}


/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		


/* Estilos para el formulario */
p.estado {
	background-color: #eee;
	border: 1px solid #999;
	padding: 8px;
	margin-right: 20px;
}
p.correo {
	background-color: #98A2C1;
	background-image: url(../images/arroba.gif);
	background-position: right;
	background-repeat: no-repeat;
	border: 1px solid #07325F;
	padding: 20px 10px 10px 10px;
	font-size: 1.8em;
	color: #fff;
	margin-top: 4px;
	margin-right: 20px;
}

span.ok { color: #008000; }
span.ko { color: #f00; }

fieldset {
	background-color: #eee;
	padding: 4px 15px 10px;
	border: 1px solid #fff;
	margin: 10px 20px 0 0;
}
fieldset.suscripcion {
	background-color: #fffef1;
	padding: 4px 15px 10px;
	border: 1px solid #07325F;
	margin: 10px 20px 0 0;
}

dl { line-height:2em; }
label { color:#07325F;font-weight: bold; }
input {
	background-color: #efefef;
	border: 1px solid #eee;
	border-bottom: 1px dotted #07325F;
	}
textarea {
	background-color: #efefef;
	border: 1px solid #07325F;
	}
input:focus, textarea:focus { background-color: #fff; }

.boton {
	background-color: #CFD8DE;
	color: #000;
	border: 1px solid #07325F;
	padding: 4px;
	font-weight: bold;
	cursor: pointer;
}
.boton:hover {
	background-color: #07325F;
	color: #fff;
}

/* Para la paginación de las noticias */
.paginacion {
margin: 10px 20px 0 0;
color: #fff;
}

.paginacion ul {
margin: 0;
}

.paginacion li {
display: inline;
color: #000;
}

.paginacion a, .paginacion a:visited {
background-color: #eee;
text-decoration: none;
margin: 2px;
padding: 1px 4px;
border: 1px solid #000;
font-weight: bold;
}
.paginacion a:hover, .paginacion a:visited:hover {
background-color: #000;
border: 1px solid #800000;
}
.paginacion a.pactivo, .paginacion a.pactivo:visited {
background-color: #fff;
border-color: #eee;
}

span.port { font-size: 0.8em;font-family: Arial,Verdana;color: #aaa; }
.separador {
	border-bottom: 2px dotted #bbb;
	margin: 1em 20px 1em 0;
}
.escrito {color:#3D3D3D;font-size:.9em;margin:0;padding:0;}


/* para la galeria de fotos */
#galeria {
	margin:0 auto;
	position: relative;
}
#galeria img {
	border:1px solid #EEE;
}

.contenedorfoto {
   float:left;
   width:110px;
   height:100px;
   margin: 10px;
   padding:5px;
   background-color:#f5f7f9;
   border-right: #a5a7aa solid 1px;
   border-bottom: #a5a7aa solid 1px;
   text-align:center;
}
.contenedorfoto a {
	text-decoration: none;
}
