body {
	background-image: url(imagenes/fondo_4.gif);
	background-repeat: no-repeat;
}
#raiz {
	width: 698px;
	margin: 0 auto;
	
}
.borde {
	background-image: url(imagenes/palote_v.gif);
	background-repeat:  repeat-y;
}
#contenido {
	text-align: left;
}
#estructuramenu {

}
#textofotos a {
	color: #F03500;
	text-decoration: none;
	line-height: 12px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#textofotos a:hover {
	color: #F03500;
	text-decoration: none;
	border-bottom-color: #F03500;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	line-height: 12px;
}
.palotesup {
	width: 28px;
	height: 12px;
	background-image: url(imagenes/palote_v.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
.paloteh {
	width: 28px;
	height: 12px;
	background-image: url(imagenes/palote_v.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
}
.bordedcha {
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #999999;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	font-size: 14;
}
.bordeinferior {
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
}
#menu {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-left: 6px;
	margin-bottom: 10px;
}
#menu a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#menu a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#cabecera {
	text-align: right;
	width: 698px;
}
h1 {
	font-family: Tahoma;
	font-size: 28px;
	color: #F03500;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 6px;
	margin-top: 4px;
}
p {
	width: 610px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 14px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #858585;
	text-align: left;
}
.p_title {
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
}

table_index {
	font-size: 12px;
}
.table_index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}








/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/


/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 1em;
	color: #666666;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FC6;
	color: #000;
	font-family: Tahoma;
	font-weight: bold;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
}


}

