/*
	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 {
	border: 1px solid #919191;
	border-top: none;
	padding: 20px 0 20px;
	}
	
	
#header-final { position:absolute; top:-43px; left:-35px; }  

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

#facebook { position:absolute; top:-1px; left:707px; } 
#twitter { position:absolute; top:-1px; left:730px; } 
#linkedin { position:absolute; top:-1px; left:753px; } 

#footer {

	padding: 0px 0 0px;
	background: #000000 url('footer.background.jpg') no-repeat;
	text-align: center;
	position: relative;
	width: 780px;
	height: 23px;
	clear: both;
	}
	
.alert {
	background: #dff4ff url(http://www.indeep.es/wp-content/themes/k2/styles/indeep/info.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #50bbf3;
	border-bottom: 2px solid #50bbf3;
	}
	
.tv {
	background: #dff4ff url(http://www.indeep.es/wp-content/themes/k2/styles/indeep/tv.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #50bbf3;
	border-bottom: 2px solid #50bbf3;
	}
	

.destacado {
	background: #dff4ff url(http://www.indeep.es/wp-content/themes/k2/styles/indeep/new.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #50bbf3;
	border-bottom: 2px solid #50bbf3;
	}

	
/* 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(80, 187, 243, 0.5);
 	text-transform: uppercase;
	font-weight: bold;
 	color: #ffffff;
	}

/* 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;
