body {
	height:100%;
	margin:0;
	padding:0;
	background-color:#f7f5f4;
	font-family:arial,tahoma;
	color:#82817f;
}

/* hide from ie on mac \*/
html {
	height:100%;
}

#pastilla{
width:166px;
height:31px;
background:url(../images/pastilla.jpg) no-repeat;
text-align:center;
line-height:31px;
margin:auto;
margin-bottom:50px;
}

.nav{
height:30px;
margin-bottom:3px;
padding-left:3px;
}



#container {
	height:100%;
	width:100%;
}
/* end hide */


a {
text-decoration:none;
color:#c00000;
}
a:link {color:#c00000;}
a:hover {color:#f13900;}
a:focus, a:active {outline: none;}


h1 {font-size:12px;color:#c00000;}
h2 {font-size:12px;color:#82817f;margin:8px 0 0 0;}



/* SPLASH */
#logo {
	margin:auto;
	background:url('../images/img_splash.jpg') no-repeat;
	width:684px;
	height:762px;
}




#menu li {
	margin-bottom:-8px;
}

#menu span {
	color:#777;
	font-size:12px;
}


#footer {
	float:right;
	margin-top:10px;
	width:330px;
	font-size:12px;
	text-align:center;
	font-style: normal;
}
#footer span {color:#c00000;}


/* LEFT */
.left {
	width:40%;
	height:100%;
	float:left;
	position:relative;
	margin-right:-2px;
	border-right:1px solid #c00000;
}
/* --- */



/* RIGHT */
.right {
	width:60%;
	height:100%;
	float:right;
	position:relative;
}
/* --- */



/* UP */
#up {
	height:252px;
	background:#e4e2e0 url("../images/bg_up.jpg") repeat-x bottom;
}
	
#up_left_content {
	position:absolute;
	bottom:5px;
	text-align:right;
	width:100%;
}

#up_right_content {
	position:absolute;
	bottom:0;
	width:100%;
}
/* --- */



/* DOWN */
#down {
	height:70%;
	margin-bottom:-1px;
	background:#f7f5f4 url("../images/bg_down.jpg") repeat-x top;
}

#down_left_content {
	text-align:right;
	width:100%;
}

#down_right_content {
	width:100%;
}
/* --- */



.item {
	text-align:left;
	float:left;
	width:101px;
	height:180px;
	background:#fff;
	margin:0 0 11px 11px;
	font-size:11px;
}

.item_selected {
	text-align:left;
	float:left;
	width:101px;
	height:180px;
	background:#DDDDDD;
	margin:0 0 11px 11px;
	font-size:11px;
}

.item_wrapper {
	padding:8px;
	float:right;
}

.item_wrapper_right {
	padding:0 8px 8px 8px;
	float:left;
}

.item_wrapper_small {
	padding:8px;
	float:left;
}

.item img {margin-bottom:8px;}

.item_selected img {margin-bottom:8px;}

.uppercase {text-transform:uppercase;}
.capitalize {text-transform:capitalize;}
.lowercase {}


#gallery {
	width:380px;
	background:#fff;
}
	.thumbs {margin:0 0 0 8px;}
	
	.thumbs img {
		float:left;
		margin:0 8px 8px 0;
	}
	
	.thumbs_title {margin:0 8px 0 0} 
	
	.thumbs a {font-size:12px;}

#content-table {width:98%;}

.left-table {
	width:380px;
	vertical-align:top;
	padding:0;
}
.right-table {
	padding-left:7px;
	vertical-align:top;
	padding:8px 0 0 0;
}

#content_wrapper {
	font-family:tahoma;
	font-size:12px;
}

#content{ 
	width:300px;
	padding:0 8px 8px 8px;
}
	
	#content .highlight {
		color:#c00000;
	}
	
	div#content li {
		margin-bottom:10px;
		list-style:none;
	}
	
div.hr {border-bottom:1px dotted #82817f;margin:0 0 3px 0;}

div.clear {clear:both;height:1px;overflow:hidden;margin:0;}

/*

#icons {margin:0 auto 0 auto;padding:50px 0 0 0;}

#icons a {color:#c00000;}

#icons div {width:150px;margin:0 0 0 8px;font-size:9px;text-align:left;}

#icons ul li {
	display:inline;
}

li#icons {
	display:inline;
}
*/

.small_text {font-size:11px;}


#icons {
padding:50px 0 0 0;text-align:center;margin:auto;
width:990px;
}


.icon {
	text-align:left;
	float:left;
	width:150px;
	margin:0 0 11px 11px;
	font-size:13px;
}


.icon a {color:#c00000;}
.icon a:hover {color:#888;}

	

	/*
	
#icons ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#icons ul li {
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	display: inline;
	}
	*/
