body {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:19px;
	margin:0px;
	
	background-color:#005AA8;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}

.general {
	/*background-color:#CCC;*/
	background:url(../images/head.png);
	background-position:top right;
	background-repeat:no-repeat;
	
	display:block;
	overflow:hidden;
	
	margin:0px auto 0px auto;
	padding:0px;
	
	width:900px;
	height:auto;
}

* html .general {
	display:table;
	width:940px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
	text-align:left;
}

.head {
	/*background-color:#0F0;*/
	width:900;
	height:146px;
	float:none;
	clear:both;
}

.logo {
	width:330px;
	height:127px;
	margin:0px;
	padding:0px;
	float:left;
	border:none;
}

.logo a {
	border:none;
}

.headRight {
	/*background-color:#C00;*/
	margin:12px 14px 0px 0px;
	width:556px;
	float:right;
	text-align:right;
	font-size:11px;
	color:#CCC;
}

.headList {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}

.advSearch {
	color:#F90;
	font-weight:bold;
	font-size:12px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.search {
	display:block;
	background:url(../images/searchBox.png) no-repeat top;
	/*width:140px;*/
	width:auto;
	height:25px;
	float:right;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

.searchBox {
	/*background-image:url(../images/bgSearch.jpg);
	background-repeat:repeat-x;*/
	background-color:#F69;
	border:#333 solid 0px;
	height:14px;
	color:#F90;
	float:left;
	/*margin:6px 0px 0px 30px;*/
	margin:0px;
	font-size:11px;
}

.searchBtn {
	background-image:url(../images/searchOk.png);
	background-repeat:no-repeat;
	background-color:transparent;
	width:27px;
	height:20px;
	float:right;
	border:none;
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	margin:3px 3px 0px 0px;
	text-align:center;
}

/* No funciona
* html .searchBtn {
	padding:0px 3px 0px 3px;
	margin:0px 3px 0px 3px;
}*/

.searchBtn a {
	color:#FFF;
	text-decoration:none;
}

.searchBtn a:hover {
	color:#CCC;
}

.mainMenu {	
	width:905px;
	height:46px;
	
	margin:0px;
	padding:0px;
	float:none;
	clear:both;
}

.mainMenu ul {
	margin:0px;
	padding:0px;
}

.mainMenu ul li {
	display:inline;
	margin:0px;
	padding:0px;
}

.mainMenu ul li a {
	padding:0px;
	margin:0px 2px 0px 0px;
	float:left;
}

.finColumnas {
	clear:both;
	float:none;
}

.lineHomeNews {
	clear:both;
	float:none;
	margin-bottom:5px;
	border-bottom:#666 dotted 1px;
}

.banner {
	width:900px;
	height:265px;
}

.loopMarcas {
	background-color:#FFF;
	display:block;
	float:none;
	clear:both;
	width:900px;
	height:40px;
	margin:0px;
	padding:0px;
}

.contenido {
	/*background-color:#036;*/
	background-image:url(../images/bgContHome.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
	display:block;
	overflow:visible;
	
	width:880px;
	height:auto;
	
	margin:0px;
	padding:13px 10px 0px 10px;
}

* html .contenido {
	width:900px;
}


.news {
	width:296px;
	height:auto;
	float:left;
	text-align:left;
}

* html .news {
	width:296px;
	/*background-color:#0C0;*/
}

.headNews {
	background-image:url(../images/titleNews.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:256px;
	height:17px;
	margin:0px;
	padding:18px 0px 12px 40px;
	letter-spacing:-1px;
	font-size:20px;
	color:#CCC;
}

* html .headNews {
	background-image:url(../images/titleNews.jpg);
	width:296px;
}

.red {
	color:#C00;
}

.red2 {
	color:#900;
}

.contNews {
	background-image:url(../images/bgNews.jpg);
	background-repeat:repeat-y;
	background-position:top;
	padding:10px 10px 10px 10px;
	width:276px;
	height:136px;
	margin:0px;
}

* html .contNews {
	width:296px;
	height:126px;
}

.fecha {
	width:54px;
	color:#F90;
	float:left;
	text-align:center;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:11px;
	color:#F90;
}

.noticia {
	width:220px;
	float:left;
	margin:0px 0px 5px 0px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}

.downNews {
	background-image:url(../images/downNews.png);
	background-repeat:no-repeat;
	background-position:top left;
	
	padding:8px 10px 5px 0px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	
	width:286px;
}

* html .downNews {
	background-image:url(../images/downNews.jpg);
	width:296px;
}

.downNews a {
	color:#CCC;
	text-decoration:none;
}

.downNews a:hover {
	color:#C00;
}


.tecnologia {
	width:287px;
	height:auto;
	float:left;
	margin-left:10px;
	text-align:left;
}

* html .tecnologia {
	width:287px;
	/*background-color:#F96;*/
}

.headTech {
	background-image:url(../images/titleTech.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:247px;
	height:17px;
	margin:0px;
	padding:18px 0px 13px 40px;
	font-size:20px;
	color:#CCC;
	letter-spacing:-1px;
}

* html .headTech {
	width:287px;
	background-image:url(../images/titleTech.jpg);
}

.contTech {
	background-image:url(../images/bgTech.png);
	background-repeat:repeat-y;
	background-position:left;
	padding:10px 10px 10px 10px;
	width:267px;
	height:136px;
}

* html .contTech {
	width:287px;
}

.fotoTechColum {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:11px;
	width:90px;
	float:left;
	margin:0px;
	padding:0px;
}

.fotoTech {
	border:#F90 solid 1px;
	padding:0px;
	margin-bottom:4px;
}

.titleNovedades {
	font-size:14px;
	font-weight:bold;
	color:#F90;
}

.novedades {
	width:160px;
	float:right;
	margin:0px 0px 0px 0px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}

.noticia a {
	color:#F90;
	text-decoration:none;
}

.noticia a:hover {
	color:#C00;
}

.downTech {
	background-image:url(../images/downTech.png);
	background-repeat:no-repeat;
	background-position:top left;
	
	padding:8px 10px 5px 0px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	
	width:277px;
}

* html .downTech {
	width:287px;
	background-image:url(../images/downTech.jpg);
}

.downTech a {
	color:#CCC;
	text-decoration:none;
}

.downTech a:hover {
	color:#C00;
}

.ofertas {
	background-image:url(../images/ofertaBox.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:251px;
	height:87px;
	float:left;
	color:#CCC;
	margin:0px 0px 7px 10px;
	padding:17px 10px 10px 12px;
	text-align:left;
}

.chat {
	background-image:url(../images/chatBox.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:251px;
	height:87px;
	float:left;
	color:#CCC;
	margin:0px 0px 7px 10px;
	padding:14px 10px 13px 12px;
	text-align:left;
}

* html .ofertas {
	background-image:url(../images/ofertaBox.jpg);
	width:271px;
}

.titleOfertas {
	font-size:20px;
	color:#CCC;
	letter-spacing:-1px;
	margin:0px 0px 10px 34px;
}

.titleOfertas2 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

.contOferta {
	font-size:11px;
	width:161px;
	float:left;
	color:#FFF;
}

.fotoHomeOferta {
	float:right;
	width:90px;
	height:auto;
	border:none;
}

.homeTexto {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	border:none;
	font-size:13px;
	line-height:16px;
	float:none;
	clear:both;
	margin:10px 0px 10px 0px;
	color:#FFF;
}

.barTitle {
	background-image:url(../imgs/icoTitle.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	/*background-color:#BCBCBC;*/
	
	width:650px;
	height:30px;
	float:left;
	
	padding:20px 0px 0px 62px;
	margin:0px 0px 20px 0px;
		
	font-size:24px;
	color:#333;
}

.contSec {
	background-image:url(../images/bgCont2.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#FFF;
	display:block;
	overflow:visible;
	width:872px;
	height:auto;
	color:#333;
	font-size:13px;
	padding:10px 14px 10px 14px;
}

* html .contSec {
	width:900px;
}

.colum1 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	display:block;
	overflow:visible;
	width:430px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}

* html .colum1 {
	width:410px;
}

.colum2 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	display:block;
	overflow:visible;
	width:430px;
	height:auto;
	margin:0px;
	padding:0px;
	float:right;
}

* html .colum2 {
	width:410px;
}

.fotoThumb {
	padding:5px;
	border:#333 solid 1px;
	float:left;
	margin:0px 5px 10px 0px;
}

.title2 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#C00;
	float:left;
}


a {
	border:none;
	text-decoration:none;
	color:#F90;
}
a:hover {
	color:#C00;
}

.fotoRight {
	border:#09C solid 1px;
	padding:4px;
}

.verMas {
	color:#0CF;
	font-size:11px;
	float:right;
	margin-top:10px;
}

.verMas:hover {
	color:#F03;
}

.columLeft {
	width:689px;
	height:auto;
	
	display:block;
	overflow:hidden;
	
	
	margin:0px;
	margin-top:20px;
	
	float:left;
}

.fotoLeft {
	background-color:#999;
	
	padding-top:20px;
	padding-bottom:24px;
	padding-left:20px;
	padding-right:20px;
	
	margin-bottom:12px;
	margin-right:20px;
	
	float:left;
}

.footer {
	background-image:url(../images/bgFooter.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border:#333 solid 1px;
	width:898px;
	height:89px;
	display:block;
	margin:0px;
	padding:0px;
	font-size:11px;
}

* html .footer {
	width:900px;
}

.footer a {
	color:#FFF;
}

.footer a:hover {
	color:#F03;
}

.footerLogo {
	background-image:url(../images/logofooter.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:185px;
	height:90px;
	float:left;
}

* html .footerLogo {
	background-image:url(../images/logofooter.jpg);
}

.footerData {
	border-left:#FFF dotted 1px;
	margin:28px 0px 0px 13px;
	padding-left:13px;
	font-size:11px;
	width:210px;
	height:auto;
	float:left;
	color:#FFF;
}

.footerNav {
	width:420px;
	float:right;
	margin:37px 24px 0px 0px;
}

.footerNav ul {
	list-style:none;
	margin:0px;
}

.footerNav ul li {
	float:left;
	margin-left:26px;
}

.footerNav a {
	color:#C00;
	font-size:11px;
	text-decoration:none;
}

.footerNav a:hover {
	color:#CCC;
}


img {
	border:none;
}
img, div { 
	behavior: url(iepngfix.htc);
}
* html img, div {
	behavior: url(iepngfix.htc);
}

.divpath {
	margin:0 auto;
	width: 100%;
	height:33px;
	background: #fff url(../images/toppath2.gif) repeat-x top center;
}

.topmaincol {
	width:100%;
	height:33px;
	background:#2986c3 url(../images/lr_bg.gif) repeat-x top center;
}
/* --- nav --- */



#menu{
	position:relative;
	height:56px;
	color:#E0E0E0;
	background: url(../images/table_bg.gif) repeat-x;
	width:100%;
	font-size:10px;
	font-family:Tahoma,sans-serif;
}

#menu .menuc {
	margin: 0px auto;
	width: 900px;
}

#topnavi {
	position:relative;
	height:33px;
	font-size:10px;
	font-family:Tahoma,sans-serif;	
	text-transform:uppercase;
	background: url(../images/topmenu_bg.gif) repeat-x bottom left;
	padding:0 0 0 10px;
}

#topnavi ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}

#topnavi ul li {
	display:block;
	float:left;
	margin:0 1px;
}

#topnavi ul li a {
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 10px;
	height:33px;
}

#topnavi ul li a span {
	font-size:10px;
	padding:10px 10px 0 0;
	height:21px;
	float:left;
}

#topnavi ul li a:hover{
	font-size:10px;
	color:#fff;
	background:transparent url(../images/topmenu_bg_over.gif) repeat-x bottom left;
}

#topnavi ul li a:hover span {
	font-size:10px;
	display:block;
	width:auto;
	cursor:pointer;
}

#topnavi ul li a.current,#topnavi ul li a.current:hover{
	color:#fff;
	background: url(../images/topmenu_left.gif) no-repeat top left;
	line-height:305%;
}

