@charset "utf-8";
/* Documento CSS para robertomerlo.com
 * Roberto Merlo Álvarez, 2009-2010
 */

/* Estilo de elementos HTML */
body 
{
	background-color:#4f81bd;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

h1
{
	text-shadow: black 2px 2px 4px;
	margin-bottom: 0px;
}

h2
{
	font-size:18px;
}

h3
{
	margin: 0 0 0 0px;
	color:#000;
}

/* Estilo de clases */

.enlace_superior
{
	font-size: 8pt; 
	font-family: Tahoma, sans-serif; 
	color: #231D21;
	text-decoration: none;
	border: none;
}
.enlace_interior
{
	color:#666;
	text-decoration:none;
	border:none;
}
.enlace_interior A
{
	color:#666;
	text-decoration:none;
	border:none;
}

.t_negro
{
	color:#000;
}

.index0
{
	font-size:14px;
	color:#FFF;
	height:19px;
}
.index0 A
{
	color:#FFF;
	text-decoration:none;
}

.bloque_izquierda
{
	margin-bottom:7px;
}

.tabla_apartado
{
	width: 600px;
}

.div_centrado
{
	text-align:center;
	margin: 0 auto;
}



/* Estilo de elementos concretos */
#contendorpadre  /* IE8 hack*/
{ 
	text-align:center; 
}
#contenedor 
{
	/* Ancho máximo y centrado */
	margin: 0 auto;
	width: 1014px;
	/* Restauramos el text-align del IE hack */
	text-align:left; /* Firefox hack*/
}
#contenedor_superior
{
	width:910px; 
	height:35px; 
	max-width:910px; 
	max-height:35px; 
	margin-left: 10px; 
	margin-top:2px;
}
#contenedor_izquierdo
{ 
	width:130px; 
	height:300px;
	max-width:130px; 
	max-height:300px;
	margin-left:20px;
}
#contenedor_central
{
	width:655px;
	height:100px;
	max-width:655px;
	max-height:100px;
	margin-left: 5px; 
	margin-top: 5px;
}


/******* Template *******/
/* content */
.text-header { font-weight: bold; font-size: 11pt; font-family: Arial, sans-serif; color: #231D21;}
.pageContent { font-size: 8pt; font-family: Tahoma, sans-serif; color: #666; }
 .pageContent a { font-size: 8pt; font-family: Tahoma, sans-serif; color: #878785; }

/* top elements */
.company { font-size: 15pt; font-family: Tahoma, sans-serif; color: #ffffff; }
.slogan { font-size: 8pt; font-family: Tahoma, sans-serif; color: #B5B5BB; }

/*main menu*/
.menu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #231D21; text-decoration: none; }
.amenu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #231D21; text-decoration: underline; }

/*submenu*/
.submenu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #231D21; text-decoration: none; }
.asubmenu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #231D21; text-decoration: underline; }

/*bottom menu*/
.bmenu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: none; }
.abmenu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: underline; }

/*copyright*/
.footer { font-size: 8pt; font-family: Tahoma, sans-serif; color: #B5CDE7; text-decoration: none; }
.footer a { font-size: 8pt; font-family: Tahoma, sans-serif; color: #B5CDE7; text-decoration: none; }

/*backgrounds*/
.main-bg { background-color: #4f81bd; }