.asignatura{
	color:#577E9E;
	display: block;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	margin-bottom:5px;
	margin-left: 35px;
	text-align: left;
	text-transform:uppercase;
}
body{
	color:#3F3F3F;
	font-size:12px;
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
}
/* Gallery styles */
#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
	box-shadow:0 0 5px #000;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	border-bottom-left-radius:15px;
	
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-right-radius:15px;
	
	border:1px solid white;
	
	background:url(../img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:800px;
	overflow:hidden;
}
.linea{
	height: 2px;
	border-bottom:#999 dashed 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 800px;
}
#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:800px;
	position:relative;
}
.unidad{
	color:#000;
	display: block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	margin-top: 5px;
	margin-bottom:10px;
	margin-left: 35px;
	text-align: left;
	top:10px;
}


/*//////////////////////Slides-contenido////////////////////////////*/
#slides{
	/* This is the slide area */
	height:630px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:800px;
	overflow:hidden;
}
.slide{
	color:#406F84;
	float:left;
	text-align: left;
}

/*//////////////////////Menu inferior////////////////////////////*/

#cerrar{
	background: url(../img/cerrar.png) no-repeat;
	float:right;
	height: 35px;
	margin: 5px 0;
	width: 61px;
}
#full{
	background: url(../img/sample_slides/full.png) no-repeat;
	float:right;
	height: 35px;
	margin: 5px 5px 5px 0;
	width: 61px;
}
#inicio{
	background: url(../img/sample_slides/home.png) no-repeat;
	float:left;
	height: 35px;
	margin: 5px;
	width: 61px;
}
li{
	display:inline-block;
}
li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../img/pic_bg.png) repeat;
}
li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../img/active_bg.png) no-repeat;
}
li a{
	display:inline;
}
li.act a{
	cursor:default;
}
#menu{
	/* This is the container for the thumbnails */
	height:45px;
}
ul{
	margin:0px;
	padding:0px;
}
#vacio{
	float:left;
	height: 35px;
	margin: 5px;
	width: 61px;
}
#vacio2{
	float:left;
	height: 35px;
	margin: 5px;
	width: 61px;
}