@charset "utf-8";
a {
	text-decoration: none;
}
#header {
	width: 1000px;
	height: auto;
	float: left;
	clear: left;
}
#header .logo {
	float: left;
	height: 90px;
	width: 300px;
	display: block;
}
#header  .pestanaBanner {
	display: block;
	float: right;
	height: 70px;
	width: 300px;
	z-index: 100;
}

#cuerpo .izquierda {
	display: block;
	float: left;
	height: auto;
	width: auto;
}


#menu {
	width: 995px;
	height: 80px;
	background-image: url(image/titulos.png);
	padding-left: 5px;
	margin-top: 30px;
	visibility: visible;
	float: left;
	clear: left;
}
.enlace {
	font-size: 10px;
	font-weight: 600;
	text-decoration: none;
	line-height: 22px;
}

#menu .btn {
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: 600;
	float: left;
	line-height: 35px;
	display: block;
	padding-right: 9px;
	padding-left: 9px;
	margin-top: 5px;
}
#menu .btn:hover {
	background-color: #D6E2F3;
	color: #1D5FA1;
}

#menu .enlace  {
	color: #9DC5EC;
	display: block;
	float: right;
	padding-right: 15px;
}
#menu .enlace:hover  {
	color: #5499DE;
}
#menu .enlace .facebook {
	display: block;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	margin-top: 10px;
	float: left;
	background-image: url(image/facebook.png);
	padding-left: 27px;
	margin-left: 5px;
	padding-right: 30px;
}
#menu .enlace .twitter {
	display: block;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	margin-top: 10px;
	float: left;
	background-image: url(image/twitter.png);
	padding-left: 27px;
	margin-left: 5px;
}
#menu .enlace .blogger {
	display: block;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	margin-top: 10px;
	float: left;
	background-image: url(image/blogger.png);
	padding-left: 27px;
}
#menu .enlace .feed {
	display: block;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	margin-top: 10px;
	float: left;
	background-image: url(image/feed.png);
	padding-left: 27px;
	margin-left: 2px;
}
#menu .enlace .youtube {
	display: block;
	background-repeat: no-repeat;
	height: 24px;
	width: 30px;
	margin-top: 10px;
	float: left;
	background-image: url(image/youtube.png);
	padding-left: 27px;
}
#menu .blog {
	height: 35px;
	width: 230px;
	float: right;
	display: block;
	margin-top: 5px;
}
#cuerpo {
	height: auto;
	width: 1000px;
	float: left;
	background-image: url(image/sombrecont.png);
	background-repeat:  repeat-y;
	clear: left;
}
#lateral {
	background-color: #ECECEC;
	height: 438px;
	width: 200px;
	border: 1px solid #9A9C9C;
}
#lateral  .title {
	display: block;
	color: #ffffff;
	background-repeat:    no-repeat;
	background-position: center top;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	background-color: #748691;
	border: 1px solid #616363;
}
#lateral .enlace {
	display: block;
	background-image: url(image/btnlateral.jpg);
	background-repeat:    repeat-x;
	background-position: bottom;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #748691;
}

#lateral .enlace:hover {
	display: block;
	color: #1E61A5;
	background-image: url(image/no.jpg);
	background-repeat:  repeat-x;
	background-position: top;
	background-color: #F1F1F1;
}
#lateral  .enlace  .catalogo1 {
	background-image: url(image/bcatalogo1.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 24px;
	padding-left: 27px;
}
#lateral   .enlace   .catalogo2 {
	background-image: url(image/bcatalogo2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 24px;
	padding-left: 27px;
}
#footer {
	height: 60px;
	width: 1000px;
	float: left;
	background-image: url(image/pie.png);
	clear: left;
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer p {
	font-size: 11px;
	color: #9DC5EC;
	margin-right: 45px;
	margin-left: 20px;
	margin-top: 10px;
}
#footer p .copy {
	float: right;
}
#footer p .direccion {
	float: left;
}
#footer .copy .correo {
	color: #9DC5EC;
	text-decoration: none;
}
#footer .copy .correo:hover {
	color: #CADFF4;
}
