
/* CSS Document */





body {
	text-align:center;
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	border: 0px;
	text-align: center;
	background-image: url(../img/_fons.gif);
	background-repeat:  repeat-y;
	background-position: center;
	height: 100%;
}
fieldset, img {
	border: none;
	
}
a:link, a:visited, a:active {
	text-decoration: none;
	color:#666666;
	font-size:11px;
}
a:hover {
	text-decoration: underline;
}
b {
	font-size: 110%;
}

#espai{
float: left;
padding-top: 30px;
}


h6 {
	clear:both;
	color:#666666;
	font-size:11px;
	padding:.1em 1em .1em 0;
	margin:0 .75em 1em 1em;
	font-weight: normal;
}
h1 {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: -10px;
	padding-top:10px;
	color:#ed8122;
	text-transform: uppercase;

}

h3 {
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	color:#c73e49;
	
	margin-top: 19px;
	color:#c73e49
}
/* columnas */

#side-a {
	float: left;
	width: 225px;
	margin: 0px 0px 0px 8px;
}
#side-b {
	float: left;
	width: 226px;
	
	margin: 0px 0px 0px 5px;
}
#side-c {
	float: right;
	width: 224px;
}
/* IE6 Only */
* html #seccion {
	margin: 40px 0px 0px 0px;
}
#seccion {
	margin: 20px 0px 0px 0px;
	font-size: 110%;
	font-weight: normal;
	color: #a1a1a1;
}
#idiomas {
	font-family: arial, Helvetica, sans-serif;
	font-size: 55%;
	float: right;
	color: #ffffff;
	margin: 0px 5px 5px 5px;
	position: relative;
}
#idiomas a {
	color: #ffffff;
	text-decoration: none;
}
#maincontainer {
	width: 1217px; /*Width of main container*/
	text-align:left;
	margin:0 auto 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../../img/_fons_anim.gif);
	background-repeat: no-repeat;
}
#mainvideo {
	width: 1217px; /*Width of main container*/
	text-align:left;
	margin:0 auto 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../img/_fons_anim.gif);
	background-repeat: no-repeat;
}
#topsection {
	height: 92px; /*Height of top section*/
}
#contentwrapper {
	float: left;
	width: 100%;
}
#contentcolumn {
	margin-right: 190px; /*Set right margin to RightColumnWidth*/
}
/* IE6 Only */
* html #rightcolumn {
	background-position: 0px 39px;
}
#rightcolumn {
	float: left;
	width: 190px; /*Width of right column*/
	margin-left: -190px; /*Set left margin to -(RightColumnWidth) */
	background-image: url(../../img/_fons_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}



#footer {
	clear: left;
	width: 100%;
	height: 22px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 65%;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #666666;
}
#footer a {
	color: #666666;
	font-size: 100%;
}

.innertube {
	margin: -25px 0px 0px 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	padding: 0px 0px 0px 0px;
}
.fonsmenu {
	background-color: #FFFFFF;
	height:100%;
}
/* menu desplegable */

#fondo {
	height:66px;
}
#menu {padding:0; margin:0;margin-top:5px; list-style:none; height:37px; position:relative; z-index:50;right:-110px; width: 1095px;}
#menu li {float:left; margin-right:0px;border-right:#8d8d8d dotted 1px;}
#menu li a {display:block; float:left; height:37px; line-height:14px;  color:#1f1f1f; text-decoration:none; font-size:11px; font-weight:bold; padding:10px 22px 0 15px;}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}




