/* 
	project:  internet studio
	author:   luka cvrk 
*/
@charset "utf-8";
*{ margin: 0; padding: 0; }* 
body { font: .8em Tahoma, "Trebuchet MS", Tahoma, sans-serif; line-height: 1.6em; background: #fff url(images/bg.gif) repeat-x; color: #8E8E91; }
.che a:link { background-image: url(images/rss.gif); width: 100px; height: 30px; text-indent: -999em; display: block; float: right;}
.che a:hover {   background-position: 0 135px;}
.che a:visited {background-image: url(images/rss.gif); width: 100px; height: 30px; text-indent: -999em; display: block; float: right;}


.che2 a:link { background-image: url(images/mu.gif); width: 88px; height: 65px; text-indent: -999em; display: block; float: left;}
.che2 a:hover {   background-position: 0 65px;}
.che2 a:visited {background-image: url(images/mu.gif); width: 88px; height: 65px; text-indent: -999em; display: block; float: left;}

.che3 a:link { background-image: url(images/flick.gif); width: 145px; height: 35px; text-indent: -999em; display: block; float: left;}
.che3 a:hover {   background-position: 0 36px;}
.che3 a:visited{background-image: url(images/flick.gif); width: 145px; height: 35px; text-indent: -999em; display: block; float: left;}

a {	color: #3668B9;	background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; text-decoration: underline; }
p { margin: 0 0 15px 0; }
h1 { font: normal 2.8em Georgia, "Times New Roman", Arial; color: #444; }
h2 { font: normal 1.7em Georgia, "Times New Roman", Arial; margin: 0 0 10px; padding: 0 0 3px; color: #333; border-bottom: 1px solid #eee; }
img { border: 0; }
#content { width: 930px; margin: 25px auto; }
#logo { margin: 10px 0 20px 0; width: 340px; float: left; }
	#logo p { margin: 0; }
#menu { float: right; padding: 40px 0 0; margin: 0 0 38px; }
	#menu li { font-size: 1.1em; display: inline; }
	#menu li a { float: left; width: 87px; padding: 2px 0 7px; text-align: center; margin: 0 0 0 10px; color: #636365;  }
	#menu li a.current { background: #fff url(images/button.gif) no-repeat; color: #333333; }
	#menu li a:hover { text-decoration: none; color: #000; background: #fff url(images/button_grey.gif) no-repeat; }
.clear { clear: both; }
.caption { background: #fff url(images/title.gif) no-repeat; padding: 2px 0 0 18px; height: 35px; color: #fff;  }
.caption2 { background: #fff url(images/title2.gif) no-repeat; padding: 2px 0 0 18px; height: 35px; color: #fff;  }

	.caption p { margin: 0; }
#left { margin: 0 0 20px; clear: left; width: 270px; float: left; }
.box { background: #eee; }
#left img { padding: 6px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #fff;}
#left img:hover { padding: 6px; background:#C6D5EC;}
.smallthumb { width: 109px; }

/*Clase para las imagenes de la Galeria*/
.smallthumb2 { 
padding: 1px; 
border-right: 2px solid #999; 
border-bottom: 2px solid #999; 
background: #fff; 
width: 118px; 
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;
}
.smallthumb2:hover { 
padding: 1px; 
border-right: 2px solid #999; 
border-bottom: 2px solid #999; 
background: #fff; 
width: 118px; 
filter:alpha(opacity=100);  
-moz-opacity: 1.0;  
opacity: 1.0;
-khtml-opacity: 1.0; 
}


#center { width: 240px; float: left; margin: 0 0 20px 15px; }
#right { float: right; width: 380px; }
	.date { font-size: .8em; border-top: 1px solid #eee; padding: 5px 0 0; }
.box { background: #eee; padding: 10px; }
.box li { list-style: none; border-bottom: 1px dotted #ccc; line-height: 26px; }
.box li a { padding: 0 5px; }


#footer { 
  font-size: .84em; 
  clear: both; 
  padding: 15px; 
  background: #eee;
  background:url(images/foot.jpg) repeat-x; 
  height:153px;	
  margin:0px;
  padding:0px;	
  font-size: 12px;
  color:#999999;/*#9eba3f*/
  clear:both;
  width:100%;
  }
  
 
	
#footer a { color: #3B6AB7; }