@charset "utf-8";
/* Hoja de estilos de página web josemarianacarino.com */

.contacto-comentario{
	margin-top:10px;		
}

textarea.comentario{
	margin-top:10px;
}

#titulo-formulario {
	background: -moz-linear-gradient(top, #405866 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#405866), color-stop(100%,#415D79)); /* webkit */
  color: #FFFFFF;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 20px;
  font-weight: bold;
  margin: -8px -8px 10px;
  padding: 5px 40px;
}

input {
  background-color: #405866;
  border: 1px solid #8C8C8C;
  border-radius: 4px 4px 4px 4px;
  color: white;
  padding: 3px;
  font-family: Georgia,"Times New Roman",Times,serif;
	background: -moz-linear-gradient(top, #405866 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#405866), color-stop(100%,#415D79)); /* webkit */  
}

	input::-webkit-input-placeholder  {
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;  
	}
	input:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b; 
	}
	
	
select {
  background-color: #405866;
  border: 1px solid #8C8C8C;
  border-radius: 4px 4px 4px 4px;
  color: white;
  padding: 3px;
  font-family: Georgia,"Times New Roman",Times,serif;
	background: -moz-linear-gradient(top, #405866 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#405866), color-stop(100%,#415D79)); /* webkit */  
}

	select::-webkit-input-placeholder  {
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;  
	}
	select:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b; 
	}
	
option {
  background-color: #405866;
  color: white;
  font-family: Georgia,"Times New Roman",Times,serif;
	background: -moz-linear-gradient(top, #405866 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#405866), color-stop(100%,#415D79)); /* webkit */  
}

	select::-webkit-input-placeholder  {
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;  
	}
	select:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b; 
	}
	

/*input:focus, textarea:focus {
  background-color: #728A98;		
}*/

input:focus, textarea:focus {
	background: #728eaa;
	background: -moz-linear-gradient(top, #668099 0%, #728eaa 20%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(20%,#728eaa)); /* webkit */
}

textarea {
  background-color: #405866;
  border: 1px solid #8C8C8C;
  border-radius: 4px 4px 4px 4px;
  color: white;
  padding: 3px;
  font-family: Georgia,"Times New Roman",Times,serif;
	background: -moz-linear-gradient(top, #405866 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#405866), color-stop(100%,#415D79)); /* webkit */
}

	textarea::-webkit-input-placeholder  {
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;  
	}
	textarea:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b; 
	}

input[type=submit] {
	width: 80px; height: 32px; margin: 0 15px 0 0;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	background: -moz-linear-gradient(top, #718DA9 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718DA9), color-stop(100%,#415D79)); /* webkit */
	cursor: pointer;
	font-weight:bold;
}

input[type=button] {
	width: 80px; height: 25px; margin: 0 15px 0 0;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	background: -moz-linear-gradient(top, #718DA9 0%, #415D79 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718DA9), color-stop(100%,#415D79)); /* webkit */
	cursor: pointer;
	font-weight:bold;
}


#formulario {
	 background: url("../originales/contacto-icon.png") no-repeat scroll 470px -7px transparent;
  color: #405866;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 13px;
  font-weight: bold;
}

#subirDocumento {
  color: #405866;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 13px;
  font-weight: bold;
}