<style type="text/css">
ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DF01D7;

}

li{
	display: inline-block;
} 

a{
	font-family: Georgia,Arial;
	color: white;
	text-decoration: none;
	font-size: 1em;
	display: block;
	padding: 6px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6CEF5;
	background-color: #F7819F;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F7819F;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F7819F;
}

a:hover {
	color: black;
	background-color: #F6CED8;
}

.clear {
	clear: both;
}
</style>

img{
max-width: 500px;
}
.separacion{
	margin-right: 1em;
}
.quitar-float{
float: none;
}
.espacio-arriba{
margin-top: 4%;
}
.centrararriba{
	vertical-align: top;/* Esta instruccion solo combina cuando se usa inline-block*/
}
.pacifico{
	font-family: 'Pacifico', cursive;
}
.cookie{
	font-family: 'Cookie', cursive;
}
.lobster{
font-family: 'Lobster', cursive;

}
.grande{
	font-size: 4em;

}
.mediano{
	font-size: 2em;
}
.peque{
    font-size: 1.5em;
}
.agua{
	color:#2EA1CC;

}
.morado{
	color: #7F4F7F;
}

.verdeagua{
	color:#0BB2A2;
}
.inline-block{
	float: none;
	display: inline-block;
	margin-right: -4px;
}

.sinvinetas{
	list-style-type: none;
	margin:0px;
	padding: 0px;
}
.gris{
	background-color: #eee;
}
.padding-largo{
	padding: 5px 10px;

}
