/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #A5A9B2;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #A5A9B2;
}

body {
	
	background: #d3f4f2 url(images/back_all.gif) repeat-x;
	font: 12px Tahoma, Helvetica, sans-serif;
	color: #383838;
	margin-top: 20px;
}

#content
{
	width: 738px;
	margin: 0px auto;
}

#main
{
	width: 718px;
	padding: 10px;
	padding-top: 20px;
	background: #ffffff url(images/table_back.gif) repeat-y;
}

#back
{
	width: 738px;
}

#header {
	height: 290px;
	text-align: right;
	background: url(images/pleca.swf) no-repeat;		
}

#logo {

	width: 718px;
	height: 100px;
	text-align: left;
	padding-top: 149px;
	padding-left: 20px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}

#logo H2 a
{
	font-size: 12px;
}


.menu
{
	width: 700px;
	height: 41px;
	padding-left: 39px;
	background: url(images/menu.gif) no-repeat;
	position:relative;
	z-index:100;
	clear: both;
	float: left;
}

.menu ul{
	list-style: none;	
	padding:0;
	margin:0;
}

.menu li {
	
	display: inline; 
	position:relative;
	float:left;
	margin: 0;
	padding: 0px;
	list-style: none;
	z-index: 1;
	
	
}

.menu li.last {
	background:none;
}
.menu li:hover {
	z-index:2;
}


.menu li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	width:115px;		
	text-decoration:none;

}


.menu li a:hover ,
.menu li.active a,
.menu li:hover a

{
	background-position: 0 -37px;
	line-height: 38px;
	background: url(images/menu_r.gif) repeat-x;
	
}
.menu li a:hover,
.menu li.active a,
.menu li.hover a,
.menu li:hover a {
	color: #ffffff;
}
.menu li:hover .sub,
.menu li.hover .sub {
	display:block;
}
.menu li .sub {
	display: none;
	position: absolute;
	top: 38px;
	left: 6px;
	background: url(images/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.menu li ul {
	background: url(images/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 12px;
}

.menu li:hover li,
.menu li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #789f99 dashed;
	background: #ffffff;
}
.menu li:hover li a,
.menu li.active li a {
	color: #07402b;
	background: #ffffff;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.menu li:hover li a:hover,
.menu li.active li a:hover {
	color: #fff;
	background: #6db4b0 !important;
	text-decoration: none;
	line-height: normal;
}


.menu .btm-bg {
	background: url(images/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}

/*IE*/
.menu li li a:hover,
.menu li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/

#right
{
	width: 215px;
	float: right;
}

#right H3
{
width: 190px;
height: 29px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-right:15px;
padding-top: 10px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) no-repeat;
}

#right ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
}

#right .title_back
{
background: url(images/title_back.gif) no-repeat top;
}

#right li  {
	padding: 7px;
	padding-left: 20px;

}


#right a {
	color: #07402b;
}
#right a:visited {
	color: #07402b;
}

#right p
{
font-size: 10px;
padding-left: 10px;

}

.bot
{
padding: 10px;
}

#calendar {
	padding: 20px 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#left
{
width: 450px;
margin-left: 20px;
}

#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #F39F19;
}

#left a
{
color: #F39F19;
text-decoration: none;
}

#left p {
	margin: 5px;
	padding: 0;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #07402b;
}


#left h3 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #789f99;
}

#left ol, #left ul
{
margin-left: 30px;
}

.date {
	text-align: right;
	color: #F39F19;
	font-size: 11px;

}

.date a {
	color: #F39F19;

}

#footer {
	height: 44px;
	clear: both;
	padding-top: 15px;
	background: url(images/footer.gif) repeat-x top;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

 a.white
{
 TEXT-DECORATION: none;
 color:#000000;
 font-family: Verdana;
 font-size: 12px;
 font-weight: bold;
}

a.white:hover {text-decoration:underline;color:#ffffff;font-weight: bold;}
a.white:link  {color: #ffffff;font-weight: bold;}
a.white:visited {color: #ffffff;font-weight: bold;}




.fuente_blanco_12b
{
 font-family: Verdana;
 font-size: 12px;
 color: #ffffff;
}

.fuente_negro_12b
{
 font-family: Verdana;
 font-size: 12px;
 color: #000000;
}

.fuente_negro_10b
{
 font-family: Verdana;
 font-size: 9px;
 color: #000000;
 font-weight: bold;
} 

.fuente_gris_9b
{
 font-family: Verdana;
 font-size: 9px;
 color: #ff0000;
}

.fuente_gris_9
{
 font-family: Verdana;
 font-size: 9px;
 color: #000000;
}

.clientes
{
	background-color:white;
	
	}
	
.main-subcontent {display:inline /*Fix IE floating margin bug*/;  width:185px; margin:0 15px 0 0; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.subcontent-unit-border {width:183px; margin:0 0 2.0em 0; padding:0 0 5px 0; border:solid 1px #ffffff; background:rgb(235,235,235);}

.round-border-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(images/bg_corner_topleft.gif) no-repeat; margin-top:-1px; margin-left:-1px;}
.round-border-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(images/bg_corner_topright.gif) no-repeat; margin-top:-1px; margin-left:174px;}
.main-subcontent h6 {clear:both; margin:0 0 10px 0; padding:4px 10px 3px 10px; background-color:#073e2b; font-family:"trebuchet ms",arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:80%;}



#background-image
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	width: 450px;
	text-align: left;
	border-collapse: collapse;
	
}
#background-image th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #1C544F;
}
#background-image td
{
	padding: 9px 12px;
	color: #1C544F;
	border-top: 1px solid #fff;
}
#background-image tfoot td
{
	font-size: 11px;
}
#background-image tbody td
{
	background: url('images/back.png');
}
* html #background-image tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back.png',sizingMethod='crop');
	background: none;
}	
#background-image tbody tr:hover td
{
	color: #000000;
	background: none;
}

/*------*/

#background-image1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	width: 450px;
	text-align: left;
	border-collapse: collapse;
	
}
#background-image1 th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #1C544F;
}
#background-image1 td
{
	padding: 9px 12px;
	color: #1C544F;
	border-top: 1px solid #fff;
}
#background-image1 tfoot td
{
	font-size: 11px;
}
#background-image1 tbody td
{
	background: url('images/back.png');
}
* html #background-image1 tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back.png',sizingMethod='crop');
	background: none;
}	
#background-image1 tbody tr:hover td
{
	color: #000000;
	background: none;
}


/*------*/

#background-image2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	width: 680px;
	text-align: left;
	border-collapse: collapse;
	background: url('images/pen.jpg') 255px 320px no-repeat;
}
#background-image2 th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #1C544F;
}
#background-image2 td
{
	padding: 9px 12px;
	color: #1C544F;
	border-top: 1px solid #fff;
}
#background-image2 tfoot td
{
	font-size: 11px;
}
#background-image2 tbody td
{
	background: url('images/back.png');
}
* html #background-image2 tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back.png',sizingMethod='crop');
	background: none;
}	
#background-image2 tbody tr:hover td
{
	color: #000000;
	background: none;
	
	
}



#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	width: 680px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #eff2ff;
}
