#ppal{
	/*background-color: #bfd1e5;*/
	/*padding:10px;*/
margin:auto;
margin-top: 30px;
margin-bottom: 80px;
width: 900px;
height:750px;
border-radius: 8px;
clear:both;
}


.ministerios{

float:left;
width: 200px;
height:auto;
background-color: #006b77;
border-radius:8px;
box-shadow: 3px 3px 3px #555;
}

.ministerios ul{
display: block;
width:100%;
margin:auto;
}

.ministerios ul li{
list-style:none;
padding:10px;
width: 130px;
height: 180px;
margin:auto;
text-decoration:none;
color: white;
font-size: 20px;
border-bottom: solid 1px white;
text-align:center;

}

.ministerios ul li img{
width:130px;
height:auto;
margin-top: 5px;

-webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}


.ministerios ul li img:hover{
 -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);

}



.ministerios ul li:last-child {
border-bottom:none;
}

.ministerios ul li a{
text-decoration:none;
color:white;
}


#noticias{
width:700px;
float:right;
/*background-color:blue;*/
height:auto;
}

#relacionados{
/*background-color:red;*/
width:650px;
height:auto;
margin:auto;
float:right;
}

#relacionados img{
background-color:white;
width:190px;
height: 134px;
float:left;
border: solid 3px white;
border-radius: 2px;
margin-bottom:40px;
margin-right:4.5%;
box-shadow: 3px 3px 3px #555;

-webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

#relacionados img:hover{
 -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);

}