#presentacionP
{
	width:750px;
	height: 22.13em;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#wrapper{
	width:750px;
	height: 354px;
	float:left;
	position:absolute;
	top: 0;
	left: 0;
}
#slider{
	width: 750px;
	height: 354px;
	margin: 0 auto;
	position: relative;
}
.scroll{
  width: 750px;
  height: 20em;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  clear: left;
}

.scrollContainer div.panel{
  width: 750px;
  text-align:justify;
}

.panelScrollable{
	height: 20em;
	overflow: hidden;
	margin-top: 15px;
}
ul.navigation 
{
	width: 750px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
}
ul.navigation li 
{
	display: inline;	
}
ul.navigation a 
{
  padding: 10px 10px 10px 10px;
  color: #8a2400;
  text-decoration: none;
}
ul.navigation a:hover 
{
	color: green; 
}
ul.navigation a.selected 
{
  color: green;
  text-align:center;
}
ul.navigation a:focus 
{
	/*color: #C69;*/ /*Morado*/
	color: green; 
	outline:none;
}

.hide 
{
  display: none;
}

.tituloProyecto
{
	margin: 10px 0px 0px 15px;
}
.epigrafeProyecto
{
	font-weight: bold;
	margin: 10px 0px 0px 15px;
}
.parrafoProyecto
{
	padding-bottom:5px;
	padding-top:3px;
	margin: 10px;
}
.parrafoProyecto ul
{
	list-style: decimal;
}
