@CHARSET "UTF-8";

select{
	font-size: 11px;
	color: #F00;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CAD2CE;
}
ul{
    list-style: none;
    list-style-type: none;
    list-style-position: outside;
}
a{
	cursor: pointer;
	color: #F00;
	text-decoration: underline;
	outline: none !Important;
}
html,body{
    height:100%;
}
.clear{
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    line-height: 0;
}
.clearfix{
    overflow: hidden;
}
/******* /GENERAL RESET *******/

/******* GENERAL *******/
h1{
    color: #fff;
    font-size: 26px;
    line-height: 3em;
}
h2{
    line-height: 2em;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #e4e1cd;
}
.wrapper{
	width: 910px;
	padding-top: 10px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}

/******* /GENERAL *******/

/******* MENU *******/
#container{
	width:910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
#container ul{
    list-style:none;
    list-style-position:outside;
}
#container ul.menu li{
    float:left;
    margin-right:8px;
    margin-bottom:-1px;
}
#container ul.menu li{
	font-weight:700;
	display:block;
	padding:10px 15px;
	margin-bottom:-1px;
	position:relative;
	color:#FFF;
	cursor:pointer;
	background-color: #4B4B4B;
	border: 1px solid #4B4B4B;
}
#container ul.menu li:hover{
	color:#FFF;
	background-color: #9D9D9D;
	border: 1px solid #9D9D9D;
}
#container ul.menu li.active{
	top:1px;
	color:#4B4B4B;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9D9D9D;
	border-right-color: #9D9D9D;
	border-bottom-color: #FFF;
	border-left-color: #9D9D9D;
}
/******* /MENU *******/

/******* CONTENT *******/
.content{
	text-align:left;
	padding-bottom:20px;
	font-size:12px;
	line-height:2em;
	background-color: #FFF;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 1.3px;
	padding-left: 1.3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9D9D9D;
}
.content h2{
	font-size:32px;
	color:#4B4B4B;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.content h4{
	font-size:15px;
	color:#9D9D9D;
	width: 700px;
	line-height: 20px;
	font-weight: lighter;
}
.content h4 b{
	font-size:14px;
	color:#4B4B4B;
	width: 700px;
	line-height: 18px;
	font-weight: lighter;
}
/******* /CONTENT *******/

/******* NOTICIAS *******/
.content.noticias h3{


}
.content.noticias{
	display:block;
	color: #FFF;
}
/******* /NOTICIAS *******/

/******* TUTORIALES *******/
.content.tutoriales h3{

}
.content.tutoriales{
	display:none;
	color: #FFF;
}
/******* /TUTORIALES *******/

/******* ENLACES *******/
.content.enlaces h3{

}
.content.enlaces{
	display:none;
	color: #FFF;
}
