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


body {
	background-color: #FFFFFF;
}
body, td, th {
	color: #444444;
	font-family: 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
p {
	margin-top: 0px;
}
h1 {
	font-size: 175%;
	color: #2FD6C5;
	font-weight: lighter;
	line-height: 130%;
}
h2 {
	font-size: 140%;
	color: #2FD6C5;
	font-weight: lighter;
	line-height: 150%;
}
a {
	color: #2FD6C5;
}
hr {
	color: #CCCCCC;
}
#pagina_contenedor {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#horizontal_container {
 width: 800px;
 height: 450px;
 overflow: hidden;
}
.header {
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.horizontal_accordion_toggle {
	float: left;
	display: block;
	height: 450px;
	width: 30px;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 0;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D1DFDC;
}
.horizontal_accordion_toggle_active {
	background-color: #7dd4c3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a5d0c8;
}
.horizontal_accordion_content {
	height: 450px;
	overflow: auto;
	width: 676px;
	padding: 0px;
	position: relative;
	float: left;
	background-image: url(images/bg.jpg);
}
.contenedor_contenido {
	width: 676px;
	height: 450px;
}
.contenido {
	width: 550px;
	padding-top: 20px;
	padding-left: 60px;
}
.footer {
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer td{
	font-size: 11px;
}.codigo_banners {
	background-color: #CCCCCC;
	height: 70px;
	width: 400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.codigo_MySpaceSkin {
	background-color: #CCCCCC;
	height: 100px;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.fotos {
	text-align: center;
	margin-top: 20px;
}
