﻿


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 */
}