/* -------------------------------------- */
/* Estilos para sitio de Kemuel          */
/* ------------------------------------ */


	body {
		margin: 0px; 
		background: #F3F2EE url(images/bg_main.png) repeat-y center top;
		}

	body,td,th {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
		line-height:18px;
		padding: 0px;
		}

	.wrapper {
		margin: 0px auto;
		width: 705px;
		}
		
	/* Pone la imagen de fondo en la tabla y la repite horizontalmente */
	.contenidos {
		background: url(images/bg_contenidos.png) repeat-x left top #ffffff;
		padding-top: 10px;
		}		
	
	/* DIV del menu */	
	.menu {
		padding: 15px 10px 25px 10px; text-align:center;
		text-decoration: none;	
		}

	.link a {
		font: 12px/23px Georgia, "Times New Roman", Times, serif;
		text-decoration:none; text-align:center;
		color: #ffffff; padding:15px;
		}
		
	.link a:hover { 
		color: #CCCCCC;
		}
	
	h1 {
		font: 26px/36px Georgia, "Times New Roman", Times, serif;
		color: #FF9900;
		text-decoration: none;
		margin-top: 0px; margin-bottom: 0px;
		}

	.footer {
		font: 12px/18px Georgia, "Times New Roman", Times, serif;
		color: #CC7319;
		text-align: center;
		padding: 10px 0px 10px 0px;
		}

	td p { 
		margin: 0px; 
		padding:0px;
		}
		
	/* Coloca un borde blanco al rededor de las banderas */		
	.borderwhite {
		border:#FFFFFF solid 1px;
		margin-top: 4px;
		}				
		

/* Opcion de menú Lateral */
#menu-V { 
padding-top:20px;
padding-left:10px;
width: 90%; 
}

#menu-V ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#menu-V a
{
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px; color:#670101; font-weight:bold;
display: block;
padding: 0px;
padding-top:7px;
width: 100%;
}
#menu-V li{
height:36px;
background-image:url(images/bg-copinol.gif); 
background-repeat:no-repeat; 
background-position:center left;
list-style-image:url(../images/arrow.gif);
}

#menu-V a:link, #menu-V a:visited
{
color: #670101;
text-decoration: none;
}

#menu-V a:hover
{
/*
background-color: #B69957;
*/
color: #FF0000;
}

/* Opción de menú Arriba */
#menu-H ul
{
height:30px;
padding-right: 0;
margin-right: 0;
color: #010101;
float: right;
width: 100%;
}

#menu-H ul li { 
display: inline;
margin:2px;
}

#menu-H ul li a
{
background-color:#FFB431;
padding: 0.2em 1em;
color: #FFFFFF;
text-decoration: none;
float: left;
margin:1px;
}

#menu-H ul li a:hover
{
background-color:#E4B615;
color: #FFFF99;
}

/* Encabezado para los Bloques del Inicio */
.Block_Title{
	border-bottom: medium solid #661A02; height:30px;
}


/* For Related Blocks */
.lkbx div {
width:150px;
margin-top:15px;
font-size:11px
}
.lkbx div h5 {
font-weight:bold;
font-size:11px;
margin:0px;padding:6px 3px 4px 24px;
background:url(../images/relart.gif) no-repeat
}
.lkbx div p {
margin:0px;
padding:0px 0px 5px 0px;
border:#F0F0DD 1px solid
}
.lkbx div a {
display:block;
background:url(../images/pa.gif) 0px 5px no-repeat;
margin-left:3px;
padding:2px 2px 0px 12px
}
#oC .lkbx {
float:right;
clear:right
}
#btmLBs .lkbx div {
float:right;
clear:right;
width:425px
}
#btmLBs .lkbx h5 {
font-weight:bold;
padding:0px;
background:none
}
#btmLBs .lkbx p {
border:none
}

.titulo_secciones {
	color: #ff9900;
}
		