

/*logo y contactos*/
#logo{
	padding-top: 10px;
}

.telefono{
	color:#2b800e; 
}


/*barra de menu*/

#barra-de-navegacion{
	background: #DF7401;
}

nav{
	background:#DF7401;
	color: white;
}

.letra-menu{
	color: white;
	font-family:Copperplate / Copperplate Gothic Light, sans-serif;
}

.letra-menu:hover{
	color:#e8e5e0;
	line-height:30px;

}



/*cuerpo*/

section{
	background:#F2F2F2; 
}

#cuerpo{
	background: white;
	border:1px solid #E6E6E6; 
}

.titulo{
	color: #009bdb;
}

.thumbnail{
	padding:15px;
	box-shadow: 2px 2px 5px #009bdb;
    border-radius:10px;
    border: 1px solid #009bdb;
}


.titulo-cajita{
	color: #009bdb;
	text-align: left;
	font-family:Comic Sans MS, Comic Sans, cursive;
}

.texto-cajitas{
	text-align: justify;
	color:#424949;
}


.hr{
	border-color:#2b800e;
}


.lead{
	text-align: justify;
	color:#424949;
}

#imagen{
	display:block;
	margin:auto;
	/*box-shadow: 5px 5px 8px #999;*/
}



/*footer*/

#footer{
	padding-right:20px;
	padding-left: 20px;
 	/*background:#ebfbe4;*/
}

.titulo-footer{
	color:#424949;  
}

.letra-footer{
	text-align: justify;
	color:#424949;
}

#logo-footer{
	text-align: center;
}



/*contactenos*/
#cajita-formulario{
	padding-right:25px;
	padding-left:25px;
	background: transparent;
}



/*solicitud de cotizacion*/

#solicitud-de-cotizacion{
	padding-right:30px;
	padding-left: 30px;
}


.cotizacion{
	position: fixed; 
	right:-118px; 
	top: 350px; 
	z-index: 2000; 
	-webkit-transform: rotate(270deg);
    transform: rotate(270deg);

}  

.cotizacion ul {
	list-style: none;
}

.boton-solicitud{
	background:#DF7401;
	color:white;
}
.titulo-cajitas-1{
	color:#009bdb;
	font-size: 21px;	
}


