@charset "utf-8";
/* CSS Document */


.letragaleria
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}
.letragaleria:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2c8f5c;
}

.contenidogalerias
{width:115px;
margin-left:5px;
margin-right:5px;
height:100px;
float:left;
}
.contenidogalerias2
{width:115px;
margin-left:5px;
margin-right:5px;
height:80px;
float:left;
}
.fotos
{width:98px;
margin:auto;
height:70px;
border:1px #000 solid;
}
.fotos:hover
{width:98px;
height:70px;
border:2px #43a372 solid;
}


.clear
{clear:both;
}
