/* Basic plusgrafix stylesheet */
/* Author: Chr5 */
/* Date: 13 9 2009 */


		body {
			font: small "Meta_tmp", verdana, arial, sans-serif;
			margin: 0;
			padding: 1% 5% 0;
			background: #fff url(../img/background_003.png) repeat-x top left;  /*#005899;  url(../img/backblue.png) repeat-x top left; */
			border-top: 5px solid #000;
			color: #444;
		}
		
		h1, h2, h3, p , li {
			color: #444; /*#f2f2f2;  azul design*/
		}
		
		a {
			font-weight:normal;
			color: #444;
			text-decoration: underline;
		}

		a img {
		border: none;
}
		
		a:hover {
			text-decoration: none;
		}
		/* font sizes */
		
		h1 , h2 , h3 {
			font-family: monospace;
			
		}
		
		p, li {
			font-size: 1.6em; 
			line-height: 1.4em;
		}
		
		ul, ol, dl {
		}
		li {
			padding: .4em 0;
		}
		
		#footer p {
			font-size: 1.1em;
		}
		
		p#subtitle {
			float: left;
			width: 100%;
			font-family: verdana, monospace;
			font-size: 1.1em;
			/*font-weight: bold;*/
			margin: 0;
			padding: 0;
		}
		
		h1 {
			margin: .5em 0 0 0;
			padding: 0;
		}
		  
		h2 { 
			font-size: 2.5em; 
			font-weight: normal;
			color:#09f;
			font-family: lucida sans, verdana, arial, sans-serif;
			}
			
		h3 { 
			font-size: 2.2em; 
			font-weight: normal;
			color:#09f;
			font-family: lucida sans, verdana, arial, sans-serif;
			}
			
			/* menuprincipal */
			
		#menuprincipal a {
			font-size: 1em;
			font-weight: normal;
			text-decoration: none;
		}
		
		#menuprincipal a:hover {
			text-decoration: underline;
		}
		
		#menuprincipal a.actual {
			font-weight: bold;
		}
		
		/* perfiles */
		
		span.nombre {
			font-weight: bold;
		}
		/* posicionamiento del logo para hacer hover */
		h1#logo a {
		/*display: block;*/
		/*width: 100%;*/
}
		h1#logo a img{
		width: 160px;
		height: 80px;
		background: url(../img/plusgrafix.png) no-repeat 0 0;
}
		h1#logo a:hover img {
		width: 250px;
		background: url(../img/plusgrafix.png) no-repeat 100% 1px;
}

 h1#logo em {
 		padding-right: 1em;
 }
