/***************** Estilos generales ****************/
body{
	 background-image: url('img/boxes.jpg');
	 background-repeat: no-repeat;
	 background-attachment: fixed;
	 background-position: center top;
	 background-size: cover;
	 font-family: Verdana, sans-serif;
}

/***************** Estilo contenedor ***************/
#container{    /*div*/
	       width: 800px;
	       background: rgba(255,255,255,1);
	       margin:10px auto;
		   box-shadow:10px 10px 5px red;
}


h1{ text-align:center;
	background-color: #C9C9C9;
	padding: 5px 5px;
	font-size: 20px;
	text-shadow: 0px 2px 6px white,
	             -2px -2px 6px white;

}
h2{ 
	background-color: #C9C9C9;
	padding: 40px 40px;
	font-size: 40px;
	text-shadow: 0px 2px 6px white,
	             -2px -2px 6px white;



}

/*****************Estilo de IDs********************/

#top_text{ 
	       color:white;
	       padding: 0px 100px;
	       font-size: 19px;
	       font-style: italic;
	       text-shadow:3px 3px 8px #757575,
                      -3px -3px 10px #757575;

}



/**************** Estilo general cuadros **************/

.box { 
	  background:#EBEBEB;


}

/**************** Estilo individual cuadros **************/

#p1{
	margin: 40px 100px;
	margin-left: 50px;
	margin-top: 15px;
	width: 80px;
	padding: 30px 40px 40px 20px;
	border-width: 5px;
	border-style: solid;
	border-color: black;


}




