div.yui-b p {
	margin: 0 0 .5em 0;
	color: #999;
}

div.yui-b p strong {
	font-weight: bold;
	color: #000;
}

div.yui-b p em {
	color: #000;
}            

h1 {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: .25em .5em;
	background-color: #ccc;
}

#mainMenu {
	position: static;
}

/*
	For IE 6: trigger "haslayout" for the anchor elements in the root Menu by 
	setting the "zoom" property to 1.  This ensures that the selected state of 
	MenuItems doesn't get dropped when the user mouses off of the text node of 
	the anchor element that represents a MenuItem's text label.
*/
#mainMenu .yuimenuitemlabel {
	_zoom: 1;
}

#mainMenu .yuimenu .yuimenuitemlabel {
	_zoom: normal;
}

/********************************************************/
/* para que el color de fondo se extienda más allá del body */
html {
	background-color: #D0C6BD;
}

.yui-t2 {
	/*height:750px;*/
	background: url(./img/fonfopantalla2.jpg) no-repeat;
	
}

/************* cabecera ********************/
/* capa de cabecera */
div #hd {
	margin:0 auto;
	width:980px;
	/*overflow: hidden;*/
}

/* imagenes de cabecera */
.hdimg { 
	position: relative;
	height:163px;
}

/* Logotipo */
.logotipo {
	position:absolute;
	float: left;
	top:0px; 
	left:0px; 
	height:163px; 
	width:180px; 
}

/* Imagen titulo */
.titulo {
	position: absolute;
	float: left;
	top:47px; 
	left:224px; 
}

/************* menu ********************/
/* Menu Body layout */
.yui-skin-sam .yuimenu .bd {
	background-color: #CCCCFF;
	z-index:14; 
}

/* Menu item selected */
.yui-skin-sam .yuimenuitem-selected {
	background-color: #6699FF;
}

div #bd .yui-b {
	z-index:10; 
}

div #bd #yui-main {
	z-index:15; 
}

.yuimenu {
	z-index:0; 
}

.yui-skin-sam .yuimenuitem {
/*
	For IE: Used to collapse superfluous white space between <li> elements
	that is triggered by the "display" property of the <a> elements being
	set to "block."
	Preceding * is interpreted by IE.
*/
	*border-bottom: solid 0px #f6f7ee;
}

/* Items menu */
.yui-skin-sam .bd .yuimenuitemlabel{
	font-size:123.1%;
	font-family:verdana;
}

/************* capa datos *******************/
.yui-b #datos {
	
}
.yui-b #informacion {
	scroll: no;
	
	/* no hace bien el zoom en IE
	width:750px;
	*/
	height: 400px;
	overflow: auto;
	z-index:24; 
	border:1px;
	padding: 20px;
}

/******************** pie ********************/
#ft p {
	font-size:123.1%;
	font-family:verdana;
}
/****************** overlay de fotos ***********/
#photoDivId { 
	border:1px  solid black;
	background-color: #FFFFFF;
	padding:5px;
	margin:10px; 
}
#photoDivId  .ft { 
	padding:5px; 
	position: relative;
} 

#ftLeft {
	float: left;
	color: blue;
}
#ftRight {
	float: right;
	color: blue;
}
A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: red;}

.transparente {
width: 100%;
background: transparent;
filter: alpha(opacity= 01);
-moz-opacity: .01;

}

.opaco {
width: 100%;
background: transparent;
filter: alpha(opacity= 99);
-moz-opacity: .99;

}