/**

* CSS

* 

* @version 1.0

* @author Vaska 

* @author Gregory Cadar

* @modificado por educaLine

*/

* {

	margin: 0;

	padding: 0;

}



body {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 12px;

	color:#000000;

	background-color: #FFFFFF;

	/*overflow-y:auto;

	overflow-x:hidden;*/

	height:100%; 

	width:100%;

}



body.section-1 { }

body.section-2 { }

body.section-3 { }



a:link { 

	text-decoration: none;

	color:#000000;/*NEGRO*/

 }	

#menu li.active a{

	text-decoration: none;

	color:#FF0000;/*ROJO*/ 

}

a:visited { 

	text-decoration: none;

	color:#000000;/*NEGRO*/

}

a:hover { 

	text-decoration:none;

	color:#B7B7B6;/*GRIS*/

 }

a img {

	border: none;

}



#menu {

	float:left;

	display:block;

	background-color: #FFFFFF;

	

	padding:0 0 0 15px;

	width: 320px;

	height:100%;

	top:0;

	left:0;

	bottom:0;

	position:fixed;

	z-index:200; 

}



#menu ul {

	list-style: none;

	margin: 0 0 5px 0;

}



#menu ul li.section-title {}









#content {

    margin: 0 0 0 335px;

	padding:35px 5px 25px 20px;

    top: 0;

	*overflow-y:auto;/*IE7*/

}



#content p { 

	width: 500px; 

	margin-bottom: 5px;

	position:static;

}

	 

#img-container p{

	margin-bottom: 5px;

	position: static;

}



p {

    margin: 0 0 5px 0;

}



h1 { font-size: 32px; }

h2 { font-size: 24px; }

h3 { font-size: 16px; }

h4 { font-size: 12px; }





#img-container	{ 

	margin:0 0 0 0; 

	padding:0 0 0 0;

}



#img-container p	{ width: 700px; margin: 0; padding: 0 0 12px 0; }



#once { clear: left; }



/*__________________________estilos aņadidos en index.php ___________________________*/



.logo{

	float:left;

	display:block;

	background-color: #FFFFFF; 

	

	width:120px;

	height:94px;

	margin:15px 0 0 0;

	padding:0 0 0 0;

	left:15px;

	

	position:fixed;

	z-index:500;

}



.menu-principal{

	float:left;

	display:block;

	background-color: #FFFFFF;

	

	width:145px;

	height:100%;

	margin-top:94px;

	left:15px;

	padding-top:10px;

	

	position: fixed;

	z-index: 200;

}



.proyectos{

	float:left;

	display:block;

	background-color: #FFFFFF;

	

	width:145px;

	height:100%;

	left:160px;

	margin-top:0;

	padding:0 0 0 30px;

	overflow:auto;

	position:fixed;

	z-index:100;

	line-height:18px;

}

.proyectos li{
	height:16px;
}

.espacio_proyectos{

	height:75px;

}



#mis-datos{

	/*margin: 20px 0 0 0;/**/

	padding:25px 0 10px 0;

}
#mis-datos-built,#mis-datos-built {
	padding:25px 0 10px 0;
	color: #999999; 
	font-size:10px;
	}
#mis-datos-built a{
	color: #999999;}
#mis-datos-built a:hover{
	color:#000000; 
	}
