.iframeDetall{
	height: 950px;
	width: 100%;
	border-style: inset;
    border-color: initial;
    border-image: initial;
	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
	box-sizing: border-box;
}


.professorat-contenidor table {
	text-align: left;
    width: 100%;
    font-size: 14px;
	border-spacing: 5px;
    
}

.professorat-contenidor table td, th { 
    padding: 10px;
}
  
.professorat-contenidor table tbody tr:nth-child(even) {
  background: #eddbe5; 
}

.professorat-contenidor thead {
    display: table-header-group;
    vertical-align: middle;
	background: #ccc;
}