/* Vista de pantallas de grandes*/
/* Fonts */
@font-face {
   font-family:Entypo;
   src: url("../fonts/Entypo.eot") /* EOT file for IE */
}
@font-face {
   font-family: Entypo;
   src: url("../fonts/Entypo.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
   font-family: icomoon;
   src: url("../fonts/icomoon.eot") /* EOT file for IE */
}
@font-face {
   font-family: icomoon;
   src: url("../fonts/icomoon.ttf") /* TTF file for CSS3 browsers */
}

body {
	width: 100%;
	display: table;
	color:white;
	font-family: arial;
	margin: 0px auto;
	background-color:#403f3e;
	
}
h1{
	font-family: arial;
	font-size: 18px;
}

.contenedor p{
	margin:10px;
	
 }

.fuente-entypo {
	 font-family: Entypo;

}
.fuente-icomoon{
	 font-family: icomoon;

}

.mundo-entypo {
	font-family: Entypo;
}
span {
	font-family: Entypo;
	font-size:1.2em;
}
span.mundo-entypo:before{
content: "\00a0\00a0\00a0";
background : url('../images/globe.svg') no-repeat;
}
span.telefono-entypo:before{
content: "\00a0\00a0\00a0";
background : url('../images/phone.svg') no-repeat;
}
