@charset "utf-8";
/* CSS Document */
	* { margin: 0; padding: 0; }
	
p {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px; }
		
	#wrap {
	width: 250px;
		 }
		
	.tabbed-box {
		width: 250px;
		background: #fff;
		border: 1px solid #ddd;
		-webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
		}
	.tabbed-box .tabs li {
		list-style: none;
		float: left;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px; }
	.tabbed-box .tabs li a {
		display: block;
		width: 100%;
		padding:5px 6px;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		color: #94A0C1;
		background: #fff url(images/tabbed-tab-bg.jpg) repeat-x bottom; 
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd;  
	}
	.tabbed-box .tabs li:first-child a {
        border-left: none;
		margin-left:1px; }
	.tabbed-box .tabs li a:hover {
		color: #94A0C1; }
	.tabbed-box .tabs li a:focus {
		outline: none; }
	.tabbed-box .tabs li a.active, .tabbed-box .tabs li a.active:hover {
		background: #fff;
		color: #3B5998;
		border-bottom: 1px solid #fff; }

	
	.tabbed-content {
		padding-top:35px;
		*padding-top:20px;
		padding-right:10px;
		padding-bottom:10px;
		padding-left:10px;
		display:none;
		}
	
		
/*--------------------------------------------
PESTAÑA 1 - AREAS
---------------------------------------------*/
.areas a{
color: #FFFFFF;
text-decoration: none;
border-left: 5px solid #E7EBF2;
padding-left: 7px;
display:block;
}

.areas a:link{ color:#333333; text-decoration: none; }
.areas a:visited { color:#333333; text-decoration: none; }
.areas a:hover { color:#3B5998 ; text-decoration: none; font-weight:bold; }


.areas li{
color:#3B5998;
font-size:12px;
list-style-type:none;
padding:5px 0 5px 0;
}

.areas li:last-child a {
	border-left: 5px solid #94A0C1;}

.comisiones {
color:#94A0C1;
font-size: 10px;
float:right;}

.comisiones a:link{ color:#94A0C1; text-decoration: none; }
.comisiones a:visited { color:#94A0C1 ; text-decoration: none }
.comisiones a:hover { color:#3B5998 ; text-decoration: none; }

/*--------------------------------------------
PESTAÑA 2 - COMUNIDAD
---------------------------------------------*/

.comunidad {
font-size:13px;
font-weight:bold;
color:#3B5998;
 }
.comunidad li {
font-size:11px;
list-style-type:none;
line-height:16px;
float:left; 
margin-top:5px;
font-weight:normal;
 }	
 
li.comunidad a {
border-right: 1px solid #94A0C1;
padding: 0px 5px 0 5px;
display:block;
}	
.comunidad a:link{ color:#666666; text-decoration: none; }
.comunidad a:visited { color:#666666 ; text-decoration: none }
.comunidad a:hover { color:#94A0C1 ; text-decoration: underline;}

.margin{margin-bottom:20px;}

.facebook{
font-size:12px;
color:#3B5998;
font-weight:bold;
background-image:url(../../images/facebook.png);
background-repeat:no-repeat;
line-height:16px;
padding-left: 22px;
}
.twitter{
font-size:12px;
color:#3B5998;
font-weight:bold;
background-image:url(../../images/twitter.png);
background-repeat:no-repeat;
line-height:16px;
padding-left: 22px;
}

.blogs{
font-size:12px;
color:#3B5998;
font-weight:bold;
background-image:url(../../images/blogs.png);
background-repeat:no-repeat;
line-height:16px;
padding-left: 22px;
}
.consejo20{
font-size:12px;
color:#3B5998;
font-weight:bold;
background-image:url(../../images/consejo20.png);
background-repeat:no-repeat;
line-height:16px;
padding-left: 22px;
}
.consejo20 a:link{ color:#3B5998; text-decoration: none; }
.consejo20 a:visited { color:#666666 ; text-decoration: none }
.consejo20 a:hover { color:#94A0C1 ; text-decoration: underline;}

/*--------------------------------------------
PESTAÑA 3 - ENLACES
---------------------------------------------*/

.enlaces a:link { color:#333333; text-decoration: none; }
.enlaces a:visited { color:#333333 ; text-decoration: none }
.enlaces a:hover { color:#3B5998 ; text-decoration: none;}

.enlaces a{
color: #FFFFFF;
text-decoration: none;
}

.enlaces li{
color:#3B5998;
font-size:12px;
padding:5px 0 5px 0px;
list-style-type:none;
}
.col-enlace1{
width:75px;
margin-right:25px;
float:left;
}

.col-enlace2{
width:130px;
float:left;
}
