@import url(https://fonts.googleapis.com/css?family=Quicksand);


.menu li {
    height: 50px;
        margin-right: 24px;
	font-family:Quicksand;
	text-transform:uppercase;
	font-size:15px;
	color: #434244;
	letter-spacing:0.7px;
	font-weight:bold;
}

.menu li a {
    padding-left: 0px !important; 
    padding-right: 0px !important;
}

.menu li a:hover {
	color: #af2926;
	border-bottom: 3px solid #af2926;
}

.menu { 
      border:0px solid white;
      margin-top: 110px;
      margin-left: -22px;
	//background-image:url(../images/back_menu.gif);
	//background-attachment:fixed;
	
}

.mplus {
	text-align:right !important;
	font-family:Quicksand;
	font-size:12px;
	color: #434244;
	font-weight:bold;
	margin-top:40px;

	}

.mplus a {
	color:red;
}

.navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color:none; 
}



h1 {
        font-family:Quicksand;
	text-transform:uppercase;
	font-size:17px;
	color: #b2322f;
	letter-spacing:0.7px;
	font-weight:bold;
        margin-bottom: 20px;
}


h2 {
        font-family:Quicksand;
			text-transform:uppercase;
	font-size:14px;
	color: #FFF;
	padding:4px;
	background:#af2926;
	letter-spacing:0.1px;
	font-weight:bold;
        text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.boton {
        font-family:Quicksand;
			text-transform:uppercase;
	font-size:14px;
	width:100%;
	color: #FFF;
	padding:5px;
	background:#af2926;
	letter-spacing:0.1px;
	font-weight:bold;
	text-decoration:none;
        text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.boton:hover {

	background: #333;
	color:#FFF;
	text-decoration:none;
}

p {
        font-family:Quicksand;
	font-size:13px;
	color: #343434;
	letter-spacing:0.1px;
	font-weight:bold;
        line-height: 30px;
        text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

p a {
        font-family:Quicksand;
	font-size:13px;
	color: #343434;
	letter-spacing:0.1px;
	font-weight:bold;
        line-height: 30px;
        text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}


/*formulario*/

#contacto {
	width:950px;
	height:auto;
	margin:0 auto;
}

.caja { 
	width: 30%;
	float:left;
	margin:5px;
}

#c_msg { 
		height:120px;
		width:220px;
}


#formstyle {
		width:100%;
		height:100%;
		padding:30px;
}

#cajaform
{
	 background-color: #d1d3d4;
	 margin: 10px auto;
	 padding: 5px;
	 border:0px;
	 height:30px;
	 -webkit-border-radius: 5px 5px;  /* Safari  */
	 -moz-border-radius: 5px 5px;     /* Firefox */
	 font-family:Quicksand;
	 font-size:1.1em;
	 color:#666;
	 padding-left:10px;
}

.formu_contacto
{
	background-color: #d1d3d4;
	margin: 10px auto;
	padding: 5px;
	border:0px;
	height:30px;
	-webkit-border-radius: 5px 5px;  /* Safari  */
	-moz-border-radius: 5px 5px;     /* Firefox */
	font-family:Quicksand;
	font-size:1.1em;
	color:#666;
	padding-left:10px;	
}

.formu_contacto:hover {
	  background-color: #6d6e71;
	  color:#FFF;
}

#cajaform:hover {
	  background-color: #6d6e71;
	  color:#FFF;
}

#comentcaja:hover {
	  background-color: #6d6e71;
	  color:#FFF;
}


#btnenviar {
	  background-color: #b10037;
	  border:0px;
	  width:90px;
	  height:30px;
	 -webkit-border-radius: 7px 7px;  /* Safari  */
	 -moz-border-radius: 7px 7px;     /* Firefox */
	 font-family:Quicksand;
	 color: #FFF  ;
	 padding:2px;

}

#btnenviar:hover {
	  background-color: #9c0a00;

}

#comentcaja {
	  background-color: #d1d3d4;
  	  border:0px;
	  height:200px;
	  width:60%;
	 -webkit-border-radius: 5px 5px;  /* Safari  */
	 -moz-border-radius: 5px 5px;     /* Firefox */
	 font-family:Quicksand;
	 font-size:1.1em;
	 color:#666;
	 margin-top:10px;
	 padding:10px 0px 0px 10px;
}

.textoform {
	font-family:Quicksand;
	color:#3a3a3a;
	padding-bottom:10px;
}
	
#mail{
	width: 180px;
	display: inline-block;
}
/* fin formulario*/


@media screen and (max-width:768px){ 

.menu li  {
    margin-left: 28px;
}

.contenedor {
    margin-top: 80px;
}

.navbar {
	margin-bottom:80px;
}

 #contacto {
	width:100%
}


	#comentcaja  {
	  width:100%;
}

.caja {
	  width:100%;
}

.video {
	width:350px;
}


}


@media screen and (max-width:300px){ 


.video {
	width:200px;
}


}

