/* Generales ---------------------------------------------------------------------------*/

body {
	margin: 0;
	background: #FFFFFF url(../images/back2.jpg) repeat-x fixed;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
}
a {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 14pt;
	color: #993300;
	line-height: 20px;
}
h3 {
	font-size: 13pt;
	text-align: left;
}
h4 {
	font-size: 12pt;
	text-align: left;
	color:#000000;
}
h5 {
	font-size: 10pt;
	text-align: left;
	font-weight:bold;
	color:#993300;
}
img {
	border: 0px;
}
p {
	text-align: left;
}

li {
	text-align: left;
}

/* Contenido ---------------------------------------------------------------------------*/

div#main {
	background-color: #FFFFFF;
	width: 760px;
	margin: 20px 0 20px 0;
	border: 1px solid #993300;
}
div#content {
	width: 760px;
}
td#vertical {
	width: 93px;
	vertical-align: top;
	background-color: #999999;
}

/* Menú y toolbar ----------------------------------------------------------------*/

table.menu {
	background: #993300 url(../images/backMenu2.gif);
	color: #CCCCCC;
	text-align: center;
	height: 24px;
}
table.menu a {
	color: #CCCCCC;
	margin: 0 2px 0 2px;
}
table.menu a:hover {
	color: #FFFFFF;
}

div#toolbar {
	width: 70px;
}

div#toolbar a {
	height: 18px;
	width: 22px;
	display: block;
	float: left;
	margin: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#toolbar a:hover {
	background-position: 0 -18px; 
}

a#home { background-image: url(../images/toolHome2.gif); }
a#contact { background-image: url(../images/toolContact2.gif); }
a#map { background-image: url(../images/toolMap2.gif); }

/* Galeria de imagenes ----------------------------------------------------------------*/

table.galeria td{
	border:1px solid #999999;
	text-align:left;
}
table.galeria td img{
	margin:2px 12px 2px 0;
}

.textAgenda{
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
}
.titMuestra{
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #993300;
}

table.prensa td{
	text-align:left;
}
table.prensa td img{
	margin:2px 12px 2px 0;
}

