html, body {
/*height:100%;*/
width:100%;
}

body {
margin:0;
background:#fc0;
 scrollbar-face-color: #ffffee;
 scrollbar-shadow-color: #FFcc00;
 scrollbar-highlight-color: #FFcc00;
 scrollbar-3dlight-color: #dddddd;
 scrollbar-darkshadow-color: #666666;
 scrollbar-track-color: #ffffff;
 scrollbar-arrow-color: #FFcc00;
}

/* Estilos para la tabla de contenido */

#tcontenido {
width:768px;
/*height:100%;*/
background:white;
border-left:1px solid #E8B900;
border-right:1px solid #E8B900;
}

#cabecera {
width:768px;
height:104px;
}

#pie {
width:768px;
height:92px;
}

#tcentral {
width:768px;
height:100%;
}

#tdmenu {
width:196px;
padding-left:10px;
padding-top:5px;
vertical-align:top;
}


#tdcontenido {
width:572px;
vertical-align:top;
padding:20px;
padding-top:20px;
font:11px arial;
color:#666;
letter-spacing:1px;
text-align:justify;
}

#tdcontenidoletra {
vertical-align:top;
padding:1px;
padding-top:1px;
font:11px arial;
color:#666;
letter-spacing:1px;

}

#tdcontenido a {
text-decoration:none;
border-bottom:1px dotted gainsboro;
color:#666;
}

#tdcontenido a:hover {
color:black;
background-color:whitesmoke;
}

#tdcontenido img {
margin:5px;
border:1px solid #ccc;
}

#tdcontenido2 {
vertical-align:top;
padding-top:5px;
font:11px arial;
color:#666;
letter-spacing:1px;
text-align:justify;
}

#tdcontenido2 a {
text-decoration:none;
border-bottom:1px dotted gainsboro;
color:#666;
}

#tdcontenido2 a:hover {
color:black;
background-color:whitesmoke;
}
/* Fondos contenido */
.fcontacto {
background-repeat:no-repeat;
background-position:right top;
}

.ftampografia {
background-image:url(../images/f_tampografia.jpg);
background-repeat:no-repeat;
background-position:right top;
}

.fcatalogo {
background-image:url(../images/fondo_catalogo.jpg);
background-repeat:no-repeat;
background-position:right bottom;
}

.fregalo {
background-image:url(../images/f_regalo.jpg);
background-repeat:no-repeat;
background-position:right top;
}

.ftextil {
background-image:url(../images/f_textil.jpg);
background-repeat:no-repeat;
background-position:right top;
}

.frotulacion {
background-image:url(../images/f_rotulacion.jpg);
background-repeat:no-repeat;
background-position:right top;
}

.fdiseno {
background-image:url(../images/f_diseno.jpg);
background-repeat:no-repeat;
background-position:right top;
}

#menu {
width:100%;
}
/*
.menusinmarcar {
text-align:center;
background:#fc0;
border:1px outset #fc0;
font:bold 10px arial;
color:black;
padding-top:3px;
padding-bottom:3px;
}*/

#menu a {
font:bold 12px courier;
color:black;
text-decoration:none;
}

#menu a:hover {
font:bold 12px courier;
color:gold;
background-color:#000000;
}
/*
.menumarcado {
background-color:black;
color:#fc0;
padding-top:3px;
padding-bottom:3px;
border:1px outset gainsboro;
font: bold 7px courier;
text-align:center;
}
.menumarcado2 {
background-color:black;
color:#fc0;
padding-top:3px;
padding-bottom:3px;
border:1px outset gainsboro;
font: bold 5px courier;
text-align:center;
}*/


/* Estilos texto */
h1 {
font:bold 20px arial;
color:#fc0;
}

.letra {
	color:#666;
	letter-spacing:1px;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}
.cajasletra {
	font:11px arial;
	color:#666;
	letter-spacing:1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #666666;

}
.links {
	font:11px arial;
	color:#666;
	letter-spacing:1px;
	text-decoration: none;

}
.links:hover {
	font:11px arial;
	color:#ff0000;
	letter-spacing:1px;
	text-decoration: none;

}

