@charset "utf-8";
html, body {
	
	color: #CCC;
}
body {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

footer {
  position: center bottom;
  height: 106px;
  clear:both;
  width:100%;
  bottom:0; 
 }
 
.fondogris {
	background-color: #424242;
	color: #C1C1C1;
	font-family: Verdana;
}

table {
	position: relative;
	margin: 15 px;
	padding: 15 px;
}

.nopad {
	padding: 0px;
}

td {
	border: hidden;
}

.cg {
	border-color: #CCC;
}

.cf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16 px;
	padding-top: 0px;
	margin-top: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12 px;
	margin: 0px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12 px;
	font-weight: normal;
	margin: 0px;
}
p {
	margin-top: 10px;
	margin_bottom: 10px;
}
a {
	color: #CCC;
	text-decoration: none; 
}
a:hover {
	color: #666;
}

ul, ol{
	list-style:none;
}

.nav li a{
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	
}
.nav > li {
	float: left;

}
.nav li ul {
	display:none;
	position:absolute;
	min-width:100px;
	z-index: 2;
}
.nav li:hover > ul {
	display:block;
	background-color: #FFF;
	
}
.nav li > ul {
	padding: 0px;
	opacity: 0.9;
	border-color: #CCC;
	border-width: thin;
	border-style: solid;
	box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
  	-moz-box-shadow: 2px 2px 5px #999;
  	filter: shadow(color=#999999, direction=135, strength=2);
}
.nav li ul > li{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
.nav li ul li {
	position:relative;
	z-index: 2;
	padding: 10px, 0px, 10px, 0px;
}

.nav li ul li:hover {
	background-color: #CCC;
	padding: 10px, 0px, 10px, 0px;
	background: rgba(0, 0, 0, 0.05);
	background: rgb(0, 0, 0, 0);

}
.nav li ul li ul {
	right:-100px;
	top:0px;
}
	
.cg {
	border: thin solid #CCC;
	padding: 20px;
}
.carruseldeimagenes {
	position: relative;
	z-index: 1;
}
.spe {
	color: #666;
}
