@charset "utf-8";
/* CSS Document */

body {
	background:#fff url(../images/bg.png) repeat-x top center;
	margin:0;
	padding:0;
	font: 12px "Lucida Sans", "Lucida Console", Arial, Verdana;
	color:#000;
}
a {
	color:#cc0066;
	text-decoration:none;
	font-weight:bold;
}

#wrapper {
	background:#fff;
	margin:0 auto;
	padding:0;
	text-align: justify;
	border:1px #ccc solid;
	width:950px;
	color:#333;
}
.contenido {
	padding:15px;
	min-height:400px;
	}
#navbar {
	margin:0 auto;
	width:940px;
	height:20px;
	text-align:left;
	color:#333;
	padding:5px;
	}
#navbar li {
	font: 13px Verdana, Geneva, sans-serif;
	font-weight:bold;
	list-style:none;
	display:inline;
	margin-right:30px;}
#footer {
	margin:0 auto;
	width:940px;
	text-align:left;
	font:10px Verdana, Geneva, sans-serif;
	color:#666;
	padding:0 5px;
	}

#sidebar {
	float:right;
	width:230px;
	border:1px #ddd solid;
	padding:5px;
	display:inline;
	}
/* ######### CSS for Shade Tabs ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color: #2d2b2b;
background: white;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
