/* Layout plusgrafix stylesheet */
/* Author: Chr5 */
/* Date: 13 9 2009 */


 /* layout */
 
        h1 {
		/*	float: left;*/
		/*	width: 20%;*/
		}
		
		#container {
		width: 100%;
		float: left;
}
		#content {
			width: 58%;
			float: left;
			margin-top: 1em;
		}

		#secundary_content {
		width: 40%;
		float: right;
		margin: 0;
		padding: 0;
}
		
	    #menuprincipal {
			list-style-type: none;
			float: right;
			width: 100%;
			clear: both;
			margin: 1em 0;
			padding: 1em 0;
			/*border-bottom: 1px solid #09f;*/
		}

		#menuprincipal li {
			/*display: none;*/
			float: left;
			margin-right: 10px;
			padding: 0;
		}

/* accesibilidad e idomas */

		#accesibilidad, #idiomas {
		list-style-type: none;
}

/* Accesibilidad */
		#accesibilidad {
			display: none;
}

/* idiomas */

		#idiomas {
			float: right;
			width: 15%;
			list-style-type: none;
}
		
		/* lineas de separación */
		
		p#subtitle {
		/*	border-bottom: 1px dotted #fff;*/
		}
		
		#content {
		/*	border-bottom: 1px dotted #fff;	*/	
		}
		
		.box {
			padding-top: .5em;
			padding-bottom: .5em;
		}
		
		#footer {
			float: left;
			width: 100%;
			/*background-color: #fff;*/
			color: #ccc; /*0099FF; */
			margin: 2em 0;
			/*background:#005899 url(../img/backblue.png) repeat-x 0 36%;*/
		}
		
		#footer a, #footer p {
			color: #444;
			}

/*plusgrafix team box */

		ul#plusgrafix_team {
		float: left;
		width: 100%;
		list-style-type: none;
		margin: 0;
		padding: 0;
}
		#plusgrafix_team li {
		float: left;
		width: 240px;
		margin: 5% 2%;
}

		#plusgrafix_team li span.picture {
		float: left;
		width: 100%;
		height: 220px;
}

		#plusgrafix_team li span.nombre {
		float: left;
		width: 100%;
}

		#plusgrafix_team li span.descripcion {
		width: 100%;
		float: left;
}

		#plusgrafix_team li span.enlaces {
		clear: both;
		float: left;
}
