/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* CSS para los iconos del portfolio en la home page */
#iconosportfolio ul {
	width:400px;
	margin : 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style: none;
} 

#iconosportfolio li {
	width: 64px;
	margin: 5px;
	padding: 5px;
	float:left;
}

/* Fin del CSS para los iconos del portfolio homepage */



