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


html { 
  padding:0px;
  margin:0px;
}

body {
	background: url(img/fondo.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:0px 0px;
	background-color: #448BC7;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#0093D8;
	text-align:center;
	margin:0px;
	padding:0px;
}

p,pre, h1 {
margin:0px 10px 10px 10px;
}

h1 {
	font-size:14px;
	padding-top:10px;
	text-transform:uppercase;
	color: #460E01;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	}
	
	
a {
/*/font-family: Arial, Helvetica, sans-serif;
font-size:20px;/*/

color: #0066FF;font-weight: normal;}
a:visited {color: #0066FF;font-weight: normal;}
a:hover {color: #0066FF;font-weight: normal;}
a:active {	color:#0066FF;font-weight: normal;
}

pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}


/*  positioning-layers statisch und absolut */

#box {
	position:relative;
	width:985px;
	margin: 100px auto;
	padding:0px;
	text-align:left;
}

#fotos {
	position:absolute;
	left:28px;
	top:409px;
	width:91px;
	height:83px;
	z-index:1;
}


#mmm {
	position:absolute;
	left:972px;
	top:68px;
	width:99px;
	height:117px;
	z-index:1;
}	

#left {
	margin-top:200px;
	width:173px;
	padding:0px;
	float:left;
}

#content {
	width:610px;
	padding:0px;
	float:left;
	background: #FFFFFF;
	overflow: auto;
	border-left:solid 3px #0093D8;
	border-right:solid 3px #0093D8;
}

#right {
	width:185px;
	padding:0px;
	float:left
}

#head {
	background:url(img-b/cabeza.png) no-repeat;
	height: 119px;
}

#head h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564b47;
background-color: #90897a;
padding:5px 15px;
margin:0px
}

#head p {
padding:10px;
margin:0px;
}

#separador{
height:50px;
}

/*.content h1 {
	}*/

.stripes {
	background: #333 url(img-b/stripe.gif);
	height: 6px;
}

/* navigation */
.nav {background: #191919 url(img-b/nav.gif);
}
.nav a {
	background: #191919 url(img-b/nav.gif);
	border-right: 1px solid #FFF;
	color: #FFF;
	float: left;
	font: bold 12px Verdana,sans-serif;
	line-height: 30px;
	padding: 0 15px;

}
.nav a:hover {
	background: #191919 url(img-b/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background:;
	padding: 0px;
}
.subnav h1 {padding-top: 8px;
}
.subnav ul {margin: 0;
}
.subnav li {
	background: url(img-b/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #0084FF;
	line-height: 2.4em;
	text-decoration: none;
}
.subnav li a:hover {color: #0033CC;

}

/*///////////////////////////////////////////////////////////////////////////Embajadas/////////////////////////////////////////////////////*/


#embajadasDiv1 {
	background:url(img/back-principal.jpg) repeat-y;
	position:absolute;
	width:588px;
	height:831px;
	z-index:1;
	overflow: scroll;
	left: 205px;
	top: 1270px;
}


#menuflota {
float:left;
	position: fixed;
	margin: 0 0; /*superior  */
	top:0px;
	left:0px;
	border-bottom: 3px solid #0093D8;
	width:100%;
	height:85px;
	background: url(img/backm.jpg) repeat-x;	
}
#minterior{
	position:relative;
	margin: 0 auto;
	width:750px;
	height:85px;
background:;
}

ul#blue { margin:0; padding:0; list-style-type:none; }

ul#blue li {
	position:relative;
	float:left;
	border-top:4px solid #efefef;
	margin-top: 1px;
	margin-right: 40px;
	margin-left: 40px;
	padding: 5px;
}

ul#blue .current {
	border-top:4px solid #FFFFFF;
}

ul#blue li:hover { border-top:4px solid #0093D8;}

ul#blue li a { padding:2px 2px; text-decoration:none; font:bold 12px Verdana, Georgia, "Times New Roman", Times, serif; color:#68759c;}

ul#blue li a:hover {
	color:#0093D8;
	border:none;
}

ul#blue li span{ 
display:none; 
position:absolute; 
top:20px;
left:0px; 
width:140px; 
font:normal 9px Verdana, Georgia, "Times New Roman", Times, serif; 
line-height: 10px; }

ul#blue li a:hover span {margin-top: 5px; display:block; color: #000;}

