/* 
CSS SUPER LOADS FX - 2008
Design: Logos Comunicaciones
www.logoscomunicaciones.com
*/

body {
background-color: #0a0a7f;
font-family: "Arial", Verdana, sans-serif; 
font-size: 11px;
margin: 20px;
padding:0px;
background-image: url(/lib/bg.gif);
background-repeat: repeat;
}

a:link,a:visited { 
color: #dc2321;
text-decoration: underline;
line-height: 16px;
}
a:hover {
color: #dc2321;
text-decoration:  none;
line-height: 16px;
}

#container{
background-color: #dc2321;
width: 779px;
}

#content{
color: #1111cf;
font-family: "Arial", Verdana, sans-serif; 
font-size: 12px;
text-align: justify;
background-color: #fff;
background-image: url(/lib/bg_content.gif);
background-position: bottom;
background-repeat: no-repeat;
width: 779px;
}

#homeContent{
font-family: "Tahoma", Arial, Verdana, sans-serif; 
font-size: 12px;
background-color: #dc2321;
background-image: url(/lib/bg_map.jpg);
background-position: top;
background-repeat: no-repeat;
}

#header{
background-color: #fff;
background-image: url(/lib/bg_head.gif);
background-position: top;
background-repeat: no-repeat;
}

#menu{
height: 36px;
background-color: #010158;
background-image: url(/lib/bg_menu.gif);
background-repeat: repeat-x;
background-position: bottom;
}

#contentLogo{
height: 90px;
background-image: url(/lib/border_menu.gif);
background-position: right bottom;
background-repeat: no-repeat;
}

#contentFooter{
background-image: url(/lib/bg_footer.gif);
background-position: bottom;
background-repeat: no-repeat;
height: 18px;
width: 779px;
}

#attention{
color: #003d87;
font-family: "Arial", Verdana, sans-serif; 
font-size: 11px;
background-color: #fff;
background-image: url(/lib/bg_attention.jpg);
background-position: bottom;
background-repeat: no-repeat;
width: 437px;
text-align: center;
}

#headerAttention{
background-color: #fff;
background-image: url(/lib/top_attention.gif);
background-position: top;
background-repeat: no-repeat;
height: 7px;
}

#news{
color: #1111cf;
font-family: "Arial", Verdana, sans-serif; 
font-size: 11px;
background-color: #fff;
background-image: url(/lib/bg_news.jpg);
background-position: bottom;
background-repeat: no-repeat;
width: 297px;
text-align: justify;
}

#headerNews{
background-color: #fff;
background-image: url(/lib/bg_top_news.gif);
background-position: top;
background-repeat: no-repeat;
height: 5px;
}

#view{
color: #1111cf;
font-family: "Arial", Verdana, sans-serif; 
font-size: 11px;
background-color: #fff;
background-image: url(/lib/bg_view.gif);
background-position: bottom;
background-repeat: no-repeat;
width: 437px;
height: 91px;
text-align: justify;
}

#headerView{
background-color: #fff;
background-image: url(/lib/head_view.gif);
background-position: top;
background-repeat: no-repeat;
height: 7px;
}

#tableConexpo{
background-color: #fff;
background-image: url(/lib/conexpo_bg.gif);
background-position: center;
background-repeat: no-repeat;
height: 107px;
width: 297px;
}

#breadcrumb{
height: 30px;
font-size: 9px;
font-family: "Lucida Sans", helvetica, Arial;
line-height: 20px;
border-bottom: solid 1px #d9edf9;
padding-top: 6px;
}

.arrow{ 
color: #003d87;
font-size: 14px;
font-family: "Arial", Tahoma, sans-serif;
background-image: url(/lib/arrow.gif);
background-position: left top;
background-repeat: no-repeat;
padding-left: 24px;
height: 21px;
padding-bottom: 2px;
padding-top: 2px;
font-weight: 700;
line-height: 24px;
}

.title{
color: #1111cf;
font-size: 18px;
line-height: 16px;
font-family: "Arial", Tahoma, sans-serif;
font-weight: 700;
}
.title2{
color: #0e6f0e;
font-size: 27px;
line-height: 24px;
font-family: "Arial", Tahoma, sans-serif;
font-weight: 900;
font-style: italic;
}

.title3{
color: #dc2321;
font-size: 18px;
line-height: 16px;
font-family: "Arial", Tahoma, sans-serif;
font-weight: 700;
}

.subtitle{
color: #fff;
font-size: 14px;
font-family: "Arial", Tahoma, sans-serif;
font-weight: 700;
}

.bold { 
font-weight: 700;
}

.bold2 {
color: #dc2321;
font-weight: 700;
}

.txt9{
font-size: 9px;
}

/*LINKS*/

a.link1:link, a.link1:visited  { 
color: #003d87;
font-size: 11px;
text-decoration: underline;
}
a.link1:hover {
color: #003d87;
font-size: 11px;
text-decoration: none; 
}

a.link2:link, a.link2:visited  { 
color: #dc2321;
text-decoration: underline;
font-size: 10px;	
}
a.link2:hover {
	color: #dc2321;
	text-decoration: none;
	font-size: 10px;
}

a.link3:link, a.link3:visited  { 
color: #1111cf;
text-decoration: none;
font-size: 12px;
}
a.link3:hover {
color: #dc2321;
text-decoration: underline;
font-size: 12px;
}

#box{
background-image: url(/lib/bg_box.gif);
background-repeat: no-repeat;
width: 710px;
height: 87px;
font-size: 12px;
font-weight: 400; 
}


/*LATEST NEWS TICKER*/
#ticker-container {
        position:relative;
        overflow:hidden;
        width: 260px;
        height: 200px;        
        padding: 2px;
        /*border:  dotted ;*/
        }
	
	#ticker {
		position:relative;
		width:260px;
	}
	
	#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            
            padding-left: 2px;
	}
	
	#ticker ul li a {                        
            text-decoration: none;
            padding-left: 2px;
	}
        
        #ticker ul li a:hover {
            font-family: arial;
            font-size: xx-small;            
            text-decoration: none;
            padding-left: 2px;
        }


#Gbubble{
background-color: #fff;
font-family: Tahoma, Helvetica, Arial;
font-size: 11px;
padding: 0px;
color: #0d0d79;
}
.Gbubble_color2{
color: #d81a19;
}
.Gbubble_bold{
font-weight: 700;
}
.directorySEO {
	font-family: "Lucida Sans", helvetica, Arial;
	font-size: 11px;
	font-weight:normal;
	color: #2e2eb8;
	text-decoration: none;
	}
.directorySEO a:link{
	font-family: "Lucida Sans", helvetica, Arial;
	font-size: 11px;
	font-weight:normal;
	color: #2e2eb8;
	text-decoration: none;
	}
.directorySEO a:visited{
	font-family: "Lucida Sans", helvetica, Arial;
	font-size: 11px;
	font-weight:normal;
	color: #2e2eb8;
	text-decoration: none;
	}
.directorySEO a:hover{
	font-family: "Lucida Sans", helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	color:  #d81a19;
	text-decoration : underline; 
	}

/* Fin CSS */