@charset "utf-8";
/* CSS Document */


body	
{
	background: #ffffff url("../images/mapa_fondo_transparente.jpg") no-repeat center top;
}

#caja1 {
  width: 254px;
  height: 252px;
  background-image: url("../images/solicitudes.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/*
#caja1 {
  width: 384px;
  height:250px;
  background-image: url("../images/resultados_cambios.png");
  background-repeat: no-repeat;
}
*/

#caja2 {
  width: 254px;
  height: 252px;
  background-image: url("../images/certificacion.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*
#caja2 {
  width: 384px;
  height:250px;
  background-image: url("../images/resultados_permutas.png");
  background-repeat: no-repeat;
  
}
*/
#caja3 {
  width: 254px;
  height:252px;
  background-image: url("../images/avisos.png");
  background-repeat: no-repeat;
  
}

#mensaje {
  width: 900px;
  height:90px;
}
#mensaje1 {
  width: 900px;
  height:20px;
}

p { 
color: #666666;
}

.miparrafo {
margin: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 24px;
}

.miparrafo_2 {
margin: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
}

#convocatorias {
    font-weight: bold;
	font-size:24px;
	color: #FDFDFD;
    cursor: pointer;
    padding: 13px;
    margin: 0 8px 20px 0;
    border: 1px solid #ccc;
    background: #757575;
    border-radius: 8px 8px 8px 8px;
}

#convocatorias	:hover {
    background: #E8E8E8;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:arial;
	font-size:28px;
	font-weight:bold;
	padding:18px 43px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}

