@charset "utf-8";
/* CSS Document */



#contacto .contenedorcontacto article p select
{
 line-height:20px;
 font-size:15px;

}

#contacto .contenedorcontacto article p select {
    background-color: rgb(73, 84, 105);
	color: white;
	border-radius:0px;
	border: 1px solid #4473E0;
	width:400px;
	height:30px;
	margin: 5px;
	font-size:15px;
    padding-left:10px;
	
}

#contacto .contenedorcontacto article p select:focus
{
  border-color:white;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

#contacto .contenedorcontacto article p .codcup{
   position:relative; width:160px;
}