/* CSS Document */

body{
	height:100%;
	margin:0;
	background-image:url('../imges/bg2.gif');
	font-family:Verdana, sans-serif;
	color:#091726;
	font-size:11px;
	scrollbar-face-color:#284463;
	scrollbar-highlight-color:#284463;
	scrollbar-3dlight-color:#284463;
	scrollbar-darkshadow-color:#284463;
	scrollbar-shadow-color:#284463;
	scrollbar-arrow-color:#C2992E;
	scrollbar-track-color:#C2992E;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
	width: 700px;
}

#container{
	margin:0;
	width:100%;
	height:425px;
	top:14%;
	background-color:#527194;
	border-top:1px solid #C2992E;
	border-bottom: 1px solid #284463;
	position:absolute;
}
#lateralIzda{
	width:43px;
	height:425px;
	background-color:#C2992E;
	position: absolute;
	left: 0px;
	top: 0px;
}
#menu{
	width:242px;
	height:320px;
	background-image:url('../imges/bgmenu.gif');
	background-repeat:no-repeat;
	padding-top:105px;
	padding-left:18px;
	left: 43px;
	top: 0px;
	position: absolute;
}
#contenido{
	height:393px;
	margin-left: 320px;
	margin-right: 17px;
	padding-top: 17px;
}
#contenido2{
	height:44px;
	margin-left: 320px;
	margin-top: 17px;
	margin-right: 17px;	
}
#foto{
	width:421px;
	height:44px;
	float:left;
}
#titulo{
	width:223px;
	height:44px;
	float:right;
}
#txt{
	height:314px;
	background-color:#6084AD;
	border:1px solid #C2992E;
	background-image:url('../imges/maleta.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
	background-attachment:fixed;

	/margin-top:59px;
	padding:10px;
	overflow:auto;
	margin-top: 12px;
}
#txt2{
	height:314px;
	overflow:auto;
	padding-right:8px;
}

#pie{
	bottom:0;
	width:100%;
	height:17px;
	background-color:#C2992E;
	margin:0;
	padding-top:5px;
	font-family:Arial, sans-serif;
	color:#fff;
	font-size:11px;
	clear: both;
	position:absolute;
	text-align:center;
}
.destacado{
	color:#fff;
}
a{
	background-color:#fff;
	text-decoration:none;
	color:#93A6BC;
	padding:2px;
}
a:hover{
	background-color:#93A6BC;
	text-decoration:none;
	color:#fff;
}