.descripcion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer-div{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#FFFFFF;
}
.footer-table{
background:#1A3E72;
	
}


.subdivision {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.texto_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 115px;
}
.wt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #003366;
}

.clase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
}
.ligas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #003366;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.FECHA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}





#imageMenu {
	position: relative;
	width: 520px;
	height: 176px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 176px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 176px;
}

#imageMenu ul li.landscapes a {
	background: url(images/1.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/2.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/3.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/4.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(images/5.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}



/* Start of the vertical menu*/


/* end of the vertical menu*/


/* Tip */
div.brTip-box {
	background: #FFF;
	border: 1px solid #6E92B6;
	display: none;
	position: absolute;
	width: 200px;
}
div.brTip-title {
	background: #6E92B6;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 3px;
	text-align: center;
}
div.brTip-content {
	color: #333;
	margin: 0;
	padding: 5px;
	text-align: justify;
}