/* CSS Document */
body{
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#general{
	width:100%;
	height:100%;
	text-align:center;
}
#header{
background-image:url(../img/header.jpg);
width:850px;
height:157px;
text-align:left;
}
*:first-child+html #content{padding-left:0px;} * html #content{padding-left:0px;}
#content{
background-repeat:repeat-y;
background-image:url(../img/fondo_home.gif);
width:850px;
height:auto;
min-height:280px;
display:table;
padding-left:42px;
}
*:first-child+html #menu{margin-left:0px;} * html #menu{margin-left:0px;}
#menu{
text-align:center;
margin-left:-85px;
}

#destacados-home{
width:750px;
padding-left:8px;
padding-top:8px;
padding-bottom:10px;
text-align:left;
font-size:10px;
color:#b04827;
margin-left:0px;
}
#destacados-home a{
color:#b04827;
text-decoration:none;
}

#destacado-general{
background-image:url(../img/destacado-general.jpg);
width:374px;
height:117px;
float:left;
}
#texto-principal{
padding:10px;
width:270px;
font-size:12px;
}

#destacado1{
background-image:url(../img/destacado1.jpg);
width:364px;
height:107px;
float:right;
margin-right:5px;
cursor:pointer;
}

#destacado2{
background-image:url(../img/destacado2.jpg);
width:364px;
height:107px;
float:right;
margin-top:10px;
margin-right:5px;
cursor:pointer;
}

#destacado3{
background-image:url(../img/destacado3.jpg);
width:365px;
height:108px;
float:left;
cursor:pointer;
}

#textos-dest1y3{
padding-top:51px;
padding-left:10px;
width:138px;
}
#textos-dest2{
padding-top:51px;
padding-left:190px;
width:138px;
}

#contenido-template{
width:758px;
text-align:left;
padding-top:2px;
padding-left:5px;
}

#barra-lateral-izq{
width:137px;
float:left;
}

#barra-lateral-izq p{
background-color:#b04827;
font-size:10px;
font-weight:bold;
color:#FFFFFF;
margin-top:3px;
margin-bottom:3px;
height:21px;
padding-left:20px;
text-indent:-10px;
padding-bottom:2px;
}

#barra-lateral-izq p a{
color:#FFFFFF;
text-decoration:none;
}
#barra-lateral-izq p a:hover{
text-decoration:underline;
}

#imagen-lateral{
background-image:url(../img/imagenlateral1.jpg);
width:137px;
height:184px;
margin-top:3px;
}

/*
#columna-color-lateral{
	background-color:#b6957c;
	width:137px;
	margin-top:3px;
	margin-bottom:3px;
}
*/

#barra-lateral-der{
width:604px;
float:right;
background-color:#eee1cf;
margin:3px;
padding:3px;
font-size:10px;
line-height: 14px;
}

#borde-contenido-seccion{
border:1px solid #999999;
padding:8px;
height:auto;
display:table;
min-height:345px;
}
#borde-contenido-seccion a{
color:#000000;
font-weight:bold;
text-decoration:none;
}
#borde-contenido-seccion a:hover{
text-decoration:underline;
}

#titulo-seccion{
text-align:right;
margin:8px
}

#footer{
background-image:url(../img/fondo_footer.gif);
background-repeat:no-repeat;
width:850px;
height:30px;
padding-top:8px;
font-size:9px;
text-align:center;
}

#footer a{
	text-decoration:none;
color:#000000;
}

#footer a:hover{
	text-decoration:underline;
}

#tabla-workshop{
background-color:#DDDDDD;
border:1px solid #000000;
}
#tabla-workshop td{
text-align:center;
border:1px solid #AAAAAA;
}
.tabla-oscuro{
background-color:#AAAAAA;
}