/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	z-index:200;
	position:relative;
	color:#fff;
	background-color:#d4252a;
}
#menu li:hover {
	position:relative;
	z-index:200;
}
#menu li:hover > a {
	color:#fff;
	background:#d4252a;
}
#menu li:hover > a.sub {
	color:#fff;
	background-color:#d4252a;
	
}
#menu li.current a {
	color:#fff;
	background:#840;
}
#menu li a.sub {
}
#menu li.current a.sub {
	color:#fff;
	
}
#menu :hover ul {
	left:0;
	top:45px;
	width:120px;
	
}
/* keep the 'next' level invisible by placing it off screen. */
#menu ul, #menu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	margin-top:1px;
}
#menu :hover ul :hover ul {
	left:125px;
	
	top:-1px;
	background:#d4252a;
	white-space:nowrap;
	width:100px;
	z-index:200;
	height:auto;
}
#menu :hover ul li {
	border-right:0;
	margin:0;
	padding:0 0;
	border-top:1px solid #666;
}
#menu :hover ul li a {
	width:125px;
	padding:0 0;
	margin:0;
	text-indent:10px;
	background:#333;
	color:#ccc;
	height:30px;
	line-height:30px;
}
#menu :hover ul li a.fly {
	background:#333 url(../../right-arrow.gif) no-repeat right center;
}
#menu :hover ul :hover {
	background-color:#d4252a;
	color:#fff;
}
#menu :hover ul :hover a.fly {
	background-color:#d4252a;
	color:#fff;
}
#menu :hover ul li.currentsub a {
	background:#840;
	color:#fff;
}
#menu :hover ul li.currentsub a.fly {
	background:#840 url(../../right-arrow.gif) no-repeat right center;
	color:#fff;
}
#menu :hover ul :hover ul li a {
	width:100px;
	padding:0;
	text-indent:10px;
	background:#3e3e3e;
	color:#ccc;
}
#menu :hover ul :hover ul :hover {
	background-color:#d4252a;
	color:#fff;
}
#menu :hover ul :hover ul li.currentfly a, #menu :hover ul :hover ul li.currentfly a:hover {
	background:#d4252a;
	color:#fff;
}
/* menu desplegable vertical */


#menucase ul.vert-one {
	padding:0;
	list-style-type:none;
	font-size: 80%;
	line-height:290%;
	width:180px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menucase ul.vert-one li {
	margin:0;
	padding:0;
	border-bottom:1px solid #d5d5d5;
	float: left;
	width:180px;
}
#menucase ul.vert-one li a {
	display: block;
	width: 180px;
	text-decoration:none;
	color:#828282;
	background:#f0f0f0;
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 10px;
	font-size: 12px;
}
#menucase ul.vert-one li a:hover {
	color:#FFFFFF;
	background-repeat:  repeat-x;
	background-position: 0;
	background-image: url(../../img/submenu_on.gif);
}
#menucase ul.vert-one li a.current, ul.vert-one li a.current:hover {
	color:#ffffff;
	background-image: url(../../img/submenu_select.gif);
	background-repeat:  repeat-x;
}
/* cuatre columnas */

div#titul {
	width:915px;
	margin-left: 11px;
	padding-bottom: 11px;
	font-size: 11px;
	color:#333333;
	font-weight: bold;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


div#seccio {
	float:left;
	width:230px;
	margin-right: 16px;
	font-size: 11px;
	color:#333333;
	line-height: 1.3em;
	color:#333333;
}

div#primera {
	float:left;
	width:230px;
	margin-right: 16px;
	margin-top: 15px;
	font-size: 11px;
	color:#333333;
	line-height: 1.3em;
	color:#333333;
}

div#primera ul{
	float:left;
	margin: 0 0;
	padding:0 0;
	padding-left: 10px;
	font-size: 11px;
	line-height: 1.3em;
	
}



div#segona {
	float:left;
	width:412px;
	margin-right: 5px;
	margin-top: 15px;
	font-size: 11px;
	color:#333333;
	line-height: 1.3em;
	color:#333333;
}


div#tercera {
	float:left;
	width:902px;
	margin-top: 15px;
	font-size: 11px;
	color:#333333;
	line-height: 1.3em;
	
}
div#tercera p{
	font-size: 11px;
	color:#333333;
	line-height: 18px;
	
}



