/*
 Template de ejemplo
*/

* { 
padding: 0;
margin: 0;
}

body {
background : #101115;
font-size: 62.5%;
font-family: Verdana, Arial, Sans-Serif;
color: #333;
}
#contenedora {
background-image:url(../images/fondo.jpg);
margin: 0 auto;
width: 971px;
height:862px;
}
#contenedor { 
margin: 0 auto;
width: 766px;
}

#header {
width: 766px;
margin:auto;
}
#cabecera {
width: 766px;
height:233px;
margin:auto;
}
#botonera {
width: 766px;
height:32px;
margin:auto;
}

#navegacion {
float: left;
width: 766px;
padding: 10px;
margin: 0px 0px 5px 0px;
}

#izquierda { 
width: 150px;
height:570px;
background-color:#ded8ca;
float: left;
}

#contenido { 
float: left;
background-color:#FFF;
width: 466px;
height:570px;
overflow:auto;
}

#derecha { 
width: 150px;
height:570px;
background-color:#ded8ca;
float: left;
}
#pa-aus { 
width: 766px;
height:163px;
float: left;
}
#footer { 
width: 766px;
clear: both;
}

/* Color
--------------------------------------------------------- */

#header a {
font-size:1.8em;
margin-left:230px;
}

a{
text-decoration:none;
}

#azul a{
color:#3B6EA5;
}

#azul #header a {
color:#3B6EA5;
}

#verde a{
color:#59AC03;
}

#verde #header a {
color:#59AC03;
}

#rojo a{
color:#b29360;
}

#rojo #header a {
color:#FF3131;
}

/* Elementos
--------------------------------------------------------- */

a:hover {
color: #147;
text-decoration: underline;
}

a img{
border:0px;
}

h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited{
text-decoration: none;
}

/* Modulos
--------------------------------------------------------- */

#izquierda .moduletable_menu{
text-align:right;
margin-bottom:15px;
}

#derecha .moduletable_menu, #derecha .moduletable{
text-align:left;
margin-bottom:15px;
}

#izquierda .moduletable_menu li{
margin:3px 0 0;
padding:0;
list-style-image:none;
list-style-type:none;
}

#izquierda .moduletable_menu li:before{
content: "\00BB \0020";
}

.moduletable_menu h3, .moduletable h3, .moduletable_text h3{
margin:5px 0 0;
padding:0;
text-transform:uppercase;
}

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

.contentheading {
font-size:1.4em;
margin:0;
color:#333333;
font-weight:bold;
}

.contentheading:hover {
color:#333333;
}

.componentheading{
font-size:1.4em;
margin:0;
color:#777777;
font-weight:bold;
padding-left:10px;
}

.contentpaneopen{
font-size:10px;
text-align:left;
padding: 10px 10px 0px 10px;
}

.contentpaneopen img{
padding: 5px 10px;
}

.readon{
font-size:0.8em;
text-align:left;
}

.contenttoc, .pagenavcounter{
margin-bottom:10px;
}



small , .createdate, .modifydate{
font-family:Arial,Helvetica,Sans-Serif;
font-size:0.9em;
line-height:1.5em;
color:#777777;
padding-bottom:10px;
}

.banneritem_text, .bannerfooter_text{
padding:5px;
}

/* Menu superior
--------------------------------------------------------- */

#navegacion #mainlevel-nav{
list-style:none; 
position:relative;
padding:0px; 
float:left;
padding-left:100px;
}

#navegacion #mainlevel-nav li {
float:left;
height:20px; 
}

#navegacion #mainlevel-nav li a {
float:left; 
text-decoration:none;
margin:0px;
padding-right:10px;
}

#navegacion #mainlevel-nav li a:hover {
text-decoration:underline;
}

#navegacion #mainlevel-nav li a:before{
content: "\00BB \0020";
}
