@charset "utf-8";
/* CSS Document */
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
color: rgb(63, 63, 63);
}
 div.bloque {
background-color: rgb(255, 255, 255);
border: 1px solid rgb(211, 211, 211);
border-image: initial;
display: block;
overflow: hidden;
margin-bottom: 10px;
}

 h1 {
background-image: url(http://www.hayempleo.com/css/unmsm.css);
background-position: 50% 0%;
font-size: 18px;
line-height: 41px;
height: 41px;
display: block;
text-indent: 15px;
color: rgb(16, 68, 120);
background-color: rgb(189, 191, 193);
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-bottom-style: solid;
border-top-color: rgb(16, 68, 120);
border-right-color: rgb(16, 68, 120);
border-bottom-color: rgb(16, 68, 120);
border-left-color: rgb(16, 68, 120);}


 div.fila,  div.fila2,  ul li,  ol li {
display: block;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-bottom-style: dotted;
border-top-color: rgb(204, 204, 204);
border-right-color: rgb(204, 204, 204);
border-bottom-color: rgb(204, 204, 204);
border-left-color: rgb(204, 204, 204);
font-size: 12px;
line-height: 25px;
margin-right: 10px;
margin-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
}

 div.fila a.flecha {
background-image: url(http://www.hayempleo.com/images/contables-unmsm/arrow1.png);
background-repeat: no-repeat;
background-position: 0% -28px;
padding-left: 10px;
}

a {
color: rgb(0, 102, 153);
text-decoration: none;
}
a.fbconect {
background-image: url("http://www.hayempleo.com/images/facebook/inicio/fbconect.png") !important;
display: block;
height: 25px;
margin: 2px auto auto;
text-decoration: none;
width: 194px;
}