@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#bodyTop {
	background:	#A9A9A9 url(../images/bg.gif) repeat-x;
}
#bodyBottom {
	background: transparent url(../images/bg-bottom-repeat.gif) repeat-x center bottom;
}
#support-chat-left {
	position: fixed;
	top: 190px;
	left: 0;
	width: 51px;
	height: 164px;
	overflow: hidden;
	z-index: 1000;
}
#pagina {
	width: 978px;
	position: relative;
}
#support-chat {
	display: none;
	position: absolute;
	top: 50px;
	right: 0;
	background: #FFF;
	padding: 16px 10px 10px;
	-moz-border-radius: 5px;
	z-index: 1;
}
#top {
	background: url(../images/logo.jpg) no-repeat;
	height: 300px;
	position: relative
}
#contenido {
	background: #FFF url(../images/bg-contenido.gif) repeat-y;
	padding: 0 28px 0 29px;
	color: #333;
	text-align: left;	
}
#bottom {
	background: url(../images/bg-bottom.gif) no-repeat;
	height: 69px;
	color: #525252;
	padding: 25px 38px 0;
}
#bottom #links ul {
	list-style: none;
	list-style-position: inside;
	list-style-type: none;
}
#bottom #links ul li {
	display: inline;
}
#bottom #links ul li h2 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
}
#bottom #links ul li a {
	padding: 0 25px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#bottom #links ul li a:hover {
	color: #FFF;
}

h1 {
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
h1 a {
	color: #000;
	text-decoration: none;
}
.main {
	background: url(../images/box-bg-abajo.gif) repeat-x center bottom;
	border-bottom: 1px solid #BBBBBB;
	padding: 0 20px 10px;
	margin: 0;
}
h2 {
	margin: 0 0 7px;
	font-size: 16px;
	font-weight: bold;
	color: #004499;
}
h2 a {
	color: #004499;
	text-decoration: none;
}
h3 {
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
h3 a {
	color: #000;
	text-decoration: none;
}
p {
	padding: 0 0 10px;
}
a {
	color: #000;
	text-decoration: underline;
	outline: none;
}
a:hover, a:active {
	color: #123358;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.box-arriba {
	background: url(../images/box-bg-arriba.gif) repeat-x center top;
	border-top: 1px solid #FFF;
}
.box-abajo {
	background: url(../images/box-bg-abajo.gif) repeat-x center bottom;
	border-bottom: 1px solid #999;
	padding: 20px;
}
.box-abajo-sin {
	padding: 20px;
}
.alerta {
	display: none;
}

#top .lang-selec {
	position: absolute;
	top: 1px;
	right: 42px;
	width: auto;
	font-size: 10px;
}
#bottom .lang-selec {
	margin-top: 25px;
	color: #666;
	font-size: 12px;
}
.lang-selec ul {
	list-style: none;
	list-style-position: inside;
	list-style-type: none;
}
.lang-selec ul li {
	padding: 0 0 0 20px;
	display: inline;
	margin: 0 5px;
}
.lang-selec ul li a {
	color: #999;
	text-decoration: none;
}
.lang-selec ul li a:hover {
	color: #FFF;
}
.lang-selec .en {
	background:transparent url(../images/banderas.png) no-repeat scroll 0 2px;
}
.lang-selec .es {
	background:transparent url(../images/banderas.png) no-repeat scroll 0 -98px;
}

#linkex {
	margin: 25px 0 10px;
}
#linkex a {
	padding: 1px 5px;
	color: #333;
}

