@charset "utf-8";

html,body {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	margin:0;
	padding:0px!important; /*this padding hack fixes things */
  	padding:0px 0px 0px 0px;
  
	background-image: url(../images/bg-body.png);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment:fixed;
	height:100%;
	
	border:none 0px;
}

.bodyMultimedia {
	color: #FFFFFF;
}


h1,h2
{
	font-size:12px;
	font-weight:normal;
	display:inline;
}

#contenedor_principal 
{
	overflow:visible;
	position:absolute; 
	top:0; 
	left:0; 
	
	height: auto !important; /* note that !important is part of the css, and not a comment of mine */
   	
	min-height:100%;
   	height:100%;
	
	width:100%;
	
	display:table-cell;

	margin:0px;
	padding:0px;
	border:none;
	
	background-image: url(../images/bg-footer-2.jpg);
	background-repeat: no-repeat;
	background-position:bottom center;
	
	/* padding-bottom:103px; */
}

#contenedor {
	background-color:#FFFFFF;
	width: 800px;
	text-align:left;
	border:none;
	margin:0px;
	padding:0px;
	/* background-color:#999999; */
	margin-bottom:103px;
}

.bodyMultimedia #contenedor
{
	background-color:#333333;
}

#contenido {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*padding-right: 425px;*/
	padding-right:0px;
	/* width:365px; */
	width:800px;
	
	border:none;
	
	background-repeat: no-repeat;
	background-position: 100% 10px;
	
	margin: 0px;
	
	
	position:relative;
	border-bottom:1px solid #CCCCCC;
	/*
	min-height:360px;
	height:auto !important;
	*/
}

#header 
{
	height: 80px;
	background-image: url(../images/bg-header.png);
	background-repeat: repeat-y;
	background-position: center center;
	text-align:center;
	width:800px;
}
#menu_principal {
	height: 30px;
	width:800px;
	background-image: url(../images/bg-botonera.png);
	background-repeat: repeat-x;
}
#footer {
	background-color:#FFFFFF;
	background-image: url(../images/bg-footer-2.jpg);
	background-repeat: no-repeat;
	background-position:0px 0px;
	height: 104px;
	position:absolute;
 	bottom:0px;
	/* top: expression( ( ignoreMe = document.body.scrollTop ) + 'px' ); */
	width:800px;
}
#footer td {
	line-height: 13px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
}

#footer td {
	line-height: 13px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #FF6600;
	height: 30px;
	padding-top: 10px;
	padding-left: 5px;
}


#contenido p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color:#666666;
}

.bodyMultimedia #contenedor #contenido p
{
	color:#FFFFFF;
}

#contenido ol, #contenido ul  
{
	color:#666666;
}
.textBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #CCCCCC;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
}

a:link, a:visited {
	color:#000000;
}


a:hover, a:active {
	text-decoration:none;
	color:#FF6600;
}

#footer a:hover, #ooter a:active 
{
	color:#000000;
}
#footer #centro_autorizado {
	background-color: #FFFFFF;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align:center;
}
.subtitulo {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

ul.opciones {
	margin:0px;
	list-style:none;
}
ul.opciones li {
	color:#DDDDDD;
}

.opciones a:link, .opciones a:visited
{
	color:#FFFFFF;
}

.opciones a:hover, .opciones a:active
{
	color:#FF6600;
}

.rightInfoPanel
{
	padding:5px;
	border:1px solid #999;
	border-radius: 8px; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-right:10px;
}