#global{
	font-family: Verdana, Geneva, sans-serif;
	position:relative;
	margin-left:10%;
	margin-right:10%;
	width:80%;
	height:700px;
	clear:both;
	margin-top: 50px;
	}

#logo{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	}
	
#cabecera{
	position:relative;
	margin-top:15px;
	width:100%;
	height:12%;
	clear:both;
	border-width:thin;
	border-style:solid;
	background-image: url(img/arriba.png);
	background-repeat:no-repeat;
	}

#enca1{
	width:25%;
	height:100%;
	float:left;
	background-color:#FFF;	
	}
#enca2{
	width:50%;
	float:left;
	height:100%;	
	}
#enca3{
	width:25%;
	float:left;
	height:100%;	
	}
	
#cuerpo{
	background-color:#FFF;
	position:relative;
	margin-top:5px;
	width:100%;
	height:60%;
	clear:both;
	border-width:thin;
	border-style:solid;
	}
#seccionizq{
	width:20%;
	float:left;
	margin-top: 90px;
	background-color: #FFF;
	color: #FFF;
	height: 70%;
}
#secciondcha{
	border-width:0px;
	border-style:none;
	margin-left:20px;
	width:752px;
	float:left;
	margin-top: 80px;
}

#sd1{
	border-width:0px;
	border-style:none;
	width:252px;
	height:auto;
	float: left;
	}
#sd2{
	border-width:0px;
	border-style:none;
	background-image:url(img/bgizqda.png);
	width:490px;
	height:250px;
	float:left;
	padding-left: 5px;
	margin-left: 0px;
	color: #3899BA;
	font-size: small;
	text-align: justify;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	}
#sd3{
	border-width:0px;
	border-style:none;
	width:750px;
	clear:both;
	height:60px;
	float: left;
	background-color: #3899BA;
	padding-left: 5px;
	margin-right: 5px;
	}
	
#sd1ajax{
	border-width:0px;
	border-style:none;
	width:202px;
	height:auto;
	float: left;
	}
#sd2ajax{
	border-width:0px;
	border-style:none;
	background-image:url(img/bgizqda.png);
	width:490px;
	height:250px;
	float:left;
	padding-left: 5px;
	margin-left: 50px;
	color: #3899BA;
	font-size: small;
	text-align: justify;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	}
#sd3ajax{
	border-width:0px;
	border-style:none;
	width:750px;
	clear:both;
	height:60px;
	float: left;
	background-color: #3899BA;
	padding-left: 5px;
	margin-right: 5px;
	}
	
#pie{
	position:relative;
	margin-top:5px;
	width:100%;
	height:90px;
	clear:both;
	border-width:thin;
	border-style:solid;
	background-image: url(img/abajo.png);
	background-repeat:no-repeat;
	}

#enpie1{
	width:50%;
	float:left;			
	}
#enpie2{
	width:25%;
	float:left;
	}
#enpie3{
	width:25%;
	float:left;
	}

.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	margin-left: 0px;
}
#h-navbar {
	font-size: 90%;
	color: #FFF;
	background-color: #3899BA;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#h-navbar a, #h-navbar a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 5px;
}
#h-navbar a:hover {
	color: #F60;
}

ul.nav {
	list-style: none;
}
ul.nav li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
ul.nav a, ul.nav a:visited {
	border-radius:5px;
	padding: 5px 5px 5px 5px;
	display: block;
	width: 125px;
	text-decoration: none;
	background-color: #3899BA;
	color: #FFF;
	font-weight: bold;
	font-size: small;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FFF;
	background-color: #F90;
	font-weight: bold;
}

.TextoBlanco {
	color:#FFF;
	font-size:small;
	text-align:justify;
}
