@charset "utf-8";
/* CSS Document */

html,body{
	margin:5;
	padding:0
}
.borde {
	border: 1px solid #C9E0EF;
	background-image: url(images/img_5.jpg);
}

body{
	background: #84c0ee url(../images/bg-grad2.jpg) repeat-x ;
	font-size: small;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

a:link {
	color: #003366;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}

a:active {
	text-decoration: none;
}

h2 {
	font-size: large;
	font-weight: bold;
}

h3 {
	font-size: medium;
	font-weight: bold;
}

.top {
	background-attachment: fixed;
	background-image: url(images/top2.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	padding-right: 50px;
}
.footer {
	background: #fff url(../images/bg-foot.gif) repeat-x ;
	background-position: top;
	text-align: center;
	padding-top: 20px;
	font-size: x-small;
}
.container {
	border: 1px solid #EEEEEE;
}
.contenido {
	background-color: #FFFFFF;
	background-image: url(images/bg_compass2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 17px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 17px;
}

#mySlideShow
{
width: 560px !important;
height: 311px !important;
} 

.logosizq {
	text-align: center;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 198px;
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 190px;
	top: 0;
	display: none;
	}


ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #E7F1F8;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 5px 3px 5px 3px;
	}


* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
	
li:hover ul { display: block; 
}

.container .contenido img {
	padding-left: 9px;
}
.menu {
	border: 1px solid #B4B4B4;
	
}
