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

body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #121315;
	margin-left: 90px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
}
.tit {
	font-size: 15px;
	font-weight: bold;
	color: #FF6600;
}
.chica {font-size: 10px}
.destacado {color: #FF6600}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.fotoContenido {
	padding-left: 20px;
}
