body {
	background-color: #5b5b5b;
	margin: 20px;
}
div.container {
	background: white;
}
/* Header
----------------------------------------*/
div#header {height: 150px;padding-top: 10px; background: white;}

/* Logo
----------------------------------------*/
div#logo
{
	position:relative;
	height:100px;
	margin-top: 19px;
}

div#logo a {
	position:absolute;
	display:block;
	height:110px;
	width:222px;

}

h1 {
	color: #FFF;
	height:110px;
	width:222px;
	background-image: url(../images/logocopik.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
} 


/* Nav
-------------------------------------*/

div#menu {
	margin-top: 77px;
}

ul.tabs { margin: 0; padding: 10px 0; background: #fff; font-size: 1.2em;	}
ul.tabs li { float: left; list-style: none; margin: 0; padding: 0; margin-right: 2px;}
ul.tabs li a { float: left; display: block; padding: 4px 9px; background: #ddd; color: #666; text-decoration: none;}
ul.tabs li a:hover {background: #888888; color: #fff; background-image: url(../images/pico4.gif); background-repeat: no-repeat; background-position: center bottom;}

ul.tabs li a#current {background: #5b5b5b; color: #fff; background-image: url(../images/pico4.gif); background-repeat: no-repeat; background-position: center bottom;}

/* Clearing floats without extra markup  */
ul.tabs { display: inline-block; }
ul.tabs:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html ul.tabs { height: 1%; }
ul.tabs { display: block; }
		
/* Main Content
----------------------------------------*/
#main-content 
{
	margin: 10px 0 20px 0;
	background: white;
}

#main-content-foto
{
	height: 208px;
	background-image: url(../images/photodrop.gif);
	background-repeat: repeat-x;
	padding: 9px 0;
	position: relative;
}

#main-content-foto img
{
	position:absolute; top:9px;left:0;
}
#main-content-right 
{	
}

#main-content-left 
{
	
}

table#horarios {
	margin-top: 10px;	
}

table#horarios td{
	font-weight: bold !important;
}

ul.servicios-tc 
{
	width: 390px;
	margin: 0; padding:0;
}

ul.servicios-tc li
{
	width: 390px;
	list-style: none;
	float: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-top: 15px;
}

ul.servicios-tc li:hover
{
	background: #fffdfa;
}

ul.servicios-tcp 
{
	width: 834px;
	margin: 0; padding:0;
}

ul.servicios-tcp li
{
	width: 400px;
	list-style: none;
	float: left;
}

ul.servicios-tc li img
{
	border: 1px solid #ccc;
	padding: 5px;
}

li.left-col
{
	margin-right: 20px;
}

ul#servicios-oc 
{
	width: 618px;
	margin: 0; padding: 10px 0;
}

ul#servicios-oc li
{
	width: 100%;
	list-style: none;
	float: left;
}

ul#servicios-oc li img
{
	border: 1px solid #ccc;
	padding: 5px;
}


/* Footer
----------------------------------------*/
#footer
{
	border-top: 20px #5b5b5b solid;
	padding-top:20px;
	padding-bottom: 20px;
}

