@charset "UTF-8";
/* CSS Document */

#content {
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:800px;
	margin-top:40px;
}

#content a{
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

.descargar {
	color:#000000;
	font-family:tahoma;
	font-size:18px;
	margin-top:70px;
	text-align:center;
}

.descargar a{
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

.popup {
    background-color: #ffffff;
    color: #888888;
	background-image:url(../img/convocatoria_01.jpg);
    height: 250px;
    left: 100%;
	padding-top:0px;
	padding-left:0px;
    position: fixed;
    right: 30%;
    top: 25%;
    width: 615px;
    z-index: 101;
	/*border:5px solid #888888;*/
	-moz-box-shadow: 0px 0px 10px 1px #888888;
	-webkit-box-shadow: 0px 0px 10px 1px #888888;
	box-shadow: 0px 0px 10px 1px #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
}

a.close {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: left;
    height: 26px;
    position: relative;
    top: -10px;
    width: 26px;
}