#topnavi ul li a.current span {
	display:block;
	padding:0 10px 0 0;
	width:auto;
	background: url(../images/topmenu_right.gif) no-repeat top right;
	height:33px;
}
/* --- end nav --- */




/* --- sub nav --- */
#submenu {
	margin: 0;
	padding: 4px 20px 0 20px;
	width: 100%;
	height:22px;
	color:#fefefe;
	font-size:10px;
	font-family:Tahoma,sans-serif;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu li {
	margin: 0;
	padding: 0;
	float: left;
}

#submenu li {
	padding-right: 1em;
}

#submenu a:link,#submenu a:visited {
	color: #fff;
	font-size: 11px;
	font-family:Tahoma,sans-serif;
	text-decoration:none;
	padding:0px 0px 0px 20px;
	background: url(../images/subbullet.gif) no-repeat top left;
}

#submenu a:hover {
	color: #fff;
	text-decoration:none;
}

/* --- end sub nav --- */



/* /////////////////////////////////////////////////////////////////////////// */

form {
	/*background-color:#090;*/
	background:transparent;
	border:none;
	float:none;
	margin:0px;
	padding:0px 0px 0px 30px;
	line-height:16px;
	width:auto;
	height:auto;
}

hr {
	color:#999;
	height:1px;
	width:100%;
}

