@charset "utf-8";
/* CSS Document */

.tabla-curriculum {
	width:700px;
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	color:black;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Calibri, sans-serif;
	text-align:general;
	vertical-align:bottom;
	border:none;
	/*white-space:nowrap;*/
}

.cv {
	width:30px;
	color:black;
	font-weight:700;
	text-decoration:none;
	font-family:"Swis721 Lt BT", sans-serif;
	text-align:center;
	vertical-align:middle;
	background:red;
}

.td-rojo-blanco {
	width:30px;
	color:white;
	font-weight:700;
	text-align:center;
	vertical-align:middle;
	background:red;
}

.celda-negro {
	padding-left:5px;
	color:white;
	font-weight:700;
	text-align:justify;
	vertical-align:middle;
	background:black;
}

.celda-normal {
	padding-left:5px;
	color:white;
	font-weight:400;
	text-align:justify;
	vertical-align:middle;
	background:black;
	padding-bottom:10px;
}

.celda-negra-r {
	color:red;
	font-weight:700;
	text-align:center;
}


.letras-blancas {
	color:white;
	font-weight:700;
}

.letras-rojas {
	color:red;
	font-weight:700;
}



.letras-negras {
	padding-left:5px;
	color:black;
	background:red;
	font-weight:700;
}

.barra-gris {
	background:gray;
}

.vertical{
  	-webkit-transform: rotate(-90deg);
  	-moz-transform: rotate(-90deg);
	top:50%;
	height:100%;
	left:20px;
	
 }
  
  .td-cian
  {
	width:30px;
	color:#215967;
	font-size:9.0pt;
	font-weight:700;
	font-style:normal;
	
	background:#DAEEF3;
  }
  
  .td-azul {
	width:80px;
	color:white;
	font-size:11.0pt;
	font-weight:700;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	background:#31869B;
}
  
