body {
	background-color: white;
}

@font-face{
   font-family: "Dolphin";
   src: url(../fonts/Dolphin-Sans.ttf);
}

@font-face{
   font-family: "Eurofurence55";
   src: url(../fonts/eurof55.ttf);
}

@font-face{
   font-family: "Eurofurence75";
   src: url(../fonts/eurof75.ttf);
}


#backMenu {
	background-color: white;
	min-height: 100px;
	padding-top: 40px;
}

#btnMenu {
	background-image: url(../images/detMenu.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px; 
	font-family: Dolphin;
	font-size: 22px;
	color: #6D6E70;
	font-weight: bolder;
	text-decoration: none;
	-webkit-transition: all 0.1s;
    transition: all 0.1s;
}

#btnMenu:hover, #btnMenu:active {
	text-decoration: none;
	background-image: url(../images/detMenuRO.png);
	font-size: 25px;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#linMenu {
	background-color: rgba(45, 201, 203, 1);
	height: 7px;
}

#footerXS {
	background-color: rgba(152, 208, 190, 1);
	padding: 20px;
}

#txtFooter {
	color: #FFF;
	font-size: 14px;
	padding-top: 15px;
}

#txtFooter:hover {
	color: #FFF;
	font-size: 14px;
	padding-top: 15px;
	text-decoration: none;	
}

#centrar {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#centrar2 {
	background-color: rgba(152, 208, 190, 1);
	position: absolute;
	padding: 15px 0px 15px 0px;
	min-height: 100px;
	width: 100%;
	left: 50%;
	bottom: -50px;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#menuXS {
	background-color: #FFF;
	padding: 20px 0px 0px 0px;
}

#btnDesplXS {
	text-align: right;
	height: 5px;
	margin-top: 20px;
	background-color: rgba(45, 201, 203, 1);
}

#btnDespl {
	background-color: #8AE5C8;
	color: white;
	margin-top: -15px;
	margin-left: -20px;
	position: absolute;
	z-index: 40;
}

#menuXSdesp {
	background-color: rgba(45, 201, 203, 1);
	display: none;
	z-index: 20;
	text-align: left;
	padding: 20px;
}

#btnMenuXS {
	background-image: url(../images/detMenuXS.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px; 
	font-family: Dolphin;
	font-size: 22px;
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
	-webkit-transition: all 0.1s;
    transition: all 0.1s;
}

#btnMenuXS:hover, #btnMenuXS:active {
	text-decoration: none;
	font-size: 25px;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#contCentroXS {
	margin: 40px 20px;
}

#titulo {
	padding-top: 20px;
	font-family: Dolphin;
	font-size: 60px;
	color: rgba(45, 201, 203, 1);
	text-align: "center"
}

#tituloXS {
	padding-top: 20px;
	font-family: Dolphin;
	font-size: 40px;
	color: rgba(45, 201, 203, 1);
	text-align: "center"
}

#descr {
	font-family: Eurofurence55;
	font-size: 22px;
	color: #999;
}

#detNos {
	background-image: url(../images/detNosIz.jpg), url(../images/detNosDe.jpg);
	background-position: left, right;
	background-repeat: no-repeat, no-repeat;
	text-align: center;
	font-family: Dolphin;
	font-size: 32px;
	color: #666;
}

#detNosXS {
	background-image: url(../images/detNosIz.jpg), url(../images/detNosDe.jpg);
	background-position: left, right;
	background-repeat: no-repeat, no-repeat;
	text-align: center;
	font-family: Dolphin;
	font-size: 20px;
	color: #666;
}

#menu {
	position: fixed;
	width: 100%;
	z-index: 100;
}

#divMenu {
	padding-top: 170px;
	width: 100%;
}

#divMenuXS {
	padding-top: 100px;
	width: 100%;
}

#backNos1 {
	background-color: rgba(0,0,0,0.07);
	padding: 50px;
}

#backNos2 {
	background-color: rgba(0,0,0,0.09);
	padding: 50px;
}

/* servicios */

.contSer {
	font-family: Eurofurence55;
	font-size: 24px;
	color: #FFF;
	line-height: 28px;
	padding-top: 150px;
}