.back_button {
	color: #999;
	font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 3px;
	margin-right: 4px;
	float: right;
	line-height:20px;
}

.button {
	/*background-image:url(../images/searchOk.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;*/
	background-color:#C00;
	border:#CCC solid 1px;
	width:auto;
	height:18px;
	float:none;
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	margin:4px 16px 0px 0px;
	padding:0px 2px 2px 0px;
	text-align:center;
	cursor:pointer;
}


* html .button {
	/*background-image:url(../images/searchOk.jpg);*/
	margin:4px 3px 0px 0px;
	padding:2px 2px 2px 2px;
}

.inputbox {
	background-image:url(../images/bgSearch.jpg);
	background-repeat:repeat-x;
	/*background:none;*/
	border:#333 solid 0px;
	width:112px;
	height:14px;
	color:#F90;
	float:none;
	margin:5px 40px 0px 30px;
	padding:0px;
	font-size:11px;
}

* html .inputbox {
	background-image:url(../images/bgSearch.jpg);
	/*background:none;*/
	height:16px;
	margin:5px 30px 0px 30px;
}

.inputbox2 {
	border:#333 solid 0px;
	height:20px;
	color:#F90;
	float:left;
	margin:0px 0px 0px 0px;
	padding:2px;
	font-size:12px;
}

