@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#333;
}


.completo-01 {
		padding:0.5em 0;
		background-color:#F57C37;
}

.completo-02 {
		padding:0.5em 0;
}

.completo-03 {
		padding:0.5em 0;
		background-image:url(../imagenes/fondo-01.jpg);
		background-position:center top;
		background-repeat:no-repeat;
}

.completo-04 {
		padding:0.5em 0;
		background-image:url(../imagenes/fondo-mapa.jpg);
		background-position:center top;
		background-repeat:no-repeat;
}


#alineas-01 {
	margin-top:30px;
}

#alineas-02 {
	text-align:center;
}

#alineas-03 {
	margin-bottom:20px;
	margin-top:20px;
}

#color-01 {
		color:#F57C37;
		text-align:center;
		font-size:16px;
		font-weight:bold;
		margin-bottom:10px;
		margin-top:10px;
}

#color-02 {
		text-align:center;
		font-size:12px;
}

#color-03 {
		color:#F57C37;
}

#texto-01 {
	font-size:40px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	margin-top:40px;
	margin-bottom:20px;
}

#texto-02 {
	font-size:16px;
	color:#FFF;
	line-height:30px;
	margin-bottom:20px;
}

#texto-03 {
	font-size:18px;
	color:#FFF;
}

#texto-04 {
	font-size:13px;
	text-align:center;
	color:#cccccc;
	margin-top:30px;
}

#texto-05 {
	font-size:16px;
	line-height:30px;
}

#titulo-01 {
	font-size:40px;
	text-align:center;
	color:#000000;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold;
}

#titulo-02 {
	background-color:#F57C37;
}

#boton-01 {
	background-color:#F57C37;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
}

::-webkit-input-placeholder {
   color: #333;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}

:-ms-input-placeholder {  
   color: #333;  
}

/*Link Normal*/

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
	background-color:#F57C37;
}
a:active {
	text-decoration: none;
	color: #333333;
	text-align: center;
}

/*Link blanco*/

a.blanco:link {
	color: #ffffff;
	text-decoration: none;
}
a.blanco:visited {
	text-decoration: none;
	color: #ffffff;
}
a.blanco:hover {
	text-decoration: none;
	color: #ffffff;
}
a.blanco:active {
	text-decoration: none;
	color: #ffffff;
}



input[type=password] {
	height:20px;
	padding-bottom:1%;
	padding-top:1%;
	font-size:1em;
	color:#333333;
	background-color:#fff;
	border:none;
	border-radius:5px;
	margin-top:2%;
}

input[type=text] {
	height:20px;
	padding-bottom:1%;
	padding-top:1%;
	font-size:14px;
	color:#333333;
	background-color:#fff;
	border:none;
	border-radius:5px;
	margin-top:2%;
}

textarea {
	height:50px;
	padding-bottom:1%;
	padding-top:1%;
	font-size:14px;
	color:#333333;
	background-color:#fff;
	border:none;
	border-radius:5px;
	margin-top:2%;
}

input[type=submit] { 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background-color:#333333;
	color:#fff;
	font-weight:900;
	font-size:18px;
	padding-bottom:1%;
	padding-top:1%;
	margin-top:2%;
}

.campo-01 {
	background-color:#333;
}

<!--EFECTO MENU-->


<!--EFECTO MENU-->


@media only screen and (max-width : 700px) {


.completo-04 {
		padding:0.5em 0;
		background-image:url(../imagenes/fondo-naranja.jpg);
		background-repeat:repeat;

}

#alineas-01 {
	margin-top:10px;
}

#texto-02 {
	font-size:12px;
	color:#FFF;
	line-height:15px;
	margin-bottom:20px;
}

#texto-01 {
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	margin-top:20px;
	margin-bottom:10px;
}

#boton-01 {
	background-color:#F57C37;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}

}
