* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-image: url(images/img_fondo.gif);*/
	background-repeat: repeat-x;
	background-position: top;
	color: #333333;
}
#contenedor {
	width: 980px;
	margin: 0 auto;
}
/*cabecera*/
#cabecera {
	height: 140px;
}
#cabecera img {
	margin-top: 30px;
}
#cabecera .botonera {
	width: 250px;
	height: 20px;
	float: right;
	padding: 10px 0 10px 0;
	color: #666666;
	list-style: none;
	text-align: center;
	clear: both;
	background: url(images/img_boton_corporativo.gif) no-repeat center left #000;
}
#cabecera .botonera a {
	padding-left: 10px;
	padding-right: 10px;
	color: #999999;
	text-decoration: none;
}
#cabecera .botonera a:hover {
	color: white;
}
/*cuerpo*/
#cuerpo {
	background: url(images/img_contenido.gif) repeat-y top right;
}
/*menu*/
#menu {
	width: 160px;
	float: left;
	border-left: 20px solid white;
	border-right: 20px solid white;
	background: url(images/img_menu.gif) no-repeat top left #be1238;
}
#menu ul {
	list-style: none;
	margin: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
#menu a {
	display: block;
	color: white;
	font-size: 16px;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e49dad;
}
#menu a:hover {
	color: white;
}
#menu .submenu {
	font-size: 10px;
	list-style: none;
}
#menu .submenu li {
	background: url(images/img_bullet_2.gif) no-repeat top left;
}
#menu .submenu li a {
	padding-left: 12px;
	color: #e49dad;
	font-size: 12px;
}
#menu .submenu li a:hover {
	color: white;
}
/*contenido*/
#contenido {
	width: 780px;
	float: left;
}
#contenido .presentacion {
	height: 165px;
	background-color: #666;
	color: white;
	padding: 40px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 35px;
	padding-right: 400px;
}
#contenido .descripcion {
	padding: 40px;
	margin-left: 10px;
	margin-right: 10px;
}
#contenido h1 {
	font-size: 32px;
	color: black;
	padding: 40px 0 10px 48px;
	font-weight: normal;
	background: url(images/img_contenido_superior.gif) no-repeat top left;
}
#contenido h2 {
	font-size: 18px;
	font-weight: lighter;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
#contenido h3 {
	font-size: 16px;
	color: white;
	background: url(images/img_h2.gif) no-repeat top right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 2px;
	padding-left: 5px;
	margin-top: 30px;
	margin-bottom: 15px;
}
#contenido .variante {
	margin: 0;
	margin-bottom: 2px;
}
#contenido h4 {
	font-size: 14px;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid white;
	border-bottom: 1px solid #cccccc;
}
#contenido ul, ol {
	padding: 1em;
	padding-left: 0;
	padding-right: 0;
	list-style: none;
}
#contenido li {
	margin: 0;
	padding-left: 12px;
	margin-bottom: 10px;
	background: url(images/img_bullet.gif) no-repeat top left;
}
#contenido ol {
	margin-left: 20px;
	padding-right: 20px;
}
#contenido ol li {
	padding-left: 0;
	list-style: decimal;
	background: none;
}
#contenido td {
	vertical-align: top;
}
#contenido .scroll {
	height: 510px;
	padding-right: 20px;
	overflow: auto;
}
#contenido .izquierda {
	float: left;
	margin-right: 30px;
	width: 430px;
}
#contenido .derecha {
	float: left;
	width: 220px;
}
#contenido .borde {
	border: 1px solid #ccc;
	margin-bottom: 2px;
}
#contenido a {
	color: #be1238;
	text-decoration: underline;
}
#contenido a:hover {
	text-decoration: none;
}
#contenido .tabla th {
	padding: 10px;
	background-color: #888;
	color: white;
	text-align: left;
}
#contenido .tabla td {
	padding: 8px;
	background-color: #dddddd;
}
#contenido .oculto {
	display: none;
}
#contenido .destacado {
	padding: 10px;
	border: 10px solid #cccccc;
}
#contenido .productos th {border: 1px solid #ccc; padding: 5px; text-align: left;
}
#contenido .productos h4 {background-color: #ddd; padding: 5px; margin-top: 40px;}
#contenido .productos td {vertical-align: middle;}
#contenido .productos img {width: 60px;}
/*pie*/
#pie {
	clear: both;
	padding: 90px 0 10px 0;
	background: url(images/img_contenido_inferior.gif) no-repeat top right white;
	min-width: 940px;
}
#pie strong {
	color: #be1238;
	text-align: center;
}
#pie b {
	color: #cccccc;
	margin: 10px;
	font-weight: normal;
}
#pie a {
	color: black;
}
#pie a:hover {
	text-decoration: none;
}
/*formularios*/

label {
	display: block;
}
input[type=text], textarea {
	padding: 2px;
	display: block;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
}
input[type=password], textarea {
	padding: 2px;
	display: block;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
}
input[type=submit] {
	display: block;
	padding: 5px;
	color: white;
	background-color: #be1238;
}
/*factor ņ*/
#factorn {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	font-size: 9px;
}
#factorn a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#factorn a:hover {
	text-decoration: underline;
}

/*Estilos aņadidos*/
#error
{
	color:#be1238;
}

#gif_animado{
position:relative;
top:50px;
}


img.percentImage1 {
 background: white url(images/percentImage_back1.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}

img.percentImage2 {
 background: white url(images/percentImage_back2.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}

img.percentImage3 {
 background: white url(images/percentImage_back3.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}

img.percentImage4 {
 background: white url(images/percentImage_back4.png) top left no-repeat;
 padding: 0;
 margin: 5px 0 0 0;
 background-position: 1px 0;
}