﻿
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;}








