/* ------------------------------------------------------------------------------------ *
| GLOBALS CSS FILE :: For Uaalah!!														|
| css/layOut.css																		|
| 																						|
| PROJECT :: webPAC																		|
| 																						|
+ ------------------------------------------------------------------------------------- +
| Author :: Uaalah!!																	|
* ------------------------------------------------------------------------------------- */


/* @group GLOBALS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

html {
	background: url('../images/bg-body-outer.png') repeat-x top;
}
body {
	font: normal 12px/18px arial, verdana, sans-serif;
	color: #666;
}
a{
	color: #333;
}
a:hover{
	color:#E9661E;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group PAGE LAYOUT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#wrapper{
	width: 920px;
	margin: auto;
	background: url('../images/bg-body.png') repeat-y;
	padding-bottom: 3px;
}
.wrapperTop{
	background: url('../images/bg-body-top.png') no-repeat top;
}

#header{
	margin: 0 25px;
	background: #e9661e url('../images/bg-header.png') repeat-x top;
	height: 1%;
}
	#header h1{
		float: left;
		margin: 20px 0 15px 10px;
	}
	#header h1 a{
		display: block;
		width: 259px;
		height: 52px;
		background: url('../images/logo-casamedano.png') no-repeat 0 0;
		text-indent: -999em;
	}
	
#tools{
	float: right;
	text-align: right;
	color: #fff;
	padding: 20px 15px 15px 15px;
}
	#tools a{
		text-decoration: none;
		color: #fff;
	}
	#tools a:hover{
		text-decoration: underline;
	}

#navigation{
	margin: 10px 25px;
	background: #333 url('../images/bg-navigation.png') repeat-x top;
	font-weight: bold;
	color: #a6a6a6;
	padding: 10px;
	line-height: 12px;
	height: 1%;
}
	#navigation a{
		color: #a6a6a6;
		text-decoration: none;
		padding: 0 5px;
	}
	#navigation a:hover,
	#navigation a.select{
		color: #fff;
	}
	#navigation ul{}
		#navigation ul.nav{ 
			float: left;
/*			text-transform: lowercase;		*/
		}
		#navigation ul.idiomas{ 
			float: right;
			text-transform: uppercase;
		}
	#navigation ul li{
		float: left;
		border-left: 2px #a6a6a6 solid;
	}
	#navigation ul li.first{
		border-left: 0 none;
	}

#content{
	margin: 0 25px;
	background: #ededed url('../images/bg-content.png') repeat-x;
}
	strong{
		color:#333333;
		font-weight:bold;
	}


#footer{
	background: url('../images/bg-footer.png') no-repeat center top;
	padding: 20px 0;
	text-align: center;
	width: 920px;
	margin: auto;
	color: #666;
	font-size: 11px;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group MISC :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */



/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group CLEARFIX :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header:after,
#navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

