@CHARSET "UTF-8";
/*
Author: Adrian Mato
Author URI: http://www.yensdesign.com & http://web.ontuts.com
*/

/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
    border:0pt none;
    font-family:inherit;
    font-size:100%;
    font-style:inherit;
    font-weight:inherit;
    margin:0pt;
    padding:0pt;
    vertical-align:baseline;
}
body{
    line-height: 1em;
    /*font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;*/
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	
    background: #ECECFB /*url(../img/bg.png) repeat scroll 0 0*/; 
    
    margin: 0pt;
    cursor: default;
    color: #fff;
}
table{
    border-collapse: separate;
    border-spacing: 0pt;
}
strong{
    font-weight: 700;
}
caption, th, td{
    font-weight:normal;
    text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after{
    content:"";
}
blockquote, q{
    quotes:"" "";
}
pre{
    /*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
input{
    border: 0;
    margin: 0;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
    /*font-family: Arial, Helvetica, sans-serif;*/
}
textarea{
    
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	/*font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;*/
	
	color: #888888;
    padding: 7px 3px 0 4px;
    
}
select{
    
    color: #888888;
    background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
    /*font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;*/
	border: 1px solid #CAD2CE;
}
ul{
    list-style: none;
    list-style-type: none;
    list-style-position: outside;
}
a{
    cursor: pointer;
    color: #ece6bd;
    text-decoration: underline;
    outline: none !Important;
}
html,body{
    height:100%;
}

#hola, #objetivo {
	display: inline-block;
	vertical-align: top;	
}
.clear{
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    line-height: 0;
}
.clearfix{
    overflow: hidden;
}
.italic{
    font-style: italic;
}
/******* /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{
    
    margin: 0pt auto;
    padding-top: 8px;
}
/******* /GENERAL *******/

/******* MENU *******/
#container{

	width: 100%;
    margin:0em auto;
    
	
}
#container ul{
    list-style:none;
    list-style-position:outside;
	
}


#container ul.menu li{
	
    float:left;
    margin-right:4px;
    margin-bottom:-1px;
}
#container ul.menu li{
    font-weight:700;
    display:block;
    padding:10px 15px;
	
    background: #ECECFB url(../img/bg.png) repeat scroll 0 0;
    margin-bottom:-1px;
  /*  border:1px solid #3e3e3e;
    border-width:1px 1px 1px 1px;*/
	border:1px solid #B9B9C8;
    position:relative;
    color:#FFFFFF;
    cursor:pointer;
    border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    -webkit-border-radius:4px 4px 0 0;
}
#container ul.menu li:hover{
    color:#FFE49F;
}
#container ul.menu li.active{
    background:#FF9C0D;
    top:1px;
    border-bottom:0;
    color:#FFFFFF;
}

#extesion{
	width: 60%;
	height: 36px;
	float: right;
	text-align: center;
	line-height: 36px;
	 color:#FFFFFF;
    /*background:#D37B03;*/
	
	background: #ECECFB url(../img/bg.png) repeat scroll 0 0;
	
	font-size:25px;
  /* 	border:1px solid #3e3e3e;
    border-width:1px 1px 0px 0px;*/
	border:1px solid #B9B9C8;
     border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
}


/******* /MENU *******/

/******* CONTENT *******/
.content{
	
	height: 800px;
	
    margin:0pt auto;
    background:#efefef;
    background:#FAFAFE;
    border:2px solid #B9B9C8;
    text-align:left;
    padding:2.3em;
    padding-bottom:20px;
    font-size:13px;
    line-height:1.5em;
    color:#666666;
    border-radius:0 5px 5px 5px;
    -moz-border-radius:0 5px 5px 5px;
    -webkit-border-radius:0 0px 5px 5px;
}
.content h4{
    line-height:1em;
    vertical-align:middle;
    height:30px;
    padding:5px 10px 10px 52px;
    font-size:25px;
    color:#000000;
}
/******* /CONTENT *******/
.caja{
	padding:0px 0px 0px 16px;
	text-align:justify;
	
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	column-count: 2;
	column-gap: 20px;
	max-height: 30em;
	overflow: visible;
}


.caja p{
	
	margin-top:0.5em;
   
	
}

/******* NOTICIAS *******/
.content.noticias h4{
    background:transparent url(../img/epistemia2.png) no-repeat scroll left top;
}
.content.noticias{
    display:block;
	
}
/******* /NOTICIAS *******/

/******* TUTORIALES *******/
.content.tutoriales h4{
    background:transparent url(../img/epistemia2.png) no-repeat scroll left top;
}
.content.tutoriales{
    display:none;
	
}


.content.tutoriales #lista{
	width: 55%;
	float:left;
	padding:15px 0px 0px 0px;
}
.content.tutoriales #lista ul li{
	display:block;
	font-size:14px;
	line-height:17px;
	padding:6px 15px 9px 50px;
	background:url(../img/list-1-marker.png) no-repeat 17px 6px;
}
.tutoriales #objetivo{
	
    /*position: absolute;*/
	padding:0px 0px 0px 50px;
	position: absolute;
	right: 420px;
	top: 85px;
	width: 50px;
	height: 150px;

}

/******* /TUTORIALES *******/

/******* ENLACES *******/
.content.enlaces h4{
    background:transparent url(../img/epistemia2.png) no-repeat scroll left top;
}
.content.enlaces {
  
	display:none;
}
.content.enlaces #lista2{
    width: 50%;
	float:left;
	padding:15px 0px 0px 0px;
}
.content.enlaces #lista2 ul li{
    display:block;
	font-size:14px;
	line-height:17px;
	padding:6px 15px 9px 50px;
	background:url(../img/list-1-marker.png) no-repeat 17px 6px;
}

.enlaces #objetivo2{
	
    /*position: absolute;*/
	position: absolute;
	 right: 475px;
	top: 50px;
	width: 50px;
	height: 150px;

}

.enlaces #objetivo3{
	
    /*position: absolute;*/
	position: absolute;
	 right: 382px;
	top: 90px;
	width: 50px;
	height: 150px;

}