body {
	background-color: lightgrey;
	font-family: 'Work Sans', sans-serif;
}
table {
	width: 600px;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
th, td {
	background-color: #F2F2F2;
	padding: 6px;
	margin: 0px;
	height: 40px;
	text-align: left;
	line-height : 25px;
	border: none;
	/* border: 1px solid black; */
}
td {
	background-color: white;
}
th.left, td.left, td.unico {
	text-align: left;
	padding-left: 20px;
}
td.right {
	text-align: right;
	padding-right: 20px;
}
td.centro {
	text-align: center;
}
td.contacto {
	background-color: #F2F2F2;
}
td.logo {
	background-color: #F2F2F2;
}
td.foto {
	padding-top: 20px;
}
img.foto {
	width: 80px;
	height: 80px;
	margin-top: 6px;
	margin-bottom: 12px;
	margin-right: 20px;
	float: left;
}
img.logo {
	height: 24px;
	margin-top: 6px;
	margin-bottom: 6px;
}
img.redes {
	height: 24px;
	width: 24px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}
img.help {
	height: 16px;
	margin-top: 6px;
/*	margin-bottom: 6px; */
	margin-right: 12px;
	float: right;
}
a {
	color: grey;
	text-decoration: none;
}
a.negro {
	color: black;
}
span.nombre {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}

input.texto {
	width: 400px;
	padding: 6px 6px;
	border: 1px solid gray;
	border-radius: 2px;
}

input[type=submit], button {
    padding:8px 25px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
}


@media only screen and (max-width: 800px) {
	table {
		width: 100%;
	}
}
