body {
	background-color:#FFF;
	margin:0;
	padding:0;
	color:#333;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

#main_content {
	position:relative;
	margin:0;
	width:100%;
	height:100%;
}

table.marco {
	width:100%;
	height:100%;
	border-collapse:collapse;
	padding:0;
	margin:0;
}
table.marco td {
	padding:0;
	margin:0;
	vertical-align:top;
	empty-cells:show;
}
table.marco td.borde {
	background-image:url("../img/base_d.jpg");
	background-position:left top;
	background-repeat:repeat-y;
	empty-cells:show;
	width:50%;
}
table.marco td.borde:first-child {
	background-image:url("../img/base_i.jpg");
	background-position:right top;
}
table.marco td.cuerpo {
	background-color:#FAFAFA;
}

table.cuerpo {
	border-collapse:collapse;
	padding:0;
	margin:0;
}
table.cuerpo td.sidebar {
	background-image:url("../img/enc_bg.jpg");
	background-position:left top;
	background-repeat:repeat-y;
	text-align:center;
	color:#FAFAFA;
	font-size:12px;
}
table.cuerpo td.contents {
	background-image:url("../img/cont_bg.jpg");
	background-position:right top;
	background-repeat:repeat-y;
	padding:20px;
}
table.cuerpo td.sidebar div.enc_title {
	height:25px;/*34px*/
	padding-top:9px;
	margin:40px 0px 15px 0px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	background-image:url("../img/enc_h.jpg");
	background-repeat:repeat-x;
	letter-spacing:5px;
}
table.cuerpo td.sidebar div.enc_title:first-child {
	margin:0;
}
table.cuerpo td.sidebar > p {
	margin:0px 8px;
	text-align:left;
}
table.cuerpo td.sidebar > p > a,
table.cuerpo td.sidebar > p > a:visited {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	letter-spacing:5px;
	margin:0 5px;
	color:#FFC;
}
table.cuerpo td.sidebar > p > a:hover {
	text-decoration:underline;
	color:#FF4;
}
table.cuerpo td.foot {
	background-image:url("../img/foot_bg.jpg");
	background-position:left bottom;
	background-repeat:repeat-y;
	vertical-align:top;
	height:49px;
}
table.cuerpo td.foot div {
	text-align:right;
	font-weight:bold;
	color:#000099;
	padding-top:10px;
	padding-right:30px;
}

img.block {
	display:block;
	margin:0;
}

.pic_cv {
	border:1px solid #FAFAFA;
	margin:20px auto 10px auto;
}
.pic_cv_date {
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	text-align:right;
	padding-right:15px;
	margin-bottom:30px;
}