/* Enlaces */

a:link {text-decoration: none; color:#000 }
a:visited {text-decoration: none;color:#000 }
a:hover {color:#090; text-decoration:none}
a:active {text-decoration: none;color:#000 }

img{
	border:solid #CCC 1px; 
	padding:1px 1px 1px 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-right:5px;
}

#flotante{
	position:absolute;			
	z-index:100;	
}

/* Comentarios */

.commentbox{
background-color: #ececec;
width: 600px;
padding: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px; 
}

.commentfooter{
background: url(../img/arrows.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}

/* Respuesta a Comentarios */

.commentbox2{
margin:0px 30px;
background-color: #ececec;
width: 570px;
padding: 5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px; 
}

.commentfooter2{
background:url(img/arrows.gif) no-repeat;
margin:20px 50px;;
padding-left: 58px;
font-size: 90%;
color: #4A4A4A;
float:left;
}

/* Noticias por seccion */	
* { margin:0; padding:0; }

#newsticker-demo { 
width:310px; 
height:390px;
background:#FFF; 
padding:5px 5px 0; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:20px auto;
border:solid #CCC 1px;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
color: #0088C3 !important; 
font-size:25px;
font-weight:bold;
line-height:1.5;
padding:5px;
}

.newsticker-jcarousellite { width:300px; height:390px;}
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:80px; }
.newsticker-jcarousellite .info { float:right; width:210px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }


/* Ultimas notas, leidas, comentadas */
	.tabbed_area {   
	    border:1px solid #ccc; 
		width:315px;
		margin:0px 3px;
	} 
	ul.tabs {   
	    margin:3px; padding:0px;   
	    margin-top:3px;   
	    margin-bottom:3px;   
	} 
	ul.tabs li {   
	    list-style:none;   
	    display:inline;   		
	} 
	
	ul.tabs li a {   
	    background-color:#464c54;   
	    color:#27537a;   
	    padding:8px 14px 8px 14px;   
	    text-decoration:none;   
	    font-size:9px;   
	    font-family:Verdana, Arial, Helvetica, sans-serif;   
	    font-weight:bold;   
	    text-transform:uppercase;   
	    border:1px solid #464c54; 
		background-image:url(../img/d1.png);   
    	background-repeat:repeat-x;   
    	background-position:bottombottom;
		-moz-border-radius:5px;-webkit-border-radius:5px;
	}  
	ul.tabs li a:hover {
		background-color:#2f343a;   
	    border-color:#2f343a; 
		-moz-border-radius:5px;-webkit-border-radius:5px;	       
	}   
	ul.tabs li a.active {
		background-color:#ffffff;   
	    color:#27537a;   
	    border:1px solid #464c54;   	    
		background-image:url(img/tab_on.jpg);
		background-repeat:repeat-x;
		background-position:top;  
		-moz-border-radius:5px;-webkit-border-radius:5px;
	} 
	.content ul {   
    	margin:10px;   
    	padding:5px 20px 0px 20px;   
	}
	.content ul li {   
    	list-style:url(../img/star.png);   
    	border-bottom:1px solid #d6dde0;   
    	padding-top:3px;   
    	padding-bottom:3px;   
    	font-size:12px;   
	}   
	.content ul li a {   
    	text-decoration:none;   
    	color:#3e4346;   
	}
