/*******************************************************************

	Hoja de estilos; formateo de estilos del navegador
	
********************************************************************/

/* =Import
------------------------------------------------------------------ */

/* Eliminamos los estilos por defecto del navegador 
@import url(reset.css);

Importamos los estilos de composición
@import url(composicion.css);
*/

/* Estilos globales 
------------------------------------------------------------------ */


/* =hx */

h1, h2, h3, h4 {
	font-family:Verdana, Geneva, sans-serif;
}

/* =h1 */

h1 {
	font-size:24px;
	color:#636;
	font-weight: bold;
}

/* =h2 */

h2 {
	font-size:18px;
	color:#000;
	font-weight: bold;
}

/* =h3 */

h3 {
	font-size:14px;
	color:#636;
	font-weight: bold;
}

/* =h4 */

h4 {
	font-size:14px;
	color:#973466;
	font-style: italic;
	font-weight: normal;
}

/* =h5 */

h5 {
	font-size:14px;
	color:#000;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

/* =h6 */

h6 {
	font-size:14px;
	line-height:18px;
	color:#969;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}


/* =p */

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

/* =strong */

strong {
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

/* =a */

a {
	text-decoration:none;
	color:#FFF;
	cursor:pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a:hover {
	font-weight: bold;
	color: #1D070A;
	text-decoration: underline;
}

/* =img */

img {
	text-align: center;
}

#galeria1  {
	width:460px;
	clear: none;
	text-align: left;
	height: auto;
	margin-bottom: 1px;
}
#galeria1 ul  {
	width:460px;
	clear: none;
	text-align: left;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#galeria1 ul li {
	width:460px;
	text-align: left;
	display: inline;
}
#galeria1 img  {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#galeria1 img:hover  {
	margin-top: 0px;
	margin-left: 0px;
	border: 5px solid #C9F;
}


/* =Estilos nav 
------------------------------------------------------------------ */

BODY { 
	scrollbar-base-color : #C9B3CA;
	scrollbar-arrow-color : #C9B3CA; 
}
.nav {
	color : #C9B3CA;
	font-size : 8pt;
}




/* =presentacion 
------------------------------------------------------------------ */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#0000CC;
	cursor: default;
	background-color: #FFF;
}
div#main {
	width: 460px;
	height: 460px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/* =inicio 
------------------------------------------------------------------ */
#mapa {
	width: 280px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}

#poema {
	width: 170px;
	height: auto;
	float: left;
}


/* =instalaciones 
------------------------------------------------------------------ */
#mapa {
	width: 220px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}

#poema1 {
	width: 210px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}


}
