/*  
Author: FACO
Author URI: http://www.faco.cl
*/

* {
margin:0;
padding:0;
border:0;
text-decoration:none;
}

body{
margin:0;
padding:0;
border:0;
overflow:hidden;
height:100%; 
max-height:100%;
font:10px Georgia, "Times New Roman", Times, serif;
line-height:14px;
letter-spacing:0.025em;
background-color:#dcecee;
color:#000;
/*background-image:url(../images/linea_base.gif);*/
}

a { 
color:#040415; 
text-decoration:none;
border:none;
}

a:hover { 
color:#000; 
text-decoration:none;
border-bottom:1px dotted #7c8687;
}

a.taller {
font-weight:bold; 
color:#040415; 
text-decoration:none;
border:none;
}

a:hover.taller {
font-weight:bold; 
color:#000; 
text-decoration:none;
border-bottom:1px dotted #7c8687;
}

a:visited.taller {
font-weight:bold; 
color:#040415; 
text-decoration:line-through;
border:none;
}

a.autor {
font-style:normal;
color:#000; 
text-decoration:none;
border-bottom:1px dotted #7c8687;
}

a:hover.autor {
font-style:normal;
color:#1a1a33; 
text-decoration:none;
border:none;
}

img  {
padding-top:4px; 
padding-bottom:4px; 
}

a.imagen  {
border:none;
}

a:hover.imagen  { 
border:none;
}



p { 
padding-bottom:7px;
}


h1{ 
font:10px Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
line-height:14px;
padding-top:23px;
letter-spacing:0.1em;
border-bottom:1px dotted #3a3e4b;
margin-bottom:7px;
color:#040415;
}

h2{ 
font:10px Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
line-height:14px;
letter-spacing:0.075em;
padding-top:41px;
border-bottom:1px dotted #3a3e4b;
margin-bottom:7px;
color:#080829;
}

h3{ 
font:10px Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
line-height:14px;
letter-spacing:0.05em;
color:#707881;
}

ul{ 
margin-bottom:14px;
list-style:none;
}

/*LAYOUT*/

#izquierda{
position:absolute;
top:0;
bottom:0; 
left:0;
width:500px; /*Width of frame div*/
height:100%;
overflow:auto;
background-color:#dcecee;
background-image:url('../images/back.gif');
background-repeat:no-repeat;
color:#000;
}	
	
#derecha{
position:fixed;
top:0; 
left:500px;
right:0;
bottom:0;
overflow:auto; 
color:#000;
}

.contenido {
width:500px;
}

.contenidoizquierdo {
width:250px;
padding-right:50px;
float:left;
}

.contenidoderecho {
width:200px;
float:left;
}

.pie {
clear:both;
width:500px;
}

* html body{ /*IE6 hack*/
padding: 0 0 0 500px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #derecha{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
