﻿@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?6m93u2');
	src:url('../fonts/icomoon.eot?#iefix6m93u2') format('embedded-opentype'),
		url('../fonts/icomoon.woff?6m93u2') format('woff'),
		url('../fonts/icomoon.ttf?6m93u2') format('truetype'),
		url('../fonts/icomoon.svg?6m93u2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-palomita:before {
	font-size: 22px;
	color: red;
	content: "\e600";
}

.ladoa{
	border: 0px solid green;
	position: relative;
	width: 100%;
	padding: 10px 0;
	float: left;
}

.fondo-gris{
	border: 1px dashed #ddd;
	background: #f7f7f7;
	padding: 10px;

	box-sizing:border-box;
}

.ladoa .texto-pequeno{
	border: 0px solid red;
	text-align: left !important;
	width: 80%;

	padding: 10px;

	box-sizing:border-box;
}

.ladoa .texto{
	text-align: center;
	line-height: 30px;
	float: left;
}

.ladoa .contenido{
	border: 0px solid red;
	width: 430px;
	float: left;
	margin: 10px 10px 0px 0;
}

.ladoa .contenido div{
	font-size: 20px;
	line-height: 35px;
}

#servicios{
	border: 0px solid red;
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
}

.servicio{
	border: 1px solid transparent;
	width: 340px;
	height: 200px;
	float: left;
	margin: 10px 20px 10px 0;

	border-radius: 0 0 10px 10px;

	transition: all 0.2s;
	box-shadow: 5px 5px 10px #ddd;
}

.servicio:hover{
	box-shadow: 5px 5px 10px #000;
}

.titulo-servicio{
	background: rgba(0,0,0,0.7);
	width: 100%;
	color: white;
	text-align: center;
	height: 20px;
	padding: 4px 0;
}

.uno{background: url(../images/impresion-de-credenciales.jpg);}
.dos{background: url(../images/credenciales-de-pvc.jpg);}
.tres{background: url(../images/credencializacion-de-personal.jpg);}
.cuatro{background: url(../images/credenciales-para-empresas.jpg);}
.cinco{background: url(../images/credenciales-para-escuelas.jpg);}
.seis{background: url(../images/impresion-de-credenciales-a-domicilio.jpg);}

.banner{
	background:#0059A9;
	width: 100%;
	color: white;
	font-size: 30px;
	text-align: center;
	float: left;
	padding: 10px 0;
	margin: 20px 0 0 0;
}

@media screen and (max-width: 430px){
	.ladoa .contenido{
		width: 100%;
		margin: 0 !important;
	}
}