/* body */
body {
 	width: 760px;
	margin-left:auto;
	margin-right:auto;
}
/* estructuras */
.columnaizq {
	float: left;
}
.columnader {
	width: 200px;
	margin-top: 20px;
	float: right;
}
/* estilos globales */
strong {
	color: #666666;
	font-weight: bold;
}

/* encabezados  */
h1 {
	font-family: 'Trebuchet MS', Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	width: 400px;
	margin: 20px 0px 10px 25px;
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #F7F1BE;
}

/* cabecera, menú y copyleft */
.cabecera {
	width: 745px;
	background-image: url(graficos/logo-fondo.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.titulomenu {
	font-family: 'Trebuchet MS', Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 9px;
	width: 140px;
	height: 15px;
	background-color: #FFFFFF;
	padding-left: 8px;
	border-left-color: #999999;
	border-left-style: solid;
	border-right-color: #999999;
	border-right-style: solid;
}
.contenidomenu {
	font-family: 'Trebuchet MS', Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 15px;
}
.menuestilo {
	width: 150px;
	background-color: #F7F7F7;
	padding: 8px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: thin;
	margin-left: 5px;
	margin-bottom: 15px;
}

.nuevo {
	color: #FF0000;
	font-weight: bold;
}

.copyleft {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	text-decoration: none;
}
/* estilos de texto */
.texto {
	font-family: 'Trebuchet MS', Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 15px 25px;
	width: 440px;
	line-height: 18px;
}

/* enlaces */
a:link {
	color: #CA5042;
	font-weight: bold;
}
a:visited {
	color: #CA5042;
	font-weight: bold;
}
a:hover {
	color: #CA5042;
	font-weight: bold;
}
a:active {
	color: #CA5042;
}
a.menu:link {
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	text-decoration: none;
	font-weight: bold;
	color: #DB8980;
}
a.copy:link {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
a.copy:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
a.copy:hover {
	color: #999999;
	text-decoration: underline;
}
a.copy:active {
	color: #999999;
}
