@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#333;
}

.alerta-01 {
 padding-bottom:20px; padding-top:20px; font-size:36px;  text-align:center; color:#FFF;
}

.completo-01 {
		padding:0.5em 0;
		background-color:#F84087;
}

.completo-02 {
		padding:0.5em 0;
		background-image:url(../imagenes/fondo-01.jpg);
		background-repeat:no-repeat;
		background-position:top center;
}

.completo-03 {
		padding:0.5em 0;
		background-color:#EBEBEB;
}

.completo-04 {
		padding:0.5em 0;
		background-image:url(../imagenes/fondo-03.png);
		background-repeat:no-repeat;
		background-position:bottom center;
}

#llamar-01 {
	background-color:#F84087;
	border-radius:30px;
	text-align:center;
	color:#FFF;
	font-weight:400;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:20px;
}

#llamar-02 {
	background-color:#F84087;
	border-radius:30px;
	text-align:center;
	color:#FFF;
	font-weight:400;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
}

#texto-01 {
	font-size:75px;
	line-height:70px;
	margin-top:100px;
	margin-bottom:100px;
}

#texto-02 {
	padding-bottom:20px;
	padding-top:20px;
	font-size:16px;
}

#titulo-01 {
	font-size:40px;
	color:#111111;
	font-weight:800;
}

#titulo-02 {
	font-size:40px;
	color:#F83F85;
	font-weight:800;
}

#titulo-03 {
	font-size:40px;
	color:#111111;
	font-weight:800;
	line-height:20px;
}

#titulo-04 {
	font-size:40px;
	color:#F83F85;
	font-weight:800;
	line-height:20px;
}

#titulo-05 {
	font-size:18px;
	font-weight:700;
	padding-bottom:8px;
	padding-top:8px;
}

#titulo-06 {
	font-size:18px;
	font-weight:700;
	padding-bottom:8px;
	padding-top:30px;
}

#titulo-07 {
	font-size:24px;
	font-weight:800;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
}

#titulo-08 {
	font-size:14px;
	text-align:center;
	padding-bottom:5px;
}

#titulo-09 {
	font-size:40px;
	color:#ffffff;
	font-weight:800;
	text-align:center;
}

#titulo-10 {
	font-size:22px;
	font-weight:700;
	text-align:center;
	padding-top:5px;
	color:#000;
}

#titulo-11 {
	font-size:32px;
	text-align:center;
	padding-bottom:5px;
	color:#fff;
	font-weight:800;
}

#titulo-12 {
	font-size:24px;
	text-align:center;
	padding-bottom:5px;
	color:#fff;
	font-weight:800;
	margin-bottom:10px;
}

#caja-01 {
	border:solid 1px #F84087;
	border-radius:10px;
	height:110px;
}

#caja-02 {
	border:solid 1px #FFFFFF;
	border-radius:10px;
	margin-bottom:20px;
}

.alinear-01 {
	text-align:center;
	margin-bottom:20px;
}

.margen-01 {
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
}

#producto-01 {
	text-align:center;
	font-size:20px;
	font-weight:800;
	margin-bottom:10px;
}

#producto-02 {
	text-align:center;
	font-size:16px;
}

::-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;
}
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:#E2E2E2;
	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:#E2E2E2;
	border:none;
	border-radius:5px;
	margin-top:2%;
}

textarea {
	height:100px;
	padding-bottom:1%;
	padding-top:1%;
	font-size:14px;
	color:#333333;
	background-color:#E2E2E2;
	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:#F84087;
	padding-bottom:1%;
	padding-top:1%;
	margin-top:2%;
	font-size:24px;
}

.campo-01 {
	background-color:#eeeeee;
}

@media only screen and (max-width : 500px) {



}
