@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	}
	
	

body{
	margin:0;
	padding:0;
	font-family: 'robotolight';
	font-size:15px;
	
}

.textKubNavarro
{
	height:23px;
	width:314px;
	background-color: #E7E7E7;
	border-radius: 5px;
	margin:0px 0 10px 0px;
	/*background-image:url('../img/lineaContactanos.png');*/
}

.textKubNavarro input {
	background-color:transparent;
	border:none;
	outline:none;
	width:300px;
	height:20px;
	margin:0px 0 0px 7px;
	color:black;
    font-family: 'robotoregular';
	font-size:13px;
}
.areaKubNavarro{
	width:314px;
	height:113px;
	background-color: #E7E7E7;
	border-radius: 5px;

}

.areaKubNavarro textarea{ 
	border:none;
	width:415px;
	height:120px;
	margin:8px 0 0 7px;
	background-color:transparent;
	color:black;
	outline:none;
	resize: none;
    font-family: 'robotoregular';
	font-size:13px;
	overflow:hidden;
	
}
::-webkit-input-placeholder {
   color: #f5faf8;
}

:-moz-placeholder { /* Firefox 18- */
   color: #f5faf8;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #f5faf8; 
}

:-ms-input-placeholder {  
   color: #f5faf8;
}

.botonKubNavarro{
	background-image:url('../img/botonKubEnviar.png');
	width:104px;
	height:35px;
	cursor: pointer;
}

.botonKubNavarro:hover
{
	opacity: 0.8;
}
.botonKubNavarro input[type="button"]{
	cursor: pointer;
	width:131px;
	height:50px;
	background-color:transparent;
	border:none;
}

#KubboxForm
{
	width: 62%;
	margin: auto;
}

#KubboxFormDiv{
	width:562px;
	height:700px;
	float:left;
	background-color:white;
	margin: 35px 0 0 0;
}
#KubboxFormDiv table{
	margin:25px 0 0 18px;
}

.textUbicacion{
	width:365px;
	height:290px;
	background-color:white;
	float:left;
	margin: 35px 0 0 40px;
	font-family: 'robotoregular';
	color:#5F666E;
	font-size: 16px;
}

.textUbicacion span{
	font-family: 'robotobold';
	color: #4E4E4E;
	font-size: 25px;
	margin: 10px 0 0 90px;
}

.lineContact{
	background-image: url(../img/lineContact.png);
	width: 331px;
	height: 2px;
	margin: 10px auto 20px auto;
	
}

.etiquetaLabelFormKub
{
	font-family: 'robotoregular';
	font-size: 14px;
	color: #4E4E4E;
	margin: 0 0 0 2px;
}

.etiquetaLabelFormKub2
{
	font-family: 'robotoregular';
	font-size: 14px;
	color: #4E4E4E;
	margin: 0 0 0 40px;
}


.chekContact{
	background-image: url(../img/chekContact.png);
	width: 32px;
	height: 20px;
	position: absolute;
	cursor: pointer;
}

.sliderChekKub
{
	position: absolute;
	background-image: url(../img/slider.png);
	width: 14px;
	height: 14px;
	margin: 3px 0 0 14px;
}

.infKubContact
{
	font-family: 'robotoregular';
	font-size: 16px;
	color: #5F666E;
	text-align: center;
}

.tituloContact{
    width: 362px;
    height: 38px;
	background-image:url('../img/imgDestacados.png');
	margin: 25px 0 0 0;
}

.ubicationContact
{
	background-image: url(../img/ubicados.png);
	width: 360px;
	height: 297px;
	float: left;
	margin: 30px 0 0 40px;
}
.textoKub{
	color: white;
	font-size: 22px;
	text-transform: uppercase;
	
	width: 100%;
	padding-top: 5px;
	text-align: left;
	margin: 0 0 0 10px;
	font-family: 'robotobold';
}
.subtituloContact{
	width: 415px;
	height: 50px;
	margin: 15px 0 0 60px;
	text-align: center;
	font-family: 'robotobold';
	font-size:17px;
	color:#E52250;
}
.contentKubboxContact{

	background-color:yellow;
	
}
.mensajeKubboxForm{
	border:1px solid yellow;
}