table,td,div {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	line-height:19px;
	padding:0px;
	margin:0px;
}

.leftcol {
	width:300px;
	padding:0px 5px 10px 10px;
}

.maincol {
	width:100%;
	padding:10px 5px 10px 5px;
}

.rightcol {
	width:170px;
	padding:10px 10px 10px 10px;
}

/* -------------------------------------------------------------------------------------------------------------- */



table.moduletable {
	/*background-color:#F60;*/
	background-repeat:no-repeat;
	margin:0px;
	width: 100%;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFF;
}

table.moduletable th {
	font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	width: 438px;
	height:22px;
	color: #fefefe;
	padding:2px 0 0 2px;
	text-indent: 10px;
	line-height: 15px;
	/*background:#fff url(../images/moduletable_th_bg.gif) repeat-x left top;
	border-top:1px solid #6ba3c4;
	border-right:1px solid #406c85;
	border-bottom:1px solid #406c85;
	border-left:1px solid #6ba3c4;*/
}

table.moduletable td {
	padding:0px;
	width:100%;
	/*background-color:#63C;*/
}

.sectiontableheader {
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;  
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333333;
	background: #ffffff; 
	padding: 1px;
}

.sectiontableentry1 {
	vertical-align: top;
	padding: 3px;
	background: #f1f1f1;
	border-bottom: 1px solid #ffffff;
	line-height:25px;
}

.sectiontableentry2 {
	vertical-align: top;
	padding: 3px;
	border-bottom: 1px solid #ffffff;
	background: #e0e0e8;
	line-height:25px;
}

table.contenttoc {
	border: 1px solid #dcdcdc;
	background: #F1F1F1;
	padding: 5px;
	margin-left:2px;
	margin-bottom:2px;
}

.pagenavcounter {
	font-size: 10px;
	color: #0066CC;
}

.pagenavbar {
	border-top: 1px solid #999999;
	padding:2px;
}

