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

@import url("otros.css");

/* --------------------------------------------------- */
/* -------------------- GENERALES -------------------- */
/* --------------------------------------------------- */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#063;
	background:#efe url(img/bg.jpg) no-repeat /*top center -82px*/;
	cursor:default;
}

*{ margin:0; padding:0; }

img{ border:none; }

/* PRECARGA */

div#loading{
	width:100%;
	height:100%;
	position:fixed;
	margin:0;
	left:0;
	padding:0;
	z-index:400;
	display:block;
}


div.loadBg{
	position:absolute;
	background:#efe;
	width:100%;
	height:100%;
	z-index:450;
	margin:0;
	left:0;

}
div.loadingContent{
	background:#fff;
	border:#060 outset 2px;
	width:400px;
	height:100px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-200px;
	text-align:center;
	font-size:16px;
	padding:50px;
	margin-top:-150px;
	z-index:500;
}
div.loadingContent img{ margin-top:50px; }

/* */


a{
	color:#520;
	text-decoration:none;
}

a:hover{
	color:#744;
}


div.clear{
	height:20px;
}

div.clearLarge{
	height:55px;
}

div.clearLinea{
	background:url(img/hr.jpg) no-repeat;
	height:20px;
	width:170px;
	margin:10px auto;
}

h4{
	font-size:13px;
}

/* --------------------------------------------------- */
/* --------------------- FORMATO --------------------- */
/* --------------------------------------------------- */

div#formato{
	width:895px;
	height:635px; /* 599 */
/*	margin:5px 0 auto; /* 85px */
}

div#circulos{
	float:left;
	height:599px;
	width:296px;
}


div#principal{
	float:right;
	width:599px;
}

div#head{
	height:139px;
	background:url(img/004.jpg) no-repeat top left;
}

div#head h1{
	text-indent:-9999px;
}

/* --------------------------------------------------- */
/* ----------------------- MENU ---------------------- */
/* --------------------------------------------------- */

div#menu{
	height:30px;
	margin-top:57px;
	margin-right:45px;
	text-align:center;
}

div#menu ul{
	list-style:none;
}

div#menu ul li{
	display:inline;
	font-family:"Trebuchet Ms", Tahoma, Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0 3px;
/*	letter-spacing:-1px;*/
}

div#menu ul li a{
	font-weight:bold;
}


/* --------------------------------------------------- */
/* -------------------- CONTENIDO -------------------- */
/* --------------------------------------------------- */

div#cont{
	height:315px;
	background:url(img/005.jpg) no-repeat top left;
}

div#subtitulo{
	padding-top:3px;
	height:32px;
	width:520px;
}

div#subtitulo img{
	float:left;
}

div#text{
	overflow:auto;
	height:280px;
	width:525px;
	text-align:justify;
	padding:0 10px 0 0;
	float:left;
}


div.index{
	text-align:center;
	font-size:14px;
}


div#text p{
	margin:10px 0;
}

/* --------------------------------------------------- */
/* ----------------------- PIE ----------------------- */
/* --------------------------------------------------- */

div#pie{
	height:150px;
	width:623px;
	background:url(img/006.jpg) no-repeat top left;
}

div#pie h3{ text-indent:-9999px; }

div#pie div.logo{
	width:370px;
	height:149px;
	float:right;
}

div#foot{
	margin:-65px 0 0 -120px;
}

div#desarrollo{
	width:400px;
	position:absolute;
	text-align:center;
}

div.desarrollo{
/*	width:95px;  */
	margin:0 5px;
	height:80px;
	text-align:center;
	float:left;
	font-size:10px;
}

div.desarrollo h4{
	font-size:10px;
	color:#744;
	margin-bottom:5px;
}


/* --------------------------------------------------- */
/* --------------------- BIZARRE --------------------- */
/* --------------------------------------------------- */

div#bizarre{
	float:right;
	text-indent:-9999px;
	display:block;
	height:105px;
	width:15px;
	margin-right:16px;
	margin-top:163px;
}

div#bizarre a{
	background:url(img/008.jpg) no-repeat top;
	height:105px;
	width:15px;
	display:block;
	
}

div#bizarre a:hover{
	background:url(img/009.jpg) no-repeat top;
}

/* --------------------------------------------------- */
/* ------------------- COMO LLEGAR ------------------- */
/* --------------------------------------------------- */


div.googleMap{
	width:265px;
	margin-left:15px;
	float:right;
}

div.go h3{
	font-size:12px;
	margin-bottom:10px;
	color:#520;
}

div.go ul{
	margin-bottom:10px;
}

div.mapa{
	text-align:center;
	padding-top:20px;
	clear:both;
}

small.nota{
	color:#530;
	font-size:10px;
}

small.nota a{
	color:#090;
}

small.nota a:hover{
	text-decoration:underline;
	color:#5c5;
}

.obra ul li{ margin:10px 0; }
