﻿body{
	font-family: 'Montserrat', sans-serif !important;
}

.container-fluid{
	padding-left: 0;
	padding-right: 0;
}

#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#chat strong{
	width: 100%;
	float: left;
}

#chat img{
	width: 40px;
}

.cintillo{
	background: red;
	color: white;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	padding-top: 7px;
	padding-bottom: 7px;
}
.cintillo a{
	color: white;
}

.cabecera{
	padding-top: 12px;
	padding-bottom: 12px;
}

nav{
	margin: 10px 0 0 0;
}

nav a, nav a:hover{
	text-decoration: none;
}

.menu-r{
	display: none;
}

nav ul{
	list-style: none;
	padding:0;
}

nav ul li{
	width: 20%;
	float: left;
}

.menu, .menu-r{
	border-right: 1px solid #272c30;
	width: 100%;
	text-align: center;
	color: #272c30;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	padding:12px 0;
	cursor: pointer;
}

.dosM{
	padding:2px 0;
}

.menu:hover, .activo, .menu-r:hover{
	background: #272c30;
	color: white;
}


.efecto{
	padding:0;
}


.contenido{
	padding-top: 40px;
	padding-bottom: 40px;
}

.titulo{
	font-size: 35px;
	font-weight: bold;
	color: #272c30;
}


.como{
	background: url(../images/fondo-triangulos.jpg);
}

.titulo2{
	font-size: 25px;
	font-weight: bold;
	color: #272c30;
	margin: 0 0 40px 0;
}

.funci img{
	width: 150px;
}
.funci{
	width: 18%;
	border: 0px solid #ddd;
	font-size: 22px;

	box-sizing: border-box;
}
.flecha{
	border: 0px solid #ddd;
	width: 2%;
	font-size: 40px;
	color: red;
	font-weight: bold;
	padding-top: 100px;

	box-sizing: border-box;
}


.texto{
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin: 40px 0;
}


.seccion{
	font-size:30px;
	line-height: 40px;
}
.seccion2{
	font-size: 24px;
	line-height: 29px;
}
.seccion strong, .seccion2 strong{
	width: 100%;
	color: red;
	margin: 0 0 20px 0;
	float: left;
}

.im{
	color: blue;
	text-decoration: underline;
	font-size: 26px;
}


.precios{
	background: #f7f7f7;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}


table{
	border: 0px solid red;
	width: 95%;
	margin: 0 2.5%;

	box-sizing: border-box;
}

.titulo-tabla{
	font-size: 25px;
}

table tr td{
	border: 1px solid gray;
	text-align: center;
	font-size: 20px;
	padding: 5px;

	box-sizing: border-box;
}

.titulo td{
	text-align: center;
	font-weight: bold;
}

.azul{
	/*background: #c3e3f2;*/
	background: black;
	color: white !important;
}

.amarillo{
	background: #fcfc80;
}

.importante{
	color: red;
	text-decoration: underline;
}


.tama{
	border: 0px solid red;
	width: 22%;
	text-align: center;
	font-size: 20px;
	float: left;
}


.datos{
	background: red;
	text-align: center;
	color: white;
	font-size: 23px;
	padding: 10px;
	margin: 0 0 30px 0;
}
.datos a{
	color: white;
}



.entrega{
	background: gray;
	text-align: center;
	color: white;
	font-weight: bold;
	text-shadow: 2px 2px 2px blue;
	font-size: 22px;
}
.entrega a{
	color: white;
}


.subtitulo{
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
	float: left;
	margin: 3px 0 20px 0;
}

.precio{
	border: 0px solid red;
	background: #ddd;
	width: 100%;
	padding: 2px 10px;
	margin: 5px 0;
	float: left;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.precio div{
	border: 0px solid red;
	width: 75%;
	text-align: justify;
	float: left;
	padding: 5px 0 0 0;
}

.precio strong{
	background: yellow;
	padding: 0 5px;
}

.precio span{
	background: black;
	width: 20%;
	text-align: center;
	color: white;
	float: right;
	padding: 4px 10px;
	margin: 0px 0 0 0;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.iva{
	border: 0px solid red;
	width: 100%;
	color: green;
	float: left;
	margin: 15px 0 20px 0;
}


.otraTabla{
	width:70%;
	margin-top:50px;
	margin-left:15%;
}



.anuncio{
	text-align: center;
	font-size: 20px;
	color: red;
	line-height: 30px;
}


footer{
	background: #272c30;
	color: white;
	font-size: 20px;
	line-height: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
}
footer a, footer a:hover{
	color: white;
}

.seccion-footer strong{
	width: 100%;
	margin:0 0 30px 0;
	float: left;
}


.pie{
	background: black;
	width: 100%;
	font-size: 16px;
	float: left;
	padding: 4px 0;
}
.pie a{
	color: white;
}
.pie-conten{
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width:1200px){
	.pie-conten{
		width: 100%;
	}
}
@media screen and (max-width:1050px){
	.funci{
		width: 29.33%;
	}
}
@media screen and (max-width:700px){
	.funci{
		width: 45%;
	}
}
@media screen and (max-width:650px){
	.menu-r{
		display: block;
	}
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
	}
	.menu{
		padding:12px 0 !important;
	}
	.otraTabla{
		width: 100%;
		margin-left: 0;
	}
	.adjunto{
		font-size: 15px;
	}
	.precio div{
		width: 100%;
	}
	.precio span{
		width: 100%;
	}

	#chat{
		top: auto;
		bottom: 50px;
		right: 20px;
	}
	.flecha{
		display: none;
	}
}
@media screen and (max-width:500px){
	.cintillo{
		font-size: 19px;
	}
}