﻿body{
	font-family:'century gothic', sans-serif;
}

#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: #0066b3;
	width: 100%;
	float: left;
}

#cintillo-conten{
	width: 1100px;
	margin: 0 auto;
}

#cintillo-conten a{
	color: white;
}

#cintillo-conten span{
	color: white;
	float: left;
	margin: 0 50px 0 0;
	padding: 8px 0;
}

.right{
	float: right !important;
	margin-right: 0 !important;
}



#wrapP{
	width: 1100px;
	margin: 0 auto;
}

#pagina{
	width: 100%;
	float: left;
}

#cabecera{
	width: 100%;
	float: left;
}

#logotipo{
	border: 0px solid red;
	width: 25%;
	float: left;
}

#logotipo img{
	width: 100%;
}



#datos{
	width: 55%;
	float: right;
}

#numero{
	width: 100%;
	text-align: right;
	color: #ef1116;
	line-height: 40px;
	font-size: 37px;
	font-weight: bold;
	font-style: italic;
	float: right;
	margin: 10px 0 0 0;
}

#numero span{
	width: 100%;
	font-size: 25px;
	float: left;
}

#leyenda{
	width: 100%;
	text-align: right;
	font-size: 17px;
	font-weight: bold;
	color: gray;
	line-height: 22px;
	float: left;
	padding: 10px 20px;
	margin: 15px 0 0 0;

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



#menu{
	background: #f7f7f7;
	width: 100%;
	float: left;
	margin: 7px 0;
}

#menu-r{
	width: 100%;
	text-align: center;
	padding: 6px 0;
	cursor: pointer;
	display: none;
}

#menu ul{
	width: 100%;
	float: left;
}

#menu ul li{
	width: 20%;
	float: left;
}

.menu{
	width: 100%;
	text-align: center;
	padding: 6px 0;
}


.marcas{
	background: #ddd;
	width: 100%;
	float: left;
	padding: 5px 0;

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

.marca{
	background: white;
	width: 18%;
	height: 35px;
	text-align: center;
	float: left;
	margin: 0 1%;
	padding: 2px 0;
}

.marca img{
	width: 40%;
}



#efecto{
	width: 100%;
	float: left;
}

#efecto-r{
	width: 100%;
	float: left;
	display: none;
}


#contenido{
	border: 0px solid red;
	width: 100%;
	float: left;
	padding: 20px 0;
}

.titulo-pestana{
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}

.titulo-pestana div{
	background: #f7f7f7;
	font-size: 26px;
	color: #0066b3;
	padding: 10px;
	display: inline-block;
}


.clientes{
	border: 0px solid red;
	width: 23%;
	text-align: center;
	float: left;
	margin: 0 1% 50px;

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

.clientes img{
	width: 100%;
	padding: 0 0 20px 0;
}

.clientes strong{
	width: 100%;
	text-align: center;
	float: left;
}

.separacion{
	width: 100%;
	float: left;
}






#footer{
	background: #0066b3;
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1100px;
	margin: 0 auto;
	padding: 0 10px;

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

#footer-conten a{
	color: white;
}

#footer-conten span{
	color: white;
	float: left;
	padding: 10px 0;
}


@media screen and (max-width: 1100px){
	#cintillo-conten, #footer-conten{
		width: 100%;
		padding: 0 10px;

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

	#wrapP{
		width: 100%;
	}
}
@media screen and (max-width: 900px){
	#logotipo{
		width: 40%;
	}
}
@media screen and (max-width: 700px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 50%;
	}
	#datos{
		width: 100%;
	}
	#datos div{
		text-align: center;
	}

	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	#cintillo-conten span{
		width: 100%;
		text-align: center;
		display: none;
	}
	.right{
		display: block !important;
	}
	#logotipo img{
		width: 70%;
	}

	.cuadro{
		width: 90% !important;
		margin: 0 5% 30px !important;
	}

	.clientes{
		width: 95%;
		margin: 0 2.5%;
	}
	#efecto{
		display: none;
	}
	#efecto-r{
		display: block;
	}
}