﻿


h1{color:black;}

#pc {display:none;}
#tablet {display: block;}
#phone {display:none;}

.header {text-color:white;}


.caja {
 margin:auto; width: 90%; 
height:auto;	
padding: 9px;
	border-radius:24px; text-align: center; 
	

background: rgb(255,186,236); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,186,236,1) 0%, rgba(255,237,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,186,236,1)), color-stop(100%,rgba(255,237,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,186,236,1) 0%,rgba(255,237,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,186,236,1) 0%,rgba(255,237,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,186,236,1) 0%,rgba(255,237,254,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,186,236,1) 0%,rgba(255,237,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbaec', endColorstr='#ffedfe',GradientType=0 ); /* IE6-9 */

}


#texto {margin: auto; padding: auto;float:right; width:75%; height: 240px;background-color: orange;border-radius:24px;text-align:left;

background: rgb(226,170,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(226,170,255,1) 0%, rgba(255,237,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(226,170,255,1)), color-stop(100%,rgba(255,237,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(226,170,255,1) 0%,rgba(255,237,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(226,170,255,1) 0%,rgba(255,237,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(226,170,255,1) 0%,rgba(255,237,254,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(226,170,255,1) 0%,rgba(255,237,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2aaff', endColorstr='#ffedfe',GradientType=1 ); /* IE6-9 */
}

footer{background-color: none; height:100px;}

input#botongrande {
width:300px;
background: #3e9cbf; 
padding: 8px 14px 10px; 
border:1px solid #3e9cbf; /*borde por defecto*/
cursor:pointer; /*cambio del cursor en hover*/
/*estilo del texto*/
font-size:1em;
font-family:Oswald, sans-serif; 
letter-spacing:.1em;
text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
color: #fff;
/*sombras para dar profundidad*/
-webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
-moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
/*esquinas y curvas*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
/* HOVER Y FOCUS*/

input#botongrande:hover, input#botongrande:focus {
color:#dfe7ea;
/*reducir el tamaño de la sombra y efectos*/
-webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
-moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
}
