/* CSS Document */
#wellcome .fake
{
    clear: both;
    
}

#wellcome
{
	background-image:url("../img/monitor.png");
	background-position: 650px 0px;
	background-repeat: no-repeat;

	/*height: 518px;*/
	
}

#presentation
{
    margin-top: 60px;
    margin-left: 40px;
    border: 0px solid transparent;  /* Por que tengo que hacer esto?? ni idea.*/
}

#pyndoo_wellcome
{
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	width: 100px;
    height: 110px;
    /*background-color: red;*/

}

#text_wellcome
{
    
    float: left;
	padding: 0px;
	padding-left: 10px;
    padding-top: 10px;
	font-size: 13px;	
	margin-left: 0px;
	margin-top: 0px;
	
	width: 460px;
	/*height: 270px;*/
	/*background-color: red;*/
	
	
}


#text_wellcome a
{
    color: #3b454d;
    text-decoration: none;
    font-weight: bold;
}

#text_wellcome a:hover
{
    text-decoration: underline;
}

#mini_projects
{
    margin-top: 80px;
    margin-left: 40px;    
    border: 0px solid transparent; /* Por que tengo que hacer esto?? ni idea.*/
    font-weight: bold;
    font-size: 13px;
    color: #354047;
    
}

#mini_projects .col1
{
    float: left;
	background-image:url("../img/portfolio/marco_proyecto_peq-trans.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;

    width: 289px;
    height: 140px;

}



#mini_projects .title_mini
{
    padding: 5px;
}

#mini_projects  .foot_mini
{    
    width: 588px;
    text-align: center;
    padding: 5px;
}

#mini_projects  .foot_mini a
{
    color: #3b454d;
    text-decoration: none;
    font-weight: bold;
}

#mini_projects  .foot_mini a:hover
{
    text-decoration: underline;
}


#mini_projects .image
{
    margin-top: 13px;
    margin-left: 12px;
    width: 263px;
    height: 86px;
    border: 1px solid white;
}

#mini_projects .info
{
    overflow: hidden;
    margin-top: 5px;
    margin-left: 9px;
    float: left;
    font-family: verdana;
    font-size:  10px;
    color: #656e75
}

#mini_projects .info .name
{
    overflow: hidden;
    margin-bottom: 0px;
    font-weight: bold;
}

#mini_projects .info a
{
    color : #656e75;
    text-decoration: none;
}
#mini_projects .info a:hover
{
    text-decoration: underline;
}

#mini_projects .icos
{
    float: left;
}