/* mapa web */
#innertube {
	list-style-type: none;
	color: #999999;
	margin:0 0 0 0;
	padding:0 0 20px 0;
	font-weight: bold;
}
#innertube ul.segon {
	list-style-position: inside;
	list-style-type: square;
	color: #999999;
	margin:0;
	padding:0px 0px 0px 20px;
	font-weight: normal;
}
/* capas contenido web */
#navigation {
	width:290px;
	min-height:800px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	background-color:#ffffff;
	float:right;
	border-left:1px solid #cccccc;
	padding-left:14px;
}
#columlogin {
	width:270px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	background-color:#ffffff;
	float:right;
}
#content {
	width:920px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	background-color:#ffffff;
	margin:0 0;
	padding:0 0;
	padding-left:24px;
}
#content h1 {
	margin-bottom:5px;
	padding-bottom:5px;
	margin-top:0px;
	line-height:24px;
	font-size:20px;
	color:#42a62a;
	text-transform: none;
	font-weight: normal;
		border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}


#content p {
	margin:0;
	padding:0;
	color:#333333;
	line-height:15px;
}

#content h5 {
	margin:0;
	padding: 0;
	color:#808080;
	font-size:11px;
	font-weight: normal;
	border-bottom:1px dashed #999;
	padding-bottom:10px;
	padding-top:10px;
	line-height:15px;
	width:215px	;		
}

#content h5 a{
	
	color:#333333;
	font-size:11px;
	font-weight: normal;
	
}
#content h2 {
	padding:0;
	margin:0;
	line-height:18px;
	font-size:16px;
	color:#333333;
}

#content h3 {
	margin:0;
	padding:0;
	color:#42a62a;
	font-size:18px;
}
#content h4 {
	margin:0;
	padding:0;
	color:#42a62a;
	font-size:12px;
}


#fons {
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	width:909px;
	background-color:#f9f9f9;
	border-top:1px dotted #cccccc;
	margin-left:0px;
	color:#505050;
	font-size:12px;
	padding-top:20px;
}







/* menu izquierdo con imagen */

#flyout {
	float:left;
	padding:0;
	margin:2px 0 0 0;
	list-style:none;
	width:241px;
	border-top:4px solid #cccccc;
	border-bottom:10px solid #42a62a;
}

#flyout ul {
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:-9999px;
}
#flyout table {
	border-collapse:collapse;
	margin:-1px -10px;
}
#flyout li {
	float:left;
	width:241px;
	height:30px;
}
#flyout li#title {
	margin:0;
	border-bottom:4px solid #cccccc;
	height:142px;
	color:#42a62a;
	padding-top:14px;
	text-transform: uppercase;
}
#flyout li a {
	display:block;
	width:211px;
	height:30px;
	color:#626262;
	font-size:11px;
	line-height:30px;
	text-decoration:none;
	padding-left:30px;
}

#flyout li#current a {
	background: url(../img/menu_on.gif) no-repeat 0px center;
	color:#ffffff;
}




#flyout li#single a {
	background: url(../img/menu_off.gif) no-repeat 0px center;
}
#flyout li#single a:hover {
	background: url(../img/menu_on.gif) no-repeat 0px center;
}
#flyout li a.fly {
	background: url(../img/menu_off.gif) no-repeat 0px center;
}
#flyout li a.fly b {
	display:block;
	width:109px;
	height:24px;
	background:url(../0) no-repeat right center;
	cursor:pointer;
}
#flyout li#support a {
	background:#888 url() no-repeat 0px center;
}
#flyout li#contact a {
	background:#888 url() no-repeat 0px center;
}
#flyout li:hover {
	position:relative;
}
#flyout li a:hover {
	white-space:nowrap;
	color:#ffffff;
	position:relative;
}
#flyout li:hover > a {
	color:#ffffff;
}
#flyout li a.fly:hover {
	background:url(../../img/menu_on.gif) no-repeat 0px center;
}
#flyout li:hover > a.fly {
	background: url(../../img/menu_on.gif) no-repeat 0px center;
}
#flyout :hover ul {
	left:120px;
	top:-1px;
	width:150px;
	height:auto;
	border-top:1px solid #fff;
}
#flyout :hover ul li {
	width:150px;
}
#flyout :hover ul ul {
	left:-9999px;
}
#flyout :hover ul :hover ul {
	left:130px;
	top:-1px;
}
#flyout :hover ul li a {
	background:#888 url() no-repeat 0px center;
	width:119px;
}
#flyout :hover ul li a b {
	width:119px;
	background:none;
}
#flyout :hover ul li a.fly {
	background:#888 url(../../img/menu_off.gif) no-repeat 0px center;
}
#flyout :hover ul li a.fly b {
	background:url() no-repeat right center;
}
#flyout :hover ul li a:hover.fly {
	background: url(../../img/menu_on.gif) no-repeat 0px center;
}
#flyout :hover ul :hover > a.fly {
	background: url(../../img/menu_on.gif) no-repeat 0px center;
}
#flyout :hover ul :hover ul ul {
	left:-9999px;
}
#flyout :hover ul :hover ul li a {
	background:#888 url() no-repeat 0px center;
	width:119px;
}
#flyout :hover ul :hover ul li a b {
	width:119px;
	background:none;
}
#flyout :hover ul :hover ul li a.fly {
	background: url(../../img/menu_off.gif) no-repeat 0px center;
}
#flyout :hover ul :hover ul li a.fly b {
	background:url() no-repeat right center;
}
#flyout :hover ul :hover ul li a:hover.fly {
	background: url(../../img/menu_on.gif) no-repeat 0px center;
}
#flyout :hover ul :hover ul li:hover > a.fly {
	background: url(../../img/menu_on.gif) no-repeat 0px center;
}
#flyout :hover ul :hover ul :hover ul {
	left:130px;
	top:-1px;
}
#flyout :hover ul :hover ul :hover ul li a {
	background:#888 url() no-repeat 0px center;
	width:119px;
}
#flyout :hover ul :hover ul :hover ul li a b {
	width:119px;
	background:none;
}




