@charset "utf-8";
#contenedor{
	width:950px;
	height:auto;
	margin:auto;
}

#form1{
	width:900px;
}
#encabezado{
	width:900px;
	display:block;
	margin: auto;
	padding-left:25px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#encabezado h1{
	color: #D81628;
	font-size:40px;
	margin-left: 20px;
	margin-bottom: 30px;	
}
#encabezado p {
	color: #8c8c8c;
	margin:auto;
	margin-top: 10px;
	margin-left: 20px;
	font-style: italic;
	display: block;
	width: 850px;
}
#sep{
	height:2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 40px;	
}
#formulario{
	width:900px;
	display: block;
	margin-top: 30px;
	margin:auto;
	padding-left:25px;
}

label{
	display: block;
	color: #D81628;
	line-height: 2em;
	font-size: 20px;
}
#nombre, #apellidos, #empresa, #ciudad, #telefono, #mail{
	width: 400px;
	height: 25px;
	padding: 8px;
	/*color: #666;*/
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 18px;
	background-color: #EDEDED;
	border-top-width: 1.8px;
	border-right-width: 1.8px;
	border-bottom-width: 1.8px;
	border-left-width: 1.8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
 #tema{
	width: 840px;
	height: 200px;
	padding: 8px;
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 18px;
	background-color: #EDEDED;
	border-top-width: 1.8px;
	border-right-width: 1.8px;
	border-bottom-width: 1.8px;
	border-left-width: 1.8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	resize:none;
	font-family: Arial, Helvetica, sans-serif;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
 }
 #nombre:focus, #apellidos:focus, #empresa:focus, #ciudad:focus, #telefono:focus, #mail:focus{
	/*color: #333333;*/
	background-color: #E8E8E8;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline: none;
 }
#tema:focus{
	color: #8c8c8c;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline: none;
	background-color: #E8E8E8;	
}
#cotizacion tr td {
	padding-left: 20px;
}
#enviar{
	color: #8c8c8c;
	font-family: Arial, Helvetica, sans-serif;
	border:1px dashed #F5F5F5;
	cursor: pointer;
	float: right;
	font-size: 24px;
	background-color: #F5F5F5;
	height: 50px;
	width: 120px;
	display: block;
	text-shadow: 0.5px 2px 2px #FFFFFF;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	text-transform: uppercase;
	font-weight: bold;
}
#enviar:hover{
	color: #D81628;
	border: 1px dashed #DBDBDB;
}
#respuesta{
	color: #D81628;
	padding-left:10px;		
}
/* sacar el borde de input valido e invalido*/
input:required:invalid {
    outline:0;
  }
