@CHARSET "UTF-8";
/*
Author: Adrian Mato
Author URI: http://www.yensdesign.com & http://web.ontuts.com
*/

/******* GENERAL RESET *******/

.fila_0 { background-color: #EBFEDA;}   
.fila_1 { background-color: #E1E8F1;}   
.fila_2 { background-color: #E1E8F1;}  
.fila_3 { background-color: #4D6FAC;}

.clear2{
    clear: both;
	
    
    visibility: hidden;
    display: block;
    line-height: 0;
}
.clearfix2{
    overflow: hidden;
}

/******* /GENERAL RESET *******/

/******* GENERAL *******/



/******* /MENU *******/
#container2{
     margin:0em auto;
	 padding-left:0px;
	 margin-left:0px;
    
    width:100%;
	
}
#container2 ul{
    list-style:none;
    list-style-position:outside;
	margin-left:0px;
	padding-left:0px;
}
#container2 ul.menu2 li{
    float:left;
	
    margin-left:8px;
   
}
#container2 ul.menu2 li{
    font-weight:700;
    display:block;
    padding:6px 10px;
    background:#00609d;
	margin-bottom:-1px;
    
    border:1px solid #3e3e3e;
    border-width:1px 1px 1px 1px;
    position:relative;
    color:#fff;
    cursor:pointer;
    border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
}
#container2 ul.menu2 li:hover{
    color:#fff;
	
}
#container2 ul.menu2 li.active{
    background:#fff;
    top:1px;
    border-bottom:0;
    color:#00609d;
	font-size:18px;
	font-weight:bold;
}
/******* CONTENT *******/
.content2{
    margin:0pt auto;
    background:#efefef;
    background:#fff;
    border:1px solid #3e3e3e;
    text-align:left;
    padding:1.3em;
    padding-bottom:20px;
    font-size:12px;
    line-height:2em;
    color:#333;
    border-radius:0 5px 5px 5px;
    -moz-border-radius:0 5px 5px 5px;
    -webkit-border-radius:0 5px 5px 5px;
}
.content2 h3{
    line-height:1em;
    vertical-align:middle;
    height:48px;
    padding:10px 10px 10px 10px;
    font-size:32px;
    color:#E4E1CD;
}
/******* /CONTENT *******/

/******* NOTICIAS *******/

.content2.noticias{
    display:block;
}
/******* /NOTICIAS *******/

/******* TUTORIALES *******/

.content2.articulos{
    display:none;
}
/******* /TUTORIALES *******/

/******* ENLACES *******/
.content2.actividades h3{
    background:transparent url(img/links.png) no-repeat scroll left top;
}
.content2.actividades{
    display:none;
}
.content2.actividades a{
    color:#498BBF;
}
.content2.examenes{
    display:none;
}

.content2.materiales{
    display:none;
}

.content2.enlaces{
    display:none;
}

.content2.enlaces a{
    color:#498BBF;
}

/******* /ENLACES *******/