/* submenu */


#submenu {
	float:left;
	padding:0;
	margin:10px 0 40px 0;
	list-style:none;
	width:241px;
	
	border-color: #cbcbcb;
	border-top-width: 1px;
	border-top-style: solid;
	
}

#submenu ul {
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:-9999px;
}
#submenu table {
	border-collapse:collapse;
	margin:-1px -10px;
}
#submenu li {
	float:left;
	width:221px;
	height:25px;
}

#submenu li a {
	display:block;
	width:221px;
	height:25px;
	color:#626262;
	font-size:11px;
	text-decoration:none;
	padding-left:20px;
	font-weight: normal;
}
#submenu li#unic a {
	width:221px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #cbcbcb;
	background: url(../img/bullet_off.gif) no-repeat 5px center;
}
#submenu li#unic a:hover {
	
	background: #42a62a url(../img/bullet_on.gif) no-repeat 5px center;
}


#submenu li#return a {
	width:221px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #cbcbcb;
	border-color: #cbcbcb;
	background: url(../img/return_off.gif) no-repeat 0px center;
}

#submenu li#return a:hover {
	
	color:#42a62a;
	width:221px;
	text-decoration:underline;
	background:  url(../img/return_on.gif) no-repeat 0px center;
}




#submenu li#actiu {
	width:221px;
	color:#fff;
	background: #42a62a url(../img/bullet_on.gif) no-repeat 5px center;
}