#imgSer1 {
	background-image: url(../images/ser1.jpg);
	background-position: center;
	height: 300px;
	width: 100%;
}

#imgSer2 {
	background-image: url(../images/ser2.jpg);
	background-position: center;
	height: 300px;
	width: 100%;	
}

#imgSer3 {
	background-image: url(../images/ser3.jpg);
	background-position: center;
	height: 300px;
	width: 100%;
}

#imgSer4 {
	background-image: url(../images/ser4.jpg);
	background-position: center;
	height: 300px;
	width: 100%;
}

#imgSer5 {
	background-image: url(../images/ser5.jpg);
	background-position: center;
	height: 300px;
	width: 100%;	
}

#imgSer6 {
	background-image: url(../images/ser6.jpg);
	background-position: center;
	height: 300px;
	width: 100%;
}

#imgSer7 {
	background-image: url(../images/ser7.jpg);
	background-position: center;
	height: 300px;
	width: 100%;
}

#imgSer8 {
	background-image: url(../images/ser8.jpg);
	background-position: center;
	height: 300px;
	width: 100%;	
}

#imgSer9 {
	background-image: url(../images/ser9.jpg);
	background-position: center;
	height: 300px;
	width: 100%;
}

#imgSer10 {
	background-image: url(../images/ser10.jpg);
	background-position: center;
	height: 300px;
	width: 100%;
}

#imgSer11 {
	background-image: url(../images/ser11.jpg);
	background-position: center;
	height: 300px;
	width: 100%;
}

#imgSer12 {
	background-image: url(../images/ser12.jpg);
	background-position: center;
	height: 300px;
	width: 100%;
}

#linkSer:hover, #linkSer:active, #linkSer:visited {
	text-decoration: none;
}

#backModal1 {
	background-color: rgba(138, 229, 200, 0.9);
	padding: 0px; !important;
	border: 0px; !important;
}

#backModal1 {
	background-color: rgba(128, 219, 190, 1);
	padding: 0px; !important;
	border: 0px; !important;
}

#backModal2 {
	background-color: rgba(45, 201, 203, 0.9);
	padding: 0px; !important;
	border: 0px; !important;
}

#backModal3 {
	background-color: rgba(0, 201, 172, 0.9);
	padding: 0px; !important;
	border: 0px; !important;
}

.titModal {
	background-color: rgba(0, 0, 0, 0.05);
	font-family: Eurofurence55;
	font-size: 32px;
	color: #FFF;
	text-align: left;
	padding: 20px;
}

.txtModal {
	font-family: Eurofurence55;
	font-size: 20px;
	color: #FFF;
	text-align: justify;
	padding: 20px;
}

/* productos */

#backPro1{
	background-color: rgba(247, 239, 221, 1);
	height: 300px;
}

#backPro2{
	background-color: rgba(248, 249, 240, 1);
	height: 300px;
	display: table;
}

#backPro3{
	background-color: rgba(247, 243, 225, 1);
	height: 300px;
	display: table;
}

#backPro4{
	background-color: rgba(249, 246, 233, 1);
	height: 300px;
}

.contPro {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-family: Eurofurence55;
	font-size: 20px;
	color: #999;
	text-align: justify;
}

/* contactos */

#txtCont1 {
	background-image: url(../images/conDet.png);
	background-repeat: no-repeat;
	width: 320px;
	height: 40px;
	font-family: Eurofurence55;
	font-size: 20px;
	color: #FFF;
	padding-top: 5px;
}

.form-control {
	font-family: Eurofurence55;
	font-size: 22px;
	color: rgba(45, 201, 203, 1);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.btnPFB {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #DDD;
	color: #333;
	font-family: Dolphin;
	font-size: 20px;
	margin: 0px 10px;
	padding: 5px 20px;
}

.conBtn {
	text-align: center;
}

.txtCon1 {
	font-family: Eurofurence55;
	font-size: 20px;
	color: rgba(45, 201, 203, 1);
}

.txtCon2 {
	font-family: Eurofurence55;
	font-size: 20px;
	color: #999;
	text-align: center;
}