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

.index {
	height: auto;
	width: 380px;
}
.indexArtista {
	width: 25ex;
}
.thumb1 {
	height: auto;
	width: 70px;
}
.thumb2 {
	height: auto;
	width: 140px;
}
.artistas {
	height: auto;
	width: 330px;
}
.artistas_obra {
	height: auto;
	width: 440px;
}
.galeria {
	height: auto;
	width: 480px;
}
.galeria_artista {
	height: auto;
	width: 400px;
}
.aleria_artista_obra {
	width: 420px;
	height: auto;
}
.galeria_obra {
	height: auto;
	width: 480px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #660709;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
.Estilo1 {
	color: #660709;
	font-weight: bold;
	font-size: 14px;
}
.Estilo2 {color: #660709}
.Estilo3 {color: #FFFFFF}
.Estilo4 {font-size: 11px}
.Estilo5 {	color: #FFFFFF;
	font-size: 10px;
}
.linksBot {
	font-size: 11px;
	color: #000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
.keySmall {
	font-size: 2px;
	color: #660709;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #990000;
}

.fb {
	border: 1px solid #828282;
	padding: 2px;
	margin-right: 5px;
	background-color: #FFF;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