#submenu li#actiu a{

	color:#fff;
	background: #42a62a url(../img/bullet_on.gif) no-repeat 5px center;
}
#submenu li a.fly {
	background: url(../img/bullet_off.gif) no-repeat 0px center;
}
#submenu li a.fly b {
	display:block;
	width:109px;
	height:24px;
	background:url(../0) no-repeat right center;
	cursor:pointer;
}
#submenu li#support a {
	background:#888 url() no-repeat 0px center;
}
#submenu li#contact a {
	background:#888 url() no-repeat 0px center;
}
#submenu li:hover {
	position:relative;
}
#submenu li a:hover {
	white-space:nowrap;
	color:#ffffff;
	position:relative;
}
#submenu li:hover > a {
	color:#ffffff;
}
#submenu li a.fly:hover {
	background:url(../img/bullet_on.gif) no-repeat 0px center;
}
#submenu li:hover > a.fly {
	background: url(../img/bullet_on.gif) no-repeat 0px center;
}
#submenu :hover ul {
	left:120px;
	top:-1px;
	width:150px;
	height:auto;
	border-top:1px solid #fff;
}
#submenu :hover ul li {
	width:150px;
}
#submenu :hover ul ul {
	left:-9999px;
}
#submenu :hover ul :hover ul {
	left:130px;
	top:-1px;
}
#submenu :hover ul li a {
	background:#888 url() no-repeat 0px center;
	width:119px;
}
#submenu :hover ul li a b {
	width:119px;
	background:none;
}
#submenu :hover ul li a.fly {
	background:#888 url(../img/bullet_off.gif) no-repeat 0px center;
}
#submenu :hover ul li a.fly b {
	background:url() no-repeat right center;
}
#submenu :hover ul li a:hover.fly {
	background: url(../img/bullet_on.gif) no-repeat 0px center;
}
#submenu :hover ul :hover > a.fly {
	background: url(../img/bullet_on.gif) no-repeat 0px center;
}
#submenu :hover ul :hover ul ul {
	left:-9999px;
}
#submenu :hover ul :hover ul li a {
	background:#888 url() no-repeat 0px center;
	width:119px;
}
#submenu :hover ul :hover ul li a b {
	width:119px;
	background:none;
}
#submenu :hover ul :hover ul li a.fly {
	background: url(../img/bullet_off.gif) no-repeat 0px center;
}
#submenu :hover ul :hover ul li a.fly b {
	background:url() no-repeat right center;
}
#submenu :hover ul :hover ul li a:hover.fly {
	background: url(../img/bullet_on.gif) no-repeat 0px center;
}
#submenu :hover ul :hover ul li:hover > a.fly {
	background: url(../img/bullet_on.gif) no-repeat 0px center;
}
#submenu :hover ul :hover ul :hover ul {
	left:130px;
	top:-1px;
}
#submenu :hover ul :hover ul :hover ul li a {
	background:#888 url() no-repeat 0px center;
	width:119px;
}
#submenu :hover ul :hover ul :hover ul li a b {
	width:119px;
	background:none;
}










/*columna dreta*/

#member {
	width:270px;
	float:left;
	height:285px;

}
#member h1 {
	font-weight: bold;
	font-size: 15px;
	color:#42a62a;
	text-transform: none;
	padding-bottom:10px;	
	border:0px;
	padding-top:0px;
		
	
}
#member h2 {
	font-weight: normal;
	font-size: 22px;
	color:#c73e49;
	
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #42a62a;	
	
	padding-top:10px;
	margin:47px 0 -10px  0 ;
}

#member p{
	color:#7c7c7c;
	font-size:11px;
	line-height: 18px;
	
	margin-right:40px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #42a62a;
	padding-bottom:25px;
}

#member h3 {
	font:normal 11px Trebuchet MS;
	display:block;
	width:230px;
	padding-left:29px;
	margin:0;
	color:#505050;
	text-transform: normal;
	float:left;
}

#menu form  {
	margin-top:11px;
	margin-right:400px;
		
}

#clock form  input{
	border:0px;
	background:transparent;
	font:normal 12px Trebuchet MS;
	color:#5c5c5c;
		
}
#menu form input.go:hover {
	font:bold 11px Trebuchet MS;
	background:url(../../img/boton_on.gif) 0 0 no-repeat;
	color:#42a62a;
	text-decoration:underline;
}
.submit_error {
	margin-left: 100px;
}
/* IE6 Only */
* html #menu form input.go {
	margin:15px 0 -10px 0;
}

#path {
    float:left;
	color:#7c7c7c;
	font-size:11px;
	padding:0 0;
	margin:0 0;
	margin-top:7px;
	width:900px;
}



#technical{
    float:left;
	font-size:12px;
	padding:10px 5px 0 10px;
	margin:0 0;
	height:30px;
	background-color:#ededed;
	width:240px;
}
#features{
    float:left;
	font-size:12px;
	padding:10px 10px 0 0px;
	margin:0 0;
	height:30px;
	background-color:#ededed;
	text-align:right;
	width:140px;
	}

