/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Raleway);

.form-formulario {
	width:100%;
	border:1px;

	margin:0px;
	padding:15px;
	box-sizing: border-box;
	
	}
	
	.form_home {
	width:100%;
	border:1px;

	margin:0px;
	padding:15px;
	box-sizing: border-box;
	
	}
	
	.formAdmin {
	width:100%;
	background:#f5f5f5;
	border:1px;
	border-style:solid;
	border-color:#ccc;
	margin:0px;
	padding:5px;
	box-sizing: border-box;
	text-align:center;
	border-radius:10px;
	
	}
	
	
	label{
		color:#000;
		font-size:14px;
		display:block;
		width:100%;
		padding:0px;
		}
		
		textarea{
			resize:vertical;
			width:100%;
			
		}
		

	input, textarea, select{
		margin-bottom:10px;
		 width:80%;
		padding:5px;
		box-sizing: border-box;
		border:1px;
		border-style:solid;
		border-color:#CCC;
		
			font-family: 'Oswald', sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:1.4;
	color:#666;
		
		}
		


	input:focus, textarea:focus, select:focus{
		border:1px color:#1668c4;
		border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;}
		
		input[type="submit"]{
			width:auto;
			font-size:18px;
			line-height:1.4;
			font-family: 'Roboto Condensed', sans-serif;
			padding-left: 7px;
 			padding-right: 7px;
 			padding-top: 9px;
  			padding-bottom: 9px;
			margin-bottom:0px;
			background:#f6324e;
			border:none;
			color:#fff;
}
			
			
		input[type="submit"]:hover{
			background:#f6324e;
			cursor:pointer;
		}
		
		






/* Cambio los Colores del Placeholder de los Formularios*/		
		::-webkit-input-placeholder {
   color:#666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}

:-ms-input-placeholder {  
   color: #666;  
}



/* # 800
*****************************************/
@media screen and (max-width: 768px){
	
	
	.form-formulario {
	width:100%;
	background:#333333;
	border:1px;

	margin:0px;
	padding:10px;
	box-sizing: border-box;
	
	}
	
	
	form {
	width:100%;

	border:1px;

	margin:0px;
	padding:10px;
	box-sizing: border-box;
	
	}
	
	
	
	
	
	
	input[type="submit"]{
			width:90%;
			font-size:22px;
			line-height:1.4;
			font-family: 'Roboto Condensed', sans-serif;
			padding-left: 7px;
 			padding-right: 7px;
 			padding-top: 10px;
  			padding-bottom: 10px;
			margin-bottom:0px;
			background:#f6324e;
			border:none;
			color:#fff;
			}
		
		
input, textarea, select{
		margin-bottom:10px;
		 width:90%;
		padding:5px;
		box-sizing: border-box;
		border:1px;
		border-style:solid;
		border-color:#CCC;
		
			font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:1.4;
	color:#666;
		
		}