﻿
h1 {color:black;}

#pc {display:none;}
#tablet {display: none;}
#phone {display:block; text-align:center;}

.caja {
 margin:auto; width: 90%; 
height:auto;	
padding: 9px;
	border-radius:24px; text-align: center; font-color:black; 

background: rgb(0,188,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,188,0,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,188,0,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,188,0,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,188,0,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,188,0,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,188,0,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bc00', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

 
#foto {	width:100%;
	float:clear;
	height: 240px; 
	background-color: none;
	background-image: url(Milhouse.jpg);
	border-radius:10px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	}


#texto { float:clear;  height:auto; background-color:#D8F6CE; width:100%; margin-top:10px;
background: -moz-linear-gradient(top,  rgba(241,218,54,1) 0%, rgba(254,252,234,0.01) 99%, rgba(254,252,234,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,218,54,1)), color-stop(99%,rgba(254,252,234,0.01)), color-stop(100%,rgba(254,252,234,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(241,218,54,1) 0%,rgba(254,252,234,0.01) 99%,rgba(254,252,234,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(241,218,54,1) 0%,rgba(254,252,234,0.01) 99%,rgba(254,252,234,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(241,218,54,1) 0%,rgba(254,252,234,0.01) 99%,rgba(254,252,234,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(241,218,54,1) 0%,rgba(254,252,234,0.01) 99%,rgba(254,252,234,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#00fefcea',GradientType=0 ); /* IE6-9 */
}


#separa{float:center; height:20px;background-color: none;width:100%;}
#tercero {float:center; width:100%;background-color: none; height:300px;}
#cuarto {float:center; width:100%;background-color: none; height:300px;}
#quinto img{border-radius:50%;width:200px;height: 200px; padding-top:10px;}

footer{background-color: none; height:100px;}

input#botongrande {
width:230px;
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:0.75em;
font-family:Oswald, sans-serif; 
/*letter-spacing:0.5em;*/
letter-spacing:auto;
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;
}







