
body {
    background-color : #f2f2f2;
    color : #868b8d;
    font-family : Verdana,Helvetica,sans-serif;
    font-size : x-small;
    margin : 0;
    padding : 0;
    text-align : center;
  }

h1
{
	margin:0;
}

img
{
	border:0;
}

.titulo {
    font-size : large;
    font-weight : bold;
    text-align : center;
  }

.subtitulo
{
	text-align:center;
	font-weight:bold;
}

.subtitulo2
{
	text-decoration:underline;
}

.apendice
{
	padding-left:20px;
}

a:link {
    background-color:inherit;
    color:#000000;
    text-decoration:none;
  }

a:visited {
    background-color:inherit;
    color:#000000;
    text-decoration:none;
  }


a:hover {
    background-color:inherit;
    color:#000000;
    text-decoration:underline;
  }


a:active {
    background-color:inherit;
    color:#000000;
    text-decoration:underline;
  }


#global {
    margin: 0 auto;
    width:80%;
    border:1px solid #b0bbbe;
    height:100%;
    background:#FFFFFF;
    color:inherit;
  }


#cabecera {
    background:url('fondo_top.gif') repeat-x;
    width:100%;
    height:119px;
    text-align:left;
    vertical-align:top;
  }


#pie
{
    background:url('pie.gif') repeat-x;
    height:47px;
    vertical-align:middle;

    margin-top:-47px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    width:80%;
  }


#cuerpo {
    background:#FFFFFF;
    width:100%;
    color:inherit;
  }


.etiqueta {
    border:1px solid #b0bbbe;
    background:#e5e5e5;
    color:#868b8d;
    padding:10px;
    text-align:justify;
    margin: 0 10px;
  }


.etiqueta2 {
    border:1px solid #b0bbbe;
    background:#f2f2f2;
    padding:10px;
    text-align:justify;
    margin: 0 10px;
	color:inherit;    
  }


#idioma {
    display:block;
    border-top:1px solid #b0bbbe;
    border-bottom:1px solid #b0bbbe;
    border-left:1px solid #b0bbbe;
    border-right:0;
    background:#f2f2f2;
    color:#b0bbbe;
    text-align:justify;
    height:20px;
    padding:5px;
    margin-top:20px;
    float:right;
  }


.lic_img {
    border:0;
    cursor:pointer;
  }


.contenido_lic {
    visibility:hidden;
    height:0px;
    text-align:justify;
    overflow:hidden;
  }