#technical2{
    float:left;
	font-size:12px;
	padding:10px 5px 0 10px;
	margin:0 0;
	height:30px;
	background-color:#fff;
	width:240px;
}
#features2{
    float:left;
	font-size:12px;
	padding:10px 10px 0 0;
	margin:0 0;
	height:30px;
	background-color:#fff;
	text-align:right;
	width:140px;
	}
#features2 h6{
    
	font-size:9px;
	text-align:right;
	margin:0 0;
	padding:0 0;
	
	}
#features h6{
    
	font-size:9px;
	text-align:right;
	margin:0 0;
	padding:0 0;
	
	}
	
	
	
	
	
	
#fila01{
    float:left;
	font-size:12px;
	padding:5px 5px 5px 10px;
	margin:0 0;
	height:15px;
	background-color:#ededed;
	width:230px;
}
#fila011{
    float:left;
	font-size:12px;
	padding:5px 10px 5px  0px;
	margin:0 0;
	height:15px;
	background-color:#ededed;
	text-align:right;
	width:150px;
	}
#fila012{
    float:left;
	font-size:12px;
	padding:5px 10px 5px 10px;
	margin:0 0;
	height:15px;
	background-color:#ededed;
	width:385px;
}
#fila013{
    float:left;
	font-size:12px;
	padding:5px 10px 5px  10px;
	margin:0 0;
	height:15px;
	background-color:#fff;
	
	width:350px;
	}

#fila02{
    float:left;
	font-size:12px;
	padding:5px 5px 5px  10px;
	margin:0 0;
	height:15px;
	background-color:#fff;
	width:230px;
}
#fila022{
    float:left;
	font-size:12px;
	padding:5px 10px 5px  0;
	margin:0 0;
	height:15px;
	background-color:#fff;
	text-align:right;
	width:150px;
	}




	
	/* 3 :-------- slide ------------ */		
		
.slideshow_images {
width:654px;
height:441px;
overflow:hidden;
}

#home_thumbs {
width:100%;
text-align:center;
margin:0px 0 0 0;
}

#home_thumbs li {
display:inline;
margin:0 8px 0 0;
padding:0 0 2px 0;
}

#home_window img {
	margin:0 0;
	padding:2px 2px 2px 2px;
	border: 1px solid #CCCCCC;
}


	/* 3 :-------- flash ------------ */		
		

#flash{
width:693px;
float:left;

}
#flash p {
	margin:0 0;
	padding:0 0;
	line-height:15px;
	font-size:11px;
}
#formcolum{
	margin:0 0;
	padding:0 0;
	line-height:15px;
	font-size:11px;
	width:310px;
	float:left;
}

#testimonial{
width:197px;
height:102px;
float:left;
background: url(../img/lateral.jpg) no-repeat 0px        ;
text-align:left;
margin:0 0;
padding-left:14px;
padding-top:50px;
}

/* submenu */


#menuflash {
	float:left;
	padding:0;
	margin:10px 0 40px 0;
	list-style:none;
	width:150px;
	

	
}

#menuflash ul {
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:-9999px;
}
#menuflash table {
	border-collapse:collapse;
	margin:-1px -10px;
}
#menuflash li {
	float:left;
	width:150px;
	height:22px;
}

#menuflash li a {
	display:block;
	width:150px;
	height:22px;
	color:#626262;
	font-size:11px;
	text-decoration:none;
	padding-left:12px;
	font-weight: normal;
}
#menuflash li#unic a {
	width:150px;
	
	background: url(../img/bullet-video_off.gif) no-repeat 0px center;
}
#menuflash li#nolink a {
	height:1px;
	width:150px;
	margin:-0 0;
	padding:0 0;
	
}


#menuflash li#unic a:hover {
	text-decoration:underline;
	background:  url(../img/bullet-video_on.gif) no-repeat 0px center;
	color:#42a62a;
}
#menuflash li#actiu {
	width:150px;
	color:#fff;
	background:  url(../img/bullet-video_on.gif) no-repeat 0px center;
}

#menuflash li#actiu a{

	color:#fff;
	background:  url(../img/bullet-video_on.gif) no-repeat 0px center;
}

#video{
margin:0 0;
padding:0 0;
float:left;

}

#novideo{
margin:0 0;
padding:0 0;
float:left;
background:#ebebeb;
height:190px;
width:209px;

}


