body{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size:12px;
	font-family: Arial,Helvetica,Verdana;
	font-family:SkipLegDay;
}
img{
	border: 0px;
}
table,td{
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0;
	padding: 0;
}
a{
    text-decoration:none;
}
@font-face{
    font-family: SkipLegDay;
    src:url('../font/SkipLegDay.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: ebrima;
    src:url('../font/ebrima.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}
/*======================================================*/
.ImgCircular{
	position: relative;
	display: inline-block;
	width:220px;
	height:220px;
	overflow: hidden;
	border:3px solid rgba(255,255,255, 1);
	border-radius: 130px;
	box-shadow:1px 1px 10px 0px #000,1px 1px 10px 2px #000 inset;
	margin: 10px;
}
.ImgCircular img{
	width:320px;
}
/*======================================================*/
.Menu{
	position: fixed;
	display: block;
	top:0px;
	width: 100%;
	height: 50px;
	background: #A02525;
	text-align: center;
	z-index: 10;
	box-shadow: 0px 0px 7px 3px #000;
}
.Menu span{
	display: inline-block;
	width: 13.5%;
	height: 30px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 18px;
	color:#FFF;
	cursor:pointer;
}
.Menu span:hover{
	background: #6B1717;	
}
.Menu #logo{
	position: fixed;
	display: block;
	top:0px;
	height: 90px;
	left:50%;
	margin-left:-70px;
}
.MenuSociales{
	position: fixed;
	display: block;
	top:50px;
	background: rgba(0,0,0,0.7);
	text-align: center;
	z-index: 9;
	box-shadow: 0px 0px 7px 3px #000;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-right: 10px;
}
.MenuSociales img{
	margin-left: 17px;
	height: 35px;
}
/*======================================================*/
.Titulo{
	text-align: center;
	padding-bottom: 20px;
	padding-top: 40px;
}
.Titulo .nombre{
	display: block;
	color:#A02525;
	font-size: 50px;
	font-weight: normal;
}
.Titulo .informacion{
	display: block;
	color:#444;
	font-size: 15px;
	font-family:ebrima;
}
/*======================================================*/
.Inicio{
	position: relative;
	display: block;
	width: 100%;
	height: 440px;
	height: auto;
	margin-top: 35px;
}
/*======================================================*/
.Productos{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	background: #DDD;
	margin-top: -15px;
	font-size: 15px;
}
.Productos .Producto{
	position: relative;
	display: inline-block;
	width: 280px;
	height: 250px;
	text-align: center;
	overflow: hidden;
	margin-right: 10px;
	margin-top: 10px;
	border:1px solid #AAA;
	padding: 10px;
	border-radius: 10px;
	background: #FFF;
}
.Productos img{
	height: 210px;
}
.Productos span{
	display: block;
	color:#333;
	font-weight: bold;
	font-size: 15px;
	border-top: 1px dashed #CCC;
	padding-top:5px;
}
/*======================================================*/
.Quienessomos{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background: #FFF;
	text-align: center;
}
.Quienessomos .informacion{
	display: inline-block;
	width: 750px;
}
.Quienessomos .subtitulo{
	font-family: SkipLegDay;
	font-size: 20px;
	color:#A02525;
}

/*======================================================*/
.Ubicacion{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background: #E9E5DC;
}
.Ubicacion .mapa{
	position: relative;
	display: block;
	width: 100%;
	height: 450px;
}
/*======================================================*/
.Contactanos{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background:#7C6F4E;
	text-align:center;
}
.Contactanos .informacion2{
	display: inline-block;
	font-family: SkipLegDay;
	font-size: 20px;
	color:#FFF;
	border-top: 1px dashed #FFF;
	padding: 20px;
}
.Contactanos .Contactano  #cname, .Contactanos .Contactano  #cmail{
   	width:580px;
	font-weight:normal;
	font-size:16px;
	font-family: Arial,Helvetica,Verdana;
	padding:5px;
	margin-top:5px;
	text-align:center;
	color:#FFF;
	background:none;
	outline:none;
	border:1px solid #222;
	border-radius:5px;
	box-shadow:inset 1px 1px 5px 0px rgba(0,0,0,0.5),1px 1px 0px 0px rgba(255,255,255,0.50);
	background:#5B4D2B;
}
.Contactanos .Contactano  #cmsj{
   	width:580px;
	font-weight:normal;
	font-size:16px;
	font-family: Arial,Helvetica,Verdana;
	padding:5px;
	margin:5px;
	text-align:center;
	color:#FFF;
	background:none;
	outline:none;
	border:1px solid #222;
	border-radius:5px;
	box-shadow:inset 1px 1px 5px 0px rgba(0,0,0,0.5),1px 1px 0px 0px rgba(255,255,255,0.50);
	background:#5B4D2B;	
}
.Contactanos .Contactano .boton{
	display:inline-block;
	line-height:30px;
	font-weight:bold;
	font-size:17px;	
	color:#FFF;
	text-shadow: 1px 1px 0px #222;
	width:268px;
	height:30px;
	padding:12px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	cursor:pointer;
	background:#3B90B5;
	background:linear-gradient(#3B90B5, #2C6781);
	border:1px solid #222;
	border-radius:5px;
	box-shadow:1px 1px 5px 0px #222,inset 1px 1px 0px 0px rgba(255,255,255,0.70),inset -1px -1px 0px 0px rgba(255,255,255,0.20);
}
.Contactanos .Contactano .boton:HOVER{
	color:#9EC5D6;
	text-shadow: -1px -1px 0px #222;
	box-shadow:inset 1px 1px 5px 0px rgba(0,0,0,0.5),1px 1px 0px 0px rgba(255,255,255,0.50);
}
.Contactanos .Contactano.boton:ACTIVE{
	background:linear-gradient(#2C6781,#2C6781);
}
::-webkit-input-placeholder { 
	/* WebKit browsers */
	color: #271E09;
}
:-moz-placeholder { 
	/* Mozilla Firefox 4 to 18 */
	color: #271E09;
	opacity:  1;
}
::-moz-placeholder { 
	/* Mozilla Firefox 19+ */
   color: #271E09;
   opacity: 1;
}
:-ms-input-placeholder { 
	/* Internet Explorer 10+ */
	color: #271E09;
}
/*======================================================*/
@media (max-width:950px) 
{
	.Menu span{
		font-family:ebrima;
		font-size: 14px;
		vertical-align: top;
	}
	.Menu #logo{
		height: 70px;
		margin-left:-60px;
	}
	.Quienessomos .informacion{
		display: inline-block;
		width: 90%;
	}
	.Contactanos .Contactano  #cmsj{
		width:70%;
	}
	.Contactanos .Contactano  #cname, .Contactanos .Contactano  #cmail{
		width:70%;
	}
}

@media (max-width:610px) 
{
	.Menu{
		border-top:50px solid #6B1717;
	}
	.Menu span{
		width: 19%;
		font-size: 12px;
	}
	.MenuSociales{
		top:100px;
		height: auto;
		width: 40px;
	}
	.MenuSociales img{
		margin-left: 5px;
		margin-top: 15px;
		height: 30px;
	}
	#menuLogotipo, #menuIdioma{
		display: none;
	}
	iframe{
		width: 95%;
	}
}

