/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #000000;
}

p, blockquote, ul, ol {
	margin-bottom: 1.8em;
	line-height: 180%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.boxed {
	padding: 10px;
	background: url(images/img3.jpg) repeat-x;
}

.heading {
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
}

/* Header */

#header {
	width: 660px;
	height: 180px;
	margin: 0 auto;
	
	text-align: center;
}
#headerfondo {
	width: 660px;
	height: 180px;
	margin: 0 auto;
	
	text-align: center;
}


#header a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
}

#header h1 {
	padding-top: 50px;
	letter-spacing: 4px;
	font-size: 36px;
}

#header h2 {
	letter-spacing: 8px;
	font-size: 14px;
}

/* Columns */

#left {
	float: left;
	width: 240px;
	margin-left: 10px;
}

#right {
	float: right;
	width: 220px;
	margin-right: 10px;
}

#left ul, #left ol, #right ul, #right ol {
	list-style-position: inside;
}

#left li, #right li {
	margin-bottom: 1.5em;
}

#center {
	margin: 0 240px 0 260px;
}

#center ul, #center ol {
	margin-left: 3em;
}

/* Footer */

#footer {
	background: url(images/img4.jpg) repeat-x;
	text-align: center;
	font-size: 77%;
	color: #000000;
}

#legal {
	margin: 0;
	padding: 20px 0 0 0;
	line-height: normal;
}

#links {
	margin: 0;
	padding: 20px 0;
	line-height: normal;
}

/* para los menus 
a {
	text-decoration: none;
}
*/
a:link {
	color: #0099FF;
}

a:visited {
	color: #0099FF;
}

a:active {
	color: BLUE;
}

a:hover {
	text-decoration: underline;
}

.divlink a {
display: block;
width: 140px;
background: url(images/FondoBoton.jpg) repeat;
}

.divlink a:hover {
background: url(images/FondoBoton.jpg) repeat;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	
}

#nav a {
	font-weight: bold;
	color: #336699;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #336699;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	width: 140px;
    background: url(images/FondoBoton.jpg) repeat;

}

li {
	float: left;
	position: relative;
	width: auto;
	text-align: center;
	cursor: default;
	background-color: white;

}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #fff;
	width: auto;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
	z-index: 2;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

/* para la opacidad de las fotos
*/

.dppal {
   position: absolute;
}
 
.dfondo {
   width: 882px; height: 260px;
   background-color: transparent;
   filter:alpha(opacity=70);
   -moz-opacity:0.8;
   opacity: 0.8;
   padding:10px;
}
 
.dtexto {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	padding:10px;
} 

