body {
	
	margin-top: 5px;
	
	margin-left: 20px;
	
	background-image: url(../images/131.jpg);
	
	margin-right: 5px;
	
	margin-bottom: 20px;

}


a, p, h1, h2, ul{
	
	font-family: "Comic Sans Ms",Verdana, Arial, Helvetica, sans-serif;

}

p {
	font-size: 14px;

}

h1 {
	font-size: 18px;
	
	color: #FF6600;

	margin-left: 5px;
}

h2 {	font-size: 22px;
	
	color: #FF6600;
	
	font-weight: normal;
}
.resaltado {	color: #006600;	
		font-weight: bold;
		font-size:16px;
}
a { font-size:16px;
	/*color:#FF6600;*/}

a:visited {	font-size:16px;
	
		color: #228822;

}

.titulo {	font-size: 10px;	
		color: #006600;	
		font-weight: bold;
}

.justify {	font-size: 16px;
	
		text-align: justify;

		margin: 10px;
		}

ul {font-size: 16px;}

.galleryVcontenedor {
	position: absolute;
	heigh: 360px; /* altura imagen para evitar desbordamientos */}

.galleryV {
	color: #000000 !important;
	text-decoration: none !important;
	}

.galleryV img {border: 1px solid #DDDDDD;}

.galleryV:hover {background-color: transparent;}

.galleryV:hover img{
	border:1px solid #FFFFFF;}/* propiedades de la imagen de tamaño natural */

.galleryV span {
	position: absolute;
	visibility: hidden;
	padding: 5px;
	background-color: #DDDDDD;
	width:400px}

.galleryV:hover span {
	visibility: visible;
	position:absolute;
	left: 50px; /* distancia a la que se mostrará */
	top: 60px; /* distancia a la que se mostrará */
	z-index: 50;}

}

.vertical_mini {
	width:30px;
	height:40px;
}
.vertical_maxi {
	width:300px;
	height:400px;
}
.horizontal_mini {
	width:40px;
	height:30px;
}
.horizontal_maxi {
	width:400px;
	height:300px;
}


.galleryVcontenedor ul li {float:left;
	margin:6px;}/* estas son las propiedades gráficas de los números inferiores */


