.view-archivos-descargables .views-field-title a {
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
}

.view-archivos-descargables .views-row {
	float: left;
	width: 33%;
	text-align: center;
}

.view-archivos-descargables table {
	width: 100%;
}

.view-archivos-descargables tbody .views-field-phpcode {
	width: 10%;
	display: table-cell;
    vertical-align: middle;
    height: 60px;   
}

.view-archivos-descargables tbody tr{
	background-color: white;
    border-color: #444;
}

.view-archivos-descargables tbody .views-field-title {
	width: 80%;
}

.view-archivos-descargables tbody .views-field-phpcode-1 a {
	margin-left: 10px;
}

.view-archivos-descargables tbody .views-field-phpcode-1 {
	text-align: right;
}

.view-archivos-descargables table caption {
    text-align: left;
    text-transform: capitalize;
    font-weight: bold;
    color: #444;
}

