/* GENERAL STYLES */
/* Rich text editor styling start */
#holderBody {
	background: #fff;
}

#holder {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
}

/* Rich text editor styling end */

body,html {
	margin:0;
	padding:0;
	background-color: #EFEFF6;
	font-family: 'Arial', 'lucida sans', lucida, verdana;
	font-size:12px;
	text-align: center;
	color:#000000;
  	SCROLLBAR-FACE-COLOR: #DBDBDB;
  	SCROLLBAR-HIGHLIGHT-COLOR: #DBDBDB;
  	SCROLLBAR-SHADOW-COLOR: #DBDBDB;
  	SCROLLBAR-3DLIGHT-COLOR: #E9E9E9;
  	SCROLLBAR-ARROW-COLOR: #003366;
  	SCROLLBAR-TRACK-COLOR: #EFEFEF;
  	SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC

	}

/* HEADERS */
h2 {
	font-size:30px;
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
}

/* NEWS*/
.newsDate {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 90%;
}
.newsResume {
	margin: 0 0 10px 0;
	padding: 0;
}

#newsBox {
	width: 200px;
	float: right;
	padding: 10px;
	margin: 5px;
	border: 1px dotted #ddd;
}

#newsBox .newsDate {
	border-top: 1px solid #ddd;
}

/* header */
#header {
width: 775px;
height: 103px;
border-bottom:1px #333366 solid;
padding: 0;
display: block;
}

/* Navigation */

#secondLevelNavigation {
    float: left;
    list-style:none;
    width: 110px;
    padding:0;
    margin: 0;  
    border-top: 1px solid #ddd;
}

#secondLevelNavigation li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

#secondLevelNavigation li .selected {
	font-weight: bold;
}

#secondLevelNavigation a {
    padding: 10px 0;
    text-decoration: none;
    display: block;
}

#secondLevelNavigation a:hover {
    background-color: #eee;
}

#naviHolder{
    float: left;
    padding:0;
    width:775px;
    height: 30px;
    margin: 0;    
}

#naviList {
    list-style:none;
    margin: 0;    
    padding: 0;
}

#naviList li {
    float:left;
    width: 100px;
    border-left:#ddd9cc solid 1px;
    border-right:#888477 solid 1px;
}

#naviList .selected {
	font-weight: bold;
}

#naviList a{
    padding: 8px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    display: block;
}

#naviList a:hover{
    color:#ddd9cc;
}
/* Pull */
#nav ul, #nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
    padding: 8px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    display: block;
}

#nav .current {
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color: white;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.5em 0;
}

#nav li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
    border-left:#ddd9cc solid 1px;
    border-right:#888477 solid 1px;
}


li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;

	font-weight: normal;
	background: url(wizard/pullBackground.png);
	padding: 2em 0;
	border-bottom: 1px solid #888477;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

/* BREADCRUM */
#umbBreadcrum {
    list-style:none;
    padding: 0;
    margin: 0;
    color: #aaa;
    font-size: smaller;
}

#umbBreadcrum li {
    float:left;
    margin: 0 0 0 0;  
    padding: 0;
}

/* BOXES */
a {
    color:blue;
    text-decoration:underline;
}
a:hover
{
    color:#999999;
    text-decoration:none;
}
a.pie {
    color:#000000;
    text-decoration:underline;
}
a.pie:hover
{
    color:#999999;
    text-decoration:underline;
}
a.pie:visited
{
    color:#000000;
    text-decoration:underline;
}
a.pie:visited:hover
{
    color:#999999;
    text-decoration:underline;
}

a.lectura:link, a.lectura:visited {

  color            : #0075AF;
  font-family      : Arial, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  background       : url(/media/2287/read.gif);
  background-repeat: no-repeat;
  white-space      : normal;
  font-weight      : bold;
  border           : 1px solid #999999;
  padding-bottom   : 3px;
  padding-left     : 21px;
  padding-right    : 2px;
  padding-top      : 1px;
  float            : left;
  line-height      : 10px;
  text-decoration  : none; 
  
}
a.lectura:hover {
  color            : #C0C0C0;
  font-family      : Arial, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  background       : url(/media/2287/read.gif);
  background-repeat: no-repeat;
  white-space      : normal;
  font-weight      : bold;
  border           : 1px solid #999999;
  padding-bottom   : 3px;
  padding-left     : 21px;
  padding-right    : 2px;
  padding-top      : 1px;
  float            : left;
  line-height      : 10px;
  text-decoration  : none; 
}

a.lktitulo:link, a.lktitulo:visited {

  font-family      : Arial, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  font-weight      : bold;
  text-decoration  : underline; 
  
}
a.lktitulo:hover {
  color            : #C0C0C0;
  font-family      : Arial, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  font-weight      : bold;
  text-decoration  : none; 
}


#textContent {
	width: 600px;
	border-left: 1px solid #ddd;
	float: right;
	padding-left: 10px;
	min-height: 280px;
	_height: 280px;
}

#bottomInfo {
	border-left: 2px;
	border-top: 1px solid #ccc;
	color: #aaa;
	font-size: smaller;
 	font-weight: normal;
}

#container {
	margin: 10px auto;
	width: 782px;
        background: #fff;
}

#main {
	width:782px;
	margin:0;
	padding:0;
	text-align:left;
}

#bottom {
	clear: both;
	border-top: 1px solid #333366;
	width:765px;
	margin:5px 0;
	padding:5px 0;
	text-align:center;
	font-size: x-small;
}

#content {
	float: left;
	padding-top:15px;
	padding-left:17px;
	padding-right:25px;
	padding-bottom:15px;
}

#contenidoFoto {
	float: center;
	padding-top:15px;
	padding-left:17px;
	padding-right:25px;
	padding-bottom:15px;
}



#main {

	background-image:url(wizard/background_top.gif);
}
#bottomShadow {
	background-image:url(wizard/background_bottom.gif);
}

#pg1 {
	text-decoration:none;
	font-size:10px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
#tagcloud {
	background-color: #F4F4F4;									
	width: 180px;
	border: 1px solid #BFBFBF;
	padding: 10px;
	text-align: center;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
#tagcloud a {
	text-decoration:none;
}
#tagcloud a:hover {
	text-decoration:none;
	background-color:#B3B3B3;
	color:#FFFFFF;
}
#pg1-1 {
	color:#AA3406;
	font-size: 16px;
}
#pg1-2 {
	font-size: 14px;
	color:#070089;
}
#pg1-3 {
	font-size: 12px;
	color:#BF2470;
}
#pg1-4 {
	font-size: 10px;
	color:#333333;
}
#pg1-5 {
	font-size: 8px;
	color:#FF3300;
}

#libros {
	background-color: #F4F4F4;									
	width: 486px;
	border: 1px solid #BFBFBF;
	padding: 5px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
}
#libros a {
	text-decoration:none;
}
#libros a:hover {
	text-decoration:none;
	background-color:#B3B3B3;
	color:#FFFFFF;
}
div.separador1 {
    background: url(/media/3405/linea_horizontal.jpg) repeat-x;
    margin: 10px 0px 10px 0px;
    height: 10px;
}
.TituloColumna
{
font-family: Arial, Verdana, sans-serif;
font-size:13px;
margin: 1px 0;
padding: 0;
font-weight: bold;
text-decoration: none;
color:#993333;
}



/* EDITOR PROPERTIES */
h1 {
	font-size:20px;
	font-weight: bold;
}

h3 {
	font-size:12px;
	font-weight: bold;
}