/*
http://icant.co.uk/csstablegallery/index.php?css=71

Data Tables and Cascading Style Sheets Gallery
Title: Casablanca
Author: RODrigo CASTilho Galvão Ferreira - RODCAST
URL: http://www.rodcast.com.br
Update: 04/04/2008 10:51 AM
*/

#line{
border-right: 1px solid #CCC;
padding: 0 0;
margin: 0 0;
float:right;
width:33px;
text-align:center;
}
#lineplus{
border-right: 1px solid #CCC;
padding: 0 0;
margin: 0 0;
float:right;
width:43px;
text-align:center;
}

table {
	color: #7F7F7F;
	font: 0.7em/1.5em "Trebuchet MS",Verdana,sans-serif;
	border-collapse: collapse
}

table,caption {
	margin: 0 auto;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC
}

caption,th,td {
	border-right: 1px solid #CCC;
	padding: 10px;
	
}

caption,thead th,tfoot th,tfoot td {
	
	background-color: #CCC;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase
}

thead th {
	background-color: #c73e49;
	color: #fff;
	text-align: center;
}

tbody th {
	
	padding: 5px 5px;
	text-align: left;
}

tbody tr.odd {
	background-color: #F7F7F7;
	color: #666;
	
}

tbody a {
	padding: 1px 2px;
	color: #333;
	text-decoration: none;
	
}

tbody a:active,tbody a:hover,tbody a:focus,tbody a:visited {
	color: #666
}

tbody tr:hover {
	background-color: #EEE;
	color: #333
}

tbody tr:hover a {
	background-color: #FFF
}

tbody td+td+td+td a {
	color: #C30;
	font-weight: bold;
	border-bottom: 0;
	
}

tbody td+td+td+td a:active,tbody td+td+td+td a:hover,tbody td+td+td+td a:focus,tbody td+td+td+td a:visited {
	color: #E63C1E
}

tbody td a[href="http://www.rodcast.com.br/"] {
	margin: 0 auto;
	display: block;
	width: 15px;
	height: 15px;

	text-indent: -999em;
	border-bottom: 0
}

/*
COMEXI GROUP GENERAL
*/


#column{

margin:0;
padding-top:48px;
float:left;
}


#column01{
width: 613px;
margin:0;
padding-top:48px;
float:left;
}

#column02{
width: 240px;
margin:0;
padding-top:50px;
padding-right:32px;
padding-left:30px;
float:left;

background:url(../img/notice.gif) no-repeat 0 40px;
}

#column02 h1{
padding:0;
margin:0;
border:0;
font-size:16px;
font-weight:bold;
color:#333333;
line-height:45px;

}
#column02 p{
padding:0;

margin:0;
border:0;
font-size:11px;
line-height:18px;
color:#333333;

}

#history{
margin-right:6px;
padding:2px;
width:194px;
height:225px;

border:0;
background:url(../img/history.gif) no-repeat;
float:left;


}
#history p{
padding:10px;
padding-top:0px;
margin:0;
border:0;
font-size:11px;
line-height:14px;
color:#818181;

}

/* NOTICIAS */
#homeflash{
     float:left;
	padding:0 0;
  }

#lawernews {
	
   float:left;
   margin:0 0;
   width:210px;
   height:383px;
   background:transparent url(../img/news.gif) no-repeat 0px 0;
   padding-left:15px;
   padding-right:20px;
   
}
#lawernews h2{
font-size:15px;
font-weight:bold;
color:#FFFFFF;
padding-top:1px;

margin:0 0;

   
}
#lawernews h1{
	font-size:11px;
	
	font-weight:normal;
	color:#333333;
	padding-top:20px;
	
	padding-bottom:10px;
	border-bottom:1px dashed #cbcbcb;
	line-height:16px;
	margin: 0 0;
	text-transform: uppercase;
}
#enew{
	font-size:10px;
	
	font-weight:bold;
	color:#FF0000;
	padding-top:0;
	margin: 0 0;
	text-transform: uppercase;
}

#enew a:hover{
	color:#000000;	
}
