/*#############################################################
Name: Bright Pixel
Date: 2006-05-07
Description: A smooth, monochrome, lightweight design.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
a {
	color: #000;
	text-decoration: none;
}
body {
	background: #000000 repeat-y fixed center bottom;
	color: #333; margin: 20px 0;
	text-align: center; font: normal .7em Verdana, Arial, Helvetica, sans-serif;
}
.gfx a {
	background: #F5F5F5 url(/images/newsentidohomepic.jpg) no-repeat;
	display: block;
	height: 350px;
	padding-bottom: 0px;
}
.gfx1 a {
	background: #F5F5F5 url(/images/newsentido1.jpg) no-repeat;
	display: block;
	height: 350px;
	padding-bottom: 0px;
}
.gfx2 a {
	background: #F5F5F5 url(/images/newsentido2.jpg) no-repeat;
	display: block;
	height: 350px;
	padding-bottom: 0px;
}
.gfx3 a {
	background: #F5F5F5 url(/images/newsentido4.jpg) no-repeat;
	display: block;
	height: 350px;
	padding-bottom: 0px;
}
.gfx4 a {
	background: #F5F5F5 url(/images/newmerged.jpg) no-repeat;
	display: block;
	height: 350px;
	padding-bottom: 0px;
}
.gfx5 a {
	background: #F5F5F5 url(/images/newmerged.jpg) no-repeat;
	display: block;
	height: 350px;
	padding-bottom: 0px;
}

/* header */
.header {
	background: #33FF00;
	border-bottom: 1px solid #E5E5E5;
	font: bold 3em/3em Arial;
}

/* main */
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}
.container {
	margin: 10px;
}

/* menu */
.menu a {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #000000;
	float: left;
	padding-top: 4px;
	width: 149px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 150px;
	border-right: none;
}

/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #FCFCFC repeat-x;
	padding: 10px;
}

/* footer */
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
}

.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}
