@charset "utf-8";
/* CSS Document */

/* Formato CV*/

.cv {
	width: 638px;
	margin-top: 20px;
}

.cv .cvTop {
	line-height: 5px;
	background-image: url(../images/backgrounds/cv/cvTop.png);
	background-repeat: no-repeat;
	width: 638px;
	height: 10px;
}

.cv .cvBody {
	background-image: url(../images/backgrounds/cv/cvBody.png);
	background-repeat: repeat-y;
	width: 638px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.cv .cvBody .cvPict {
	float: left;
	width: 195px;
	padding-left: 15px;
	background-image: url(../images/backgrounds/cv/consejo-doble.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 275px;
}
.cv .cvBody .cvPictExe {
	float: left;
	width: 195px;
	padding-left: 15px;
	background-image: url(../images/backgrounds/cv/consejo-ejecutiva.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 275px;
}
.cv .cvBody .cvPictTec {
	float: left;
	width: 195px;
	padding-left: 15px;
	background-image: url(../images/backgrounds/cv/consejo-tecnica.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 275px;
}

.cv .cvBody .cvInfo {
	float: right;
	width: 410px;
}
.cv .cvBody .cvInfo .cvPosition {
	background-image: url(../images/backgrounds/cv/cvPosition.png);
	background-repeat: no-repeat;
	width:410px;
	height:45px;
}
.cv .cvBody .cvInfo .cvPosition h4 {
	font-size:17px!important;
	font-weight:bold;
	line-height:100%;
	margin:0px;
	padding-top:0px;
	padding-bottom:1px;
	padding-left:12px;
}
.cv .cvBody .cvInfo .cvPosition h5 {
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	color: #666666;
	margin:0px;
	padding-top:0px;
	padding-left:12px;
}
.cv .cvBody .cvInfo p {
	font-size:13px;
	padding-right:15px;
	line-height: 17px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 10px;
}

.cv .cvBottom {
	line-height: 5px;
	background-image: url(../images/backgrounds/cv/cvBottom.png);
	background-repeat: no-repeat;
	width: 638px;
	height: 10px;
}
