#bloqueCentral{
	
	width:900px;
	height:500px;
	background-color:RGBA(26,26,26,1);
	border:3px solid RGBA(255,255,255,1);
	color:#FFF;
	position:fixed;
	left:50%;
	margin-left:-480px;
	bottom:-800px;
	z-index:998;
	font-size:13px;
	font-weight:bold;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	display: none;
	border-radius:30px 0px 30px 0px;

}

#popupCVClose{

	line-height:14px;
	right:15px;
	top:15px;
	position:absolute;
	color:#8B0000;
	font-weight:700;
	display:block;
	
}

#popupCVClose:hover{
	
	cursor: pointer;
	
}

#cabCV{

	text-align:left;
	margin-bottom:40px;
	font-size:20px;

}

#tableCV tr td label{
	
	display:block;
	text-align:right;
	padding-right:10px;
	width:140px;

	
}

#tableCV tr td input{
	
	width:450px;
	padding:10px;
	border:3px solid RGBA(255,255,255,1);
	background-color:RGBA(218,165,32,1);
	font-weight:bold;
	color:#000;	
}

#tableCV tr td textarea{
	
	padding:10px;
	border:3px solid RGBA(255,255,255,1);
	background-color:#CCC;
	font-weight:bold;
	
}