/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Pablo Fernández
	Author Site	: http://www.indeep.es/
	Style Name	: Indeep
	Style URI	: http://www.indeep.es/
	Version		: RC5
	Comments	: No comments. No Photos. Thank You.
	
*/

/*- Page Structure */

body {
	background: #b5b2b5 url(fondo.gif) 50% 0 fixed;
	margin: 30px 0 30px;
	}

#page {
	background: #ffffff url('page.background.jpg') no-repeat;
	border: 1px solid #919191;
	border-top: none;
	padding: 20px 0 20px;
	}
	
#header {
	background: #000000 url('header.background.jpg') no-repeat;
	}
	
#header-blank { position:absolute; top:8px; left:10px; }  

#contact-blank { position:absolute; top:58px; left:517px; } 

#english { position:absolute; top:0px; left:710px; } 

#spanish { position:absolute; top:0px; left:635px; } 

#footer {

	padding: 0px 0 0px;
	background: #000000 url('footer.background.jpg') no-repeat;
	text-align: center;
	position: relative;
	width: 780px;
	height: 23px;
	clear: both;
	}
	


	
/* Tabs style */
ul.menu {
 	/* Make tabs full-width */
 	width: 100%;
 	text-transform: uppercase;
	font-weight: bold;
	}
ul.menu li.current_page_item a {
 	background: #ffffff;
 	text-transform: uppercase;
	font-weight: bold;
	}
ul.menu li a:hover {
	background: rgba(150, 15, 20, 0.5);
 	text-transform: uppercase;
	font-weight: bold;
 	color: #ffdd00;
	}

/* IMG Opacity */
a.linkopacity img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;}

a.linkopacity:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5
	}

/* IMG Opacity 2 */
a.linkopacity2 img {
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;}

a.linkopacity2:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0
	}
	
/* Wellcome*/
.wellcome {
	font-family: "Lucida Grande";
	font-size: 3px;
	color: #CDCDCD;