/* CSS Document for owd template 'solution' */

/* general styling */
* {
	margin: 0;
	padding: 0;
}
html,body
{
	height: auto;
	background: #F5F7F2;
	color: #1a3804;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* the hyperlinks */
a
{
	color: #458023;
	text-decoration: underline;
}
a:hover
{
	color: #265b00;
}

strong
{
	color: #6F6F6F;
}

/* site specific styling */


/* the container centers the page */
#container
{
	width: 775px;
	height: auto;
	margin: 0 auto 0 auto;
}	

/* the header that contains the big image */
#header
{
	width: 775px;
	height: 180px;
	background: #458023 url(../images/header.jpg) top left no-repeat;
	position: relative;
}

/* the big title text in the header */
	#header h1
	{
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: -1px;
		color: #FCF300;
		position: absolute;
		top: 60px;
		left: 200px;
		font-variant: small-caps;
	}

/* the navigationbar in the header */
#navbar
{
	position: absolute;
	bottom: 0px;
	left: 175px;
}

	#navbar ul { display: inline; }
	
	#navbar ul li
	{
		list-style-type: none;
		display: block;
		width: auto;
		float: left;
		
	}
	
	#navbar ul li a
	{
		display: block;
		padding: 0px;
	}
	#navbar a:hover
	{
		background-position: bottom left;
	}
	
	.boton
	{
		height:26px;
	}
	
	.boton span
	{
		display:none;
	}
	
		#boton-inicio {background: url(../images/ini.gif) top left no-repeat; width: 87px; }
		#boton-institucional {background: url(../images/inst.gif) top left no-repeat; width: 113px;}
		#boton-academico {background: url(../images/academ.gif) top left no-repeat; width: 100px;}
		#boton-comunidad {background: url(../images/comu.gif) top left no-repeat; width: 100px;}
		#boton-ubicacion {background: url(../images/ubic.gif) top left no-repeat; width: 100px;}
		#boton-contacto {background: url(../images/contact.gif) top left no-repeat; width: 100px;}

.banner
{
	padding-top:3em;

}
	.banner img { border:none; }
	
	
	.banner a:hover { background: #CEDAB6 !important;}


		
/* the core contains all the site contents */
#core
{
	width: 775px;
	height: auto;
	margin-top: 0px;
	background: #FFF url(../images/barrita.png) top left repeat-y;
}

/* the coreleft contains the left part of the core */
#coreleft
{
	width: 170px;
	height: auto;
	float: left;
}

/* the links in coreleft are another unordered list */
	#coreleft ul{}
	#coreleft li
	{
		display: block;
		height: auto;
		width: 171px;
		margin: 2px;
	}
	#coreleft a
	{
		display: block;
		height: auto;
		padding: 4px;
		width: 163px;
		color: #325d19;
		background: url(../images/readmore_arrow.gif) 97% center no-repeat;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		border: 0;
	}

	#coreleft a:hover
	{
		background: #458023 url(../images/readmore_over.gif) 97% center no-repeat;
		color: #FFF;
	}
	
	#coreleft h3
	{
		padding: 20px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 18px;
		margin: 0;
	}
	#coreleft h2
	{
		padding: 20px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-style: italic;
		font-size: 14px;
		margin: 0;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	

/* the corecenter contains the center part of the core */
#corecenter {
	width: 593px;
	height: auto;
	float:left;
}

	#corecenter h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: #3e6717;
		padding: 10px 0 0 10px;
	}
	
	#corecenter h2 a{
		text-decoration: none;
	}
	
	#corecenter p {
		line-height: 20px;
		padding: 0 10px 10px 10px;
		color: #888;
	}
	
	#corecenter ul {
		padding: 20px;
		width: auto;
	}
	#corecenter ul li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #DDD;
	}
	#corecenter ul li a {
		text-decoration: none;
		color: #6F8F46;
		display: block;
		height: auto;
		padding: 4px;
	}
	#corecenter li a:hover {
		background: #a6c384;
		color: #000;
	}

/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 775px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #F5F7F2 url(../images/footer.jpg) top left repeat-y;
	
}
	#footer p {
		color: #FFFEDF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}

#credits {
	text-align:center;
	margin: 5px;
}

/* bloques */
#bloques {
	text-align: justify;
}
	
	#bloques a {
		text-decoration: none;
	}

	#bloques h3 {
		padding: 20px;
	}

	#bloques img {
		border: 2px solid #265B00;
		padding: 0.2em;
		margin: 1em;
	}

	.block  {
		background-color: #F5F7F2;
		margin-left:0.7em;
	}

	p.volver { 
		text-align: right;
		margin-bottom:10px;
		clear: both;
	}

.listado
{
}
	
.listado li
{
	padding: 1em;
	font-style:	italic;
	width: 95%;
	clear: left;
}

/*imagenes*/

.imgright
{
	float:	right;
}

.imgleft
{
	float:	left;
}

.imgcenter
{
	float:	center;
}
/*formulario*/

form {
	font-size: 84%;
	color:#1A3804;
}

	form fieldset {border:none; padding: 0.5em 0.5em 0.5em 10em;}
	
	form label {display: block; font-weight:bold;}
	
	form input, textarea { background-color:#F5F7F2; width: 300px; font-weight:bold;}
	
	form input:hover, textarea:hover { background-color:#FFFEDF;cursor:pointer;}
	
	.submit{margin-top:0.2em;}

#muestra-foto
{
	text-align:center;
	padding: 0.2em;
	background: #FFF;
}

	#muestra-foto img
	{
		border: 2px solid #265B00;
		padding: 3px;
		margin: 10px;
	}

.centrado
{
	text-align:center;
	font-style: italic;
	margin:1.5em;
}

hr
{
	border: 1px dotted #DDDDDD;
	margin: 0 1em 0 1em;
}
.clearleft
{
	clear:left;
}
.clearright
{
	clear:right;
}
	