body { margin:0px; background-color: #72706F; }
#contenido { margin: 0 auto;}
a {text-decoration:none;}
a:hover {text-decoration:none;}
img {border: 0;}


.base {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 10px;
	color:#FFFFFF;
	line-height: 16px;
}
.tipo {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
}
.menuvertical {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #333333;
	text-decoration:none;
	font-weight : normal;
	line-height: normal;
	padding-left: 8px;
}

.bold {
	font-weight: bold;

}

.admin1	{
	font-family: Tahoma,Trebuchet MS,Arial,Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
	text-decoration: none;
}

/* ------------ CUERPO ------------ */
.tituloa{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;

}
.texto {
	font-size:12px;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align:justify;
}


/* ------------ MUESTRA ------------ */
.titulo {
	font-family: Arial, Verdana;
	font-size: 14px;
	line-height: 16px;
	color: #974578;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.detalle {
	font-family: Tahoma,Trebuchet MS,Arial,Verdana;
	font-size: 11px;
	line-height: 17px;
	color: #444444;
	text-decoration: none;
	padding-top:10px;
}

.foto {
	background: #fff;
	border: solid 1px #a3a2a2;
	vertical-align:top;
	padding: 4px;	
}


/* ------------ FORMULARIO ------------ */

.form {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #fafafa;
	background-repeat: repeat;
	background-attachment: scroll;
	font-family: arial;
	font-size: 11px;
	color: #666666;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 130px;
	height: 92px;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 3px;
}
.gallery span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: 12px;
	right: 12px;
}
.gallery .favorite {
	background: url(images/favorite.gif) no-repeat;
}
.gallery .photo {
	background: url(images/photo.gif) no-repeat;
}
.gallery .video {
	background: url(images/video.gif) no-repeat;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover img  {
	border-color: #666;
}
.gallery a:hover span {
	background-position: left -22px;
}