.pagenav {
	font-weight: bold;
}
a.pagenav:link, a.pagenav:visited {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
a.pagenav:hover {
	font-size: 11px;
	color: #3333ff;
	text-decoration: none;
}

.date {
	font-size: 10px;
	font-weight: bold;
	color: #707070;
	padding-right: 12px;
}

.small {
	font-size: 10px;
	color: #333333;
}

.smalldark {
	font-size: 10px;
	color: #333333;
}

.createdate, .modifydate {
	float: right;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

.content_vote {
	font-size: 10px;
	height:22px;
	padding-top:2px;
	padding-bottom:2px;
}

.content_rating {
	font-size: 10px;
	color: #999999;
}

.pathway {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #aec2cd;
	padding-left: 12px;
}
a.pathway:link, a.pathway:visited {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #57a0c9;
	font-size: 10px;
	padding-left: 0;
}
a.pathway:hover {
	color:#efefef;
	font-size: 10px;
	padding-left: 0;
}

table.content{
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
}

table.contentpane {
	width: 100%;
	border-spacing: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}

table.contentpaneopen {
	width: 100%;
	border-spacing: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}

.poll {
	color: #333333;
	line-height: 12px;
	font-weight: normal;
	font-size:12px; /* Agregado Luis Diaz */

}

.pollstableborder{
	border-color: #999999;
}


/* Old
.contentheading,.componentheading {
	width: 90%;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	text-align: left;
	text-indent: 0;
	color: #6780a9;
	padding: 1px;
	margin: 3px 0px;
}
*/

.contentheading,.componentheading {
	width:620px;
	height:20px;
	float:left;
	/*background-color:#6CF;*/
	
	padding:8px 0px 20px 46px;
	margin:0px;
	
	font-size:24px;
	color:#900;
}

* html .contentheading,.componentheading {
	/*background-color:#CCC;*/
	display:inline;
	position:fixed;
	overflow:visible;
	/*width:70%;
	width:500px;
	max-width:350px;*/
	padding:15px 10px 15px 46px;
	margin:0px;
}

.ontab {
	border-left: 1px solid #666666;
	text-align: center;
	font-weight: bold;
	color: #333333;
	padding: 5px;
	cursor: pointer;
	line-height: 30px;
}

.offtab {
	border-left: 1px solid #666666;
	text-align: center;
	color: #999999;
	font-weight: normal;
	padding: 5px;
	cursor: pointer;
	line-height: 30px;
}

.tabpadding {
	border-left: 1px solid #666666;
}

.col {
	vertical-align: top;
	background: #ffffff;
	padding-top: 5px;
}

.contentdescription {
	width: auto !important;
	margin: 0;
	padding:  0;
	padding-top: 5px;
	text-align: left;
}

/*td.top1 {
	margin: 0;
	padding: 0;
	height:28px !important;
	height:28px;
	padding-top:2px !important;
	padding-top:  3px;
	background: url(../../../../web_mambo/templates/siteground39/images/shadow.jpg) #f1f1f1 repeat-x top;
}*/

table.top2 {
	background: #ffffff;
}


.sublevel {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	margin-top: 10px;
}
a.sublevel:link, a.sublevel:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding: 5px 1px 3px 5px;
	text-decoration: none;
}
a.sublevel:hover {
	color: #666666;
	text-decoration: none;
}
a.sublevel#active_menu  {
	background: transparent;
	color: #f60;
	border: 0;
}
a.toclink:link, a.toclink:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	padding: 5px 1px 3px 5px;
	text-decoration: none;
}
a.toclink:hover {
	color: #666666;
	text-decoration: none;
}

/*td.logoheader {
	margin: 0;
	padding:  0;
	background: url(../../../../web_mambo/templates/siteground39/images/header.jpg) no-repeat bottom;
	height: 65px;
	width: 770px;
}*/

td.topnav {
	margin: 0px;
	padding:  0px;
	background: url(../../../../web_mambo/templates/siteground39/images/bg_top.jpg) repeat-x top left;
	height: 42px;
	width: 770px;
}

td.bgline {
	margin: 0;
	padding:  0;
	background: url(../../../../web_mambo/templates/siteground39/images/s.gif) repeat-y;
	width: 7px;
}

#mainlevel-nav {
	font-size: 11px;
	list-style: none;
	/*padding: 0;*/
	margin: 0;
	margin-left: 1px;
	padding-top: 5px; /* Incluido Luis Diaz */
}

#mainlevel-nav li {
	float: left;
	display: block;
	list-style: none;
	background-image: none;  /*   background: url(../images/topmenu_bg.gif); */
	padding-left:2px;
	padding-right:2px;
	margin: 0;
	width: auto !important;
	font-size: 11px;
	line-height: 30px;
	white-space: nowrap;
	border-right: 1px solid #CCC;
}

