﻿@charset "utf-8";

/******************************************************************
								MY ASEPXIA CSS-LAYOUT
				************************************************************************/
* {
	margin:0;
}

a
{
	border: 0px;
}

img
{
	border: 0px;
}

html,
body,
#top_content {
	height:100%;
}

html,
body {
	margin:0 auto;
	padding:0;
	background:#28397f url(images/genomma_myasepxia_index_background.jpg) top no-repeat;
}

#top_content {
	position:relative;
	width:740px;
	margin:0 auto;
	min-height: 95%;
	height: auto !important;
	height: 95%;
	background-color:#FFF;
	padding:0;
}

#content_myasepxia {
	margin:0 auto;
	width:740px;
	border:none;
	background-color:#FFF;
}

#footer {
	float:left;
	height:5%;
	width:100%;
	/*margin-top:-40px;*/
	background:url(images/genomma_myasepxia_footer_background.gif) repeat-x top #1f2b5f;
	text-align:center;
}

/*** Desde aca ***/

/******************************************************************
								MY ASEPXIA - MENU PRINCIPAL
				************************************************************************/
#menu_principal {
	height:40px;
	width:740px;
	background:url(images/genomma_myasepxia_menu_background.gif) repeat-x top;
}

#menu_principal ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu_principal li {
	margin:0;
	padding:0 10px;
	float:left;
}

#menu_principal li a {
	width:auto;
	height:40px;
	display:block;
}

#menu_principal a span {
	display:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:lowercase;
}

#menu_principal li a.inicio {
	width:80px;
	background:url(images/genomma_myasepxia_menu_inicio.gif) no-repeat top;
}

#menu_principal li a.bases {
	width:90px;
	background:url(images/genomma_myasepxia_menu_bases.gif) no-repeat top;
}

#menu_principal li a.terminos {
	width:220px;
	background:url(images/genomma_myasepxia_menu_terminos.gif) no-repeat top;
}

#menu_principal li a.registro {
	width:110px;
	background:url(images/genomma_myasepxia_menu_registro.gif) no-repeat top;
}

#menu_principal li a.ganadores {
	width:117px;
	background:url(images/genomma_myasepxia_menu_ganadores.gif) no-repeat top;
}

#menu_principal li a:hover.inicio {
	width:80px;
	background:url(images/genomma_myasepxia_menu_inicio_hover.gif) no-repeat top;
}

#menu_principal li a:hover.bases {
	width:90px;
	background:url(images/genomma_myasepxia_menu_bases_hover.gif) no-repeat top;
}

#menu_principal li a:hover.terminos {
	width:220px;
	background:url(images/genomma_myasepxia_menu_terminos_hover.gif) no-repeat top;
}

#menu_principal li a:hover.registro {
	width:110px;
	background:url(images/genomma_myasepxia_menu_registro_hover.gif) no-repeat top;
}

#menu_principal li a:hover.ganadores {
	width:117px;
	background:url(images/genomma_myasepxia_menu_ganadores_hover.gif) no-repeat top;
}

/******************************************************************
								MY ASEPXIA - COLUMNAS
				************************************************************************/
#myasepxia_columnas {
	border:0;
	margin:0 auto;
	width:740px;
	background-color:#FFF;
}

#myasepxia_columnas td {
	vertical-align:top;
}

#myasepxia_columnas .lateral_derecha {
	width:257px;
	background:url(images/genomma_myasepxia_menu_lateral_background.gif) no-repeat left top #FFF;
}

#myasepxia_columnas .lateral_izquierda {
	width:483px;
	min-height:505px;
	background:url(images/genomma_myasepxia_index_background.gif) no-repeat top right #FFF;
}

/******************************************************************
								MY ASEPXIA - MENU LATERAL
				************************************************************************/
#menu_lateral {
	width:257px;
	max-width:257px;
}

#menu_lateral ul {
	width:207px;
	list-style:none;
	margin:262px 0 0 0;
	padding:0;
}

#menu_lateral li {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	float:left;
}

#menu_lateral li a {
	width:207px;
	display:block;
}

#menu_lateral a span {
	display:none;
}

#menu_lateral li a.registrate {
	height:49px;
	background:url(images/genomma_myasepxia_menu_lateral_registrate.gif) no-repeat top left;
}

#menu_lateral li a.sube_video {
	margin:0 0 0 0;
	height:81px;
	background:url(images/genomma_myasepxia_menu_lateral_sube_video.gif) no-repeat top left;
}

#menu_lateral li a.you_tube {
	margin:33px 0 0 0;
	height:65px;
	background:url(images/genomma_myasepxia_menu_lateral_you_tube.gif) no-repeat top left;
}

#menu_lateral li a:hover.registrate {
	height:49px;
	background:url(images/genomma_myasepxia_menu_lateral_registrate_hover.gif) no-repeat top left;
}

#menu_lateral li a:hover.sube_video {
	margin:0 0 0 0;
	height:81px;
	background:url(images/genomma_myasepxia_menu_lateral_sube_video_hover.gif) no-repeat top left;
}

#menu_lateral li a:hover.you_tube {
	margin:33px 0 0 0;
	height:65px;
	background:url(images/genomma_myasepxia_menu_lateral_you_tube_hover.gif) no-repeat top left;
}

/******************************************************************
								MY ASEPXIA - TEXTOS CONTENIDOS
				************************************************************************/
#textos_contenidos {
	width:483px;
	min-height:470px;
	border:0;
}

#textos_contenidos .titulos {
	height:137px;
	text-align:center;
	background:url(images/genomma_myasepxia_textos_contenidos_background_titulos.gif) no-repeat top right;
}

#textos_contenidos .textos {
	width:403px;
	min-height: 450px;
	height:auto;
	padding:0 0px 20px 40px;
	background:url(images/genomma_myasepxia_textos_contenidos_background_textos.gif) repeat-y top right;
}

#textos_contenidos .border_right {
	width:40px;
	background:url(images/genomma_myasepxia_textos_contenidos_border_right.gif) repeat-y top right;
}
.titulo_pral {
font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	text-decoration:none;
	text-align:center;
	margin:8px 0 0 0;
}

.titulo_ganador{
font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	text-align:center;
}
/******************************************************************
								MY ASEPXIA - ESTILOS GENERALES
				************************************************************************/
h1 {
	margin:50px 0 0 0;
}

h1 span {
	display:none;
}

p, ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4D4D4D;
}

ul {
	margin:0 0 0 10px;
	padding:0;
	list-style:decimal;
}

li {
	margin:10px 0 0 0;
}

a {
	color:#09F;
	text-decoration:underline;
}

a:hover {
	color:#03F;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#4D4D4D;
	text-transform:capitalize;
	text-decoration:underline;
	margin:15px 0 0 0;
}

.textos td
{
	font-family: Arial;
	font-size: small;
	color: #4D4D4D;
}

.Campos
{
	font-family: Arial;
	font-size: x-small;
	width: 250px;
	border: solid 1px #4D4D4D;
}

.ganadores
{
	list-style: circle;
}