* { margin: 0; padding: 0; }

#page {
	width: 100%;
	margin: 0 auto;
}

#cabeza {
	background:#333;
	height: 65px;
position: fixed;
	top: 0;
	width: 100%;
}
#saludo {
	background:#666;
	height: 26px;
position: fixed;
	top: 65px;
	width: 100%;}
	#saludo2 {
	background:#666;
	height: 100px;
position: fixed;
	top: 65px;
	width: 100%;}
#pie {
	background:#FFF;
	height: 35px;
position: fixed;
bottom:0;
	width: 100%;
}
body{
	background-image:url(fondo.png);}
 #estado{
	height: 100px;
	width: 20%;
	background:#F80;
	box-shadow:2px 2px 5px #333;
	float:left;
	margin-bottom:3px;
	
   }
   #estado:hover{
	   -webkit-filter: brightness(0.9);}
	    #mensajes{
	height: 100px;
	width: 20%;
	background:#F80;
	box-shadow:2px 2px 5px #333;
	float:left;
	margin-bottom:3px;
	
   }
   #mensajes:hover{
	   -webkit-filter: brightness(0.9);}
	    #pedidos{
	height: 100px;
	width: 20%;
	background:#F80;
	box-shadow:2px 2px 5px #333;
	float:left;
	margin-bottom:3px;
	
   }
   #pedidos:hover{
	   -webkit-filter: brightness(0.9);}
	    #servicios{
	height: 100px;
	width: 20%;
	background:#F80;
	box-shadow:2px 2px 5px #333;
	float:left;
	margin-bottom:3px;
	
   }
   #servicios:hover{
	   -webkit-filter: brightness(0.9);}
	    #datos{
	height: 100px;
	width: 20%;
	background:#F80;
	box-shadow:2px 2px 5px #333;
	float:left;
	margin-bottom:3px;
	
   }
   #datos:hover{
	   -webkit-filter: brightness(0.9);}
#alerta{
	height: 75px;
	width: 100%;
	background:#F00;
	box-shadow:2px 2px 5px #333;
	float:left;
	margin-bottom:3px;
   }
   #alerta2{
	height: 75px;
	width: 100%;
	background:#FF6;
	box-shadow:2px 2px 5px #333;
	float:left;
	margin-bottom:3px;
   }
    #alerta3{
	height: 75px;
	width: 100%;
	background:#9C3;
	box-shadow:2px 2px 5px #333;
	float:left;
	margin-bottom:3px;
   }
   #alertab{
	height: 75px;
	width: 50%;
	height:130px;
	background:#F00;
	box-shadow:2px 2px 5px #333;
	float:left;
	margin-bottom:3px;
   }
   #alerta2b{
	height: 75px;
	width: 50%;
	height:130px;
	background:#FF6;
	box-shadow:2px 2px 5px #333;
	float:left;
	margin-bottom:3px;
   }
    #alerta3b{
	height: 75px;
	width: 50%;
	height:130px;
	background:#9C3;
	box-shadow:2px 2px 5px #333;
	float:left;
	margin-bottom:3px;
   }
   #cuerpo{
	height: 100%;
	width: 100%;
	background:#CCC;
	
	float:left;
	margin-bottom:3px;
   }
    #titulo{
	height: 35px;
	width: 100%;
	background:#333;
	box-shadow:2px 2px 5px #333;
	float:left;
	margin-bottom:3px;
   }
   #titulo2{
	width: 100%;
	background:#F60;
	box-shadow:2px 2px 5px #333;
	float:left;
	margin-bottom:3px;
   }
   #respuesta{
	width: 100%;
	background:#6C3;
	box-shadow:2px 2px 5px #333;
	float:left;
	margin-bottom:3px;
   }
    #pagos{
	width: 50%;
	height:130px;
	background:#F93;
	box-shadow:2px 2px 5px #333;
	float:left;
	margin-bottom:3px;
   }
    #contenido{
	width: 100%;
	background:#FF9;
	box-shadow:2px 2px 5px #333;
	float:left;
	margin-bottom:3px;
   }
   #globo1{
    width: 80%;
    float:right;
	margin-right:20px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #555;
    background-color:#9F6;
    position: relative;
    color: #000;
}
#globo1:before{
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent #9F6;
    top: 20px;
    right: -10px;
}
 #globo2{
    width: 80%;
  float:left;
	margin-left:20px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #555;
    background-color: #fff;
    position: relative;
    color: #000;
}
#globo2:before{
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #fff;
    top: 20px;
    left: -10px;
}
 #cont2{
	width: 100%;
	background:#FF9;
   }