/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #DDD;
overflow: auto;
background-color: #FFF;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../img/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../img/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.nombre {
font-family:Verdana;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
color:#FFFFFF;
margin:21px 24px 7px 24px;
padding:5px 0 8px 7px;
width:445px;
background-image:url(../cv/bk_titulo.gif);
background-color:#333333;
}
.imagen {
float:left;
margin:0 3px 3px 0;
padding:0;
}
.parrafo {
text-align:justify;
font-family:Tahoma;
font-size:12px;
color:#333333;
display:block;
width:452px;
margin:0 0 7px 24px;
padding:0;
}
.parrafo a {
text-decoration:underline;
color:#000000;
}
.parrafo a:hover {
color:#999999;
text-decoration:none;
}
