/* Escribe aquí tu código CSS */

body.page-id-407{
background-image: none;
background-color: E6e8e9;
}


/*formulario de contacto*/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 input[type="tel"]
{
    background-color: #ffff;
    color: #a4a4a4;
	  width: 320px;
    height: 45px;
	  border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #8C8C8C;
	  font-size:16px;
}

.wpcf7 textarea{
	width: 500px;
	height: 100px;
	
}

.wpcf7-form label{
	
	color: #a4a4a4
}

.wpcf7 input[type="submit"]{
	
	align-content:center;
	background-color: #b4b4b4;
  border-style: solid;
	width: 70px;
	height: 30px;
  border-width: 1px 1px 1px 1px;
  border-color: #8C8C8C;
	border-radius: 3px 3px 3px 3px;
	font-size: 16px;
	text-align:center;
	padding: 0px;
	margin-left: 200px;
}	
.wpcf7 input[type="submit"]:hover{
	color: #a4a4a4;
	
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2; /* Blue */
	 	color: #6a6a6a;
}
 
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
 
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
		color: #6a6a6a;
}
 
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
	color: #6a6a6a;
}
 
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
		color: #6a6a6a;
}
 
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
		color: #6a6a6a;
}

/*productos Television*/


		.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
	

