@charset "UTF-8";

.principal {
	height: 520px;
	width: 950px;
	background-color:#FFF;
	font-family: Exo, sans-serif;
}


.pastUrgencias{
	width:260px;
	height:130px;
	background-color: #F1E3C1;
	margin-top: 10px;
	margin-bottom: 10px;
	float:left;
	margin-right: 5px;
	margin-left: 10px;
	color: #404040;
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border:1px solid rgb(192, 192, 192);
	box-shadow: 5px 5px 8px rgba(192, 192, 192, 1.000) ;
    -webkit-box-shadow: 5px 5px 8px rgba(192, 192, 192, 1.000) ;
    -moz-box-shadow: 5px 5px 8px rgba(192, 192, 192, 1.000) ;		

}

.pastSlogan{
	width:650px;
	height:130px;
	background-color: #FAD17E;
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	
	text-align: center;
	font-family: Exo, sans-serif;
	color:#404040;
	text-align:center;
	border:1px solid rgb(192, 192, 192);
	box-shadow: 5px 5px 8px rgba(192, 192, 192, 1.000) ;
    -webkit-box-shadow: 5px 5px 8px rgba(192, 192, 192, 1.000) ;
    -moz-box-shadow: 5px 5px 8px rgba(192, 192, 192, 1.000) ;
	
	
}
.pastUrgencias h3 {
	text-align: center;
	
}
.pastUrgencias p {
	text-align: right;
	font-size:12px;
	padding-right:10px;
}


