 /*
Hoja de estilos "OBRA" web adolfo garcia-ortega
v 1.0
28 diciembre 2007
*/
body {
background: url(../img/fondo_ie.jpg) repeat-y center top;
}

#principal {
float: left;
background: url(../img/fondo_autor.gif) no-repeat -10px -10px #fff;
margin: 0;
padding: 0;
}

#contentPrimera {
background-color: #fff;
float: right;
margin: 60px 15px 0 0px;
width: 445px;
padding:0;
}


/*
**
**SUBMENU DENTRO DE SECCIýN
**
*/

#submenucont {
height: 100%;
margin: 0 0 20px 0;
padding: 5px 0 5px 0;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
}


#submenucont ul {
list-style-type: none;
padding: 0;
margin: 0 0 5px 0; 
}

#submenucont p {
margin: 0;
font-weight: bold;
color: #000;
text-indent: 0;
line-height: 20px;
height: 1%;
}

#submenucont li{
line-height: 20px;
font-family: verdana,helvetica,arial,sans-serif;
font-size: 0.7em;
border-bottom: 0;
color: #000;
text-indent: 8px;
padding: 0px;
margin: 0;
height: 1%;
}

#submenucont li.aqui{
font-weight: bold;
color: #fa0;
text-indent: 10px;
background:  url(../img/submenu_hover.gif) no-repeat left -20px; 
border-top: 1px solid #fa0;
border-bottom: 1px solid #fa0;
height: 1%;
}

#submenucont li.ultimo {
border: 0;
text-indent: 8px;
padding: 0px 0 0px 0;
}
#submenucont  li.aquiultimo {
text-indent: 10px;
background:  url(../img/submenu_hover.gif) no-repeat left -20px; 
border-top: 1px solid #fa0;
border-bottom: 1px solid #fa0;
padding: 0px 0;
margin: 3px 0 30px 0;
}



#submenucont a:link , a:visited{
       display: block;
       background:  url(../img/submenu_hover.gif) no-repeat 10000px 0;
       text-decoration: none;
       color: #000;   
}

#submenucont a:hover, a:active{
background:  url(../img/submenu_hover.gif) no-repeat left 0;
text-decoration: none;
color: #000;   
}

/*
**
*******************
*******************
**
*/
h6 {
text-align: center;
margin: 1em 0 ;
color: #fa0;
}

p.contextos {
text-indent: 0;
padding: 0 5em;
font-style: italic;
}


#contentNoticias {
	background-color: #fff;
	float: right;
	margin: 60px 15px 0 0px;
	width: 445px;
	padding:0;
}
#contentNoticias a {
	text-decoration: underline;
}