#mainlevel-nav li a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#mainlevel-nav li a:hover {
	font-size: 11px;
	color: #FF6600;
}

.blog_more {
	margin: 10px 0 7px 7px;
}

.buttonheading {
	padding: 0 2px;
}

.mosimage {
	border: 1px solid #dedede;
	margin: 5px;
	padding-top:  3px;
}

.mosimage_caption {
	margin-top: 3px;
	padding:2px;
	color: #000066;
	font-size: 10px;
	background: #f1f1f1;
}
/* -------------------------- */



a.sgfooter:link, a.sgfooter:visited {
	color: #fff;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	text-decoration:none;
}
a.sgfooter:hover {
	color: #fff;
	font-family: Arial;
	font-weight: normal;
	text-decoration:none;
}

.sgf {
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	text-decoration:none;
}

.sgf1 {
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	text-align:left;
}
a.sglink:link, a.sglink:visited {
	color: #333;
	font-size: 10px;
	font-family: Arial;
	font-weight: normal;	
	text-decoration:none;
}
a.sglink:hover {
	color: #333;
	font-family: Arial;
	font-weight: normal;	
	text-decoration:none;
}


a.toplink:link, a.toplink:visited {
	color: #FFF;
	padding: 6px 8px 6px 10px;
}
a.toplink:hover {
	text-decoration: none;
	background-image: url(../images/topmenu_bg_over.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

h2 {
	display:block;
	overflow:hidden;
	width:inherit;
	background-image:url(../images/trebol.jpg);

	background-position:left;
	background-repeat:no-repeat;
	
	/*border-bottom:#F30 dotted 1px;*/
	margin-bottom:10px;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	padding-left:20px;
	padding-bottom:2px;
	font-family:"Tahoma", sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
}

.row1 {
	background-color:#CCC;
}

.row2 {
	background-color:#FFC;
}

.subCategoria1 {
	background-color:#666;
	padding:2px;
	color:#FFF;
}

.subCategoria1 a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.subCategoria1 a:hover {
	color:#CCC;
}

.Categoria1 {
	display:block;
	width:auto;
	height:38px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#F60;
	padding-left:44px;
	padding-top:14px;
	margin-bottom:10px;
	border-bottom:#5CA6CE dotted 1px;
	background-image:url(../images/ico1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.Categoria1:hover {
	color:#999;
}

.Categoria2 {
	display:block;
	width:auto;
	height:38px;
	font-size:16px;
	font-weight:bold;
	color:#F60;
	text-decoration:none;
	padding-left:44px;
	padding-top:14px;
	margin-bottom:10px;
	border-bottom:#5CA6CE dotted 1px;
	background-image:url(../images/ico2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.Categoria2:hover {
	color:#999;
}

.Categoria3 {
	display:block;
	width:auto;
	height:38px;
	font-size:16px;
	font-weight:bold;
	color:#F60;
	text-decoration:none;
	padding-left:44px;
	padding-top:14px;
	margin-bottom:10px;
	border-bottom:#5CA6CE dotted 1px;
	background-image:url(../images/ico3.jpg);
	background-position:left;
	background-repeat:no-repeat;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.Categoria3:hover {
	color:#999;
}

.Categoria4 {
	display:block;
	width:auto;
	height:38px;
	font-size:16px;
	font-weight:bold;
	color:#F60;
	text-decoration:none;
	padding-left:44px;
	padding-top:14px;
	margin-bottom:10px;
	border-bottom:#5CA6CE dotted 1px;
	background-image:url(../images/ico4.jpg);
	background-position:left;
	background-repeat:no-repeat;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.Categoria4:hover {
	color:#999;
}

.Categoria5 {
	display:block;
	width:auto;
	height:38px;
	font-size:16px;
	font-weight:bold;
	color:#F60;
	text-decoration:none;
	padding-left:44px;
	padding-top:14px;
	margin-bottom:10px;
	border-bottom:#5CA6CE dotted 1px;
	background-image:url(../images/ico5.jpg);
	background-position:left;
	background-repeat:no-repeat;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.Categoria5:hover {
	color:#999;
}

.Categoria6 {
	display:block;
	width:auto;
	height:38px;
	font-size:16px;
	font-weight:bold;
	color:#F60;
	text-decoration:none;
	padding-left:44px;
	padding-top:14px;
	margin-bottom:10px;
	border-bottom:#5CA6CE dotted 1px;
	background-image:url(../images/ico6.jpg);
	background-position:left;
	background-repeat:no-repeat;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.Categoria6:hover {
	color:#999;
}

.Categoria7 {
	display:block;
	width:auto;
	height:38px;
	font-size:16px;
	font-weight:bold;
	color:#F60;
	text-decoration:none;
	padding-left:44px;
	padding-top:14px;
	margin-bottom:10px;
	border-bottom:#5CA6CE dotted 1px;
	background-image:url(../images/ico7.jpg);
	background-position:left;
	background-repeat:no-repeat;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.Categoria7:hover {
	color:#999;
}

.Categoria8 {
	display:block;
	width:auto;
	height:38px;
	font-size:16px;
	font-weight:bold;
	color:#F60;
	text-decoration:none;
	padding-left:44px;
	padding-top:14px;
	margin-bottom:10px;
	border-bottom:#5CA6CE dotted 1px;
	background-image:url(../images/ico8.jpg);
	background-position:left;
	background-repeat:no-repeat;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.Categoria8:hover {
	color:#999;
}

.Categoria9 {
	display:block;
	width:auto;
	height:38px;
	font-size:16px;
	font-weight:bold;
	color:#F60;
	text-decoration:none;
	padding-left:44px;
	padding-top:14px;
	margin-bottom:10px;
	border-bottom:#5CA6CE dotted 1px;
	background-image:url(../images/ico9.jpg);
	background-position:left;
	background-repeat:no-repeat;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.Categoria9:hover {
	color:#999;
}

.Categoria10 {
	display:block;
	width:auto;
	height:38px;
	font-size:16px;
	font-weight:bold;
	color:#F60;
	text-decoration:none;
	padding-left:44px;
	padding-top:14px;
	margin-bottom:10px;
	border-bottom:#5CA6CE dotted 1px;
	background-image:url(../images/ico10.jpg);
	background-position:left;
	background-repeat:no-repeat;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.Categoria10:hover {
	color:#999;
}

.subProducto1 {
	background-color:#E5E5E5;
	color:#5088A9;
	padding:2px;
}

.subProducto1 a {
	color:#5088A9;
	text-decoration:none;
}

.subProducto1 a:hover {
	color:#F90;
}


/* Spray Collapsible Assets */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border:none;
}
/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
*/

.CollapsiblePanelTab {
	/* Parametros originales
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding:2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	*/
	display:block;
	width:auto;
	height:38px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#F60;
	padding-left:44px;
	padding-top:14px;
	margin-bottom:10px;
	border-bottom:#5CA6CE dotted 1px;
	background-image:url(../images/ico1.jpg);
	background-position:left;
	background-repeat:no-repeat;	
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */

.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}
/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
*/

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}
/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
*/

.CollapsiblePanelOpen .CollapsiblePanelTab {
	/*background-color: #EEE;*/
}
/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
*/

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	/*background-color: #CCC;*/
}
/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
*/

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}


.desplegar {
	float:right;
	font-size:11px;
	font-weight:normal;
}
.desplegar:hover {
	font-size:11px;
}
*html .desplegar {
	margin-bottom:10px;
}

.blockQuote {
	display:block;
	width:auto;
	height:auto;
	background-color:#FFFDA4;
	border:#333 dotted 1px;
	padding:10px 12px 10px 12px;
	margin:0px 20px 20px 0px; /* top right bottom left */
}

.lista1 li{
	background-image:url(../images/arrow_list.jpg);
	background-position:left middle;
	background-repeat:no-repeat;
	padding:0px 0px 10px 10px;
}

.out {
	/*background-color:#CCC;
	border-bottom:#5CA6CE dotted 1px;*/
	
	display:block;
	float:none;
	clear:both;
	
	width:auto;
	height:auto;
	
	font-size:18px;
	font-weight:normal;
	color:#F60;
	text-decoration:none;
	
	padding:0px;
	margin-bottom:10px;
	
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.fotoOut {
	border:#F60 dotted 1px;
	margin:0px 10px 10px 0px;
	padding:4px;
}

h3 {
	margin:0px 10px 10px 0px;
	font-size:16px;
	color:#CCC;
}

/*p {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:19px;
	margin:0px;
}*/
