* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #333;
  font: 100% "Times New Roman", Times, serif;
  font-style:italic;
  text-align: center;
  background:url(../images/Wood-Thunk.jpg) repeat left top;
}

h1{
	margin-top:10px;
	color: #333;
	font-weight:bold;
	font-size:190%;
}
h2{
	color: #333;
	font-size:160%;
}
h3{
	color: #333;
	font-size:120%;
	text-decoration:underline;
	margin-bottom:5px;
}

p {
  margin: 0;
  line-height: 1.5em;
}

a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: underline overline;
}

li{
	list-style:none;
}
img{
	border:0;
}
#container-page {
  margin: 0 auto;
  width: 950px;
  background: url(../images/fondo_cont.png) repeat-y 0 0;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}
#container-head {
	display:block;
  background: url(../images/arriba2.png) repeat-x top left;
  width:100%;
  height:100px;
}

#head {
	display:block;
	width:950px;
	
}
#menu_superior{
	width:100%;
	text-align:right;
	font-size:90%;
	float:left;
	display:block;
}
#info{
	width:48%;
	float:right;
	text-align:right;
	display:block;
	margin-right:3px;
	margin-right:20px;
}
#info img{
	vertical-align: text-bottom;
}
#info li{
	float:right;
	padding:3px;
}
#menu_superior li a{
	color: #333;
	text-decoration:none;
	margin-left:10px;
}
.imprimir{
	margin:0;min-height:16px;padding:2px 2px 2px 20px;background: transparent  url('../images/print2.gif') no-repeat 0px 0px;
}
.contectar{
	margin:0;min-height:16px;padding:2px 2px 2px 20px;background: transparent url('../images/contact2.gif') no-repeat 0px 0px;
}
.imprimir:hover{
	margin:0;min-height:16px;padding:2px 2px 2px 20px;background: transparent  url('../images/print2.gif') no-repeat 0px 0px;
}
.contectar:hover{
	margin:0;min-height:16px;padding:2px 2px 2px 20px;background: transparent url('../images/contact2.gif') no-repeat 0px 0px;
}
#menu_superior li a:hover{
	color:#716d65;
	text-decoration: underline;
}
#cabecera {
	float:left;
	text-align:left;
	display:block;
	height:110px;
	width:950px;
}
.titulo1{
	font-weight:bold;
	font-size:180%;
}
#logo{
	padding: 0px 30px 0px 30px;
	float:left;
}
#container-content {
  padding: 0;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
	width: 850px;
	margin-left:50px;
	float:left;
}


.fragmento{
	display:block;
	background:#FFF;
	width:800px;
	padding:10px 20px 15px 30px;
	margin-left:1px;
	font-size:110%;
	font-family: "Times New Roman", Times, serif;
}
.fragmento ul li{
	margin:0;min-height:16px;padding:0px 2px 2px 20px;background: transparent  url('../images/hoja.gif') no-repeat 2px 1px;
}
.ing{
	margin:0;min-height:16px;padding:0px 2px 2px 20px;background: transparent  url('../images/icono_ingles.gif') no-repeat 2px 3px;
}
.esp{
	margin:0;min-height:16px;padding:0px 2px 2px 20px;background: transparent  url('../images/icono_espanol.gif') no-repeat 2px 3px;
}
.fragmento_top{
	display:block;
	width:100%;
	background: url(../images/arriba_cont.gif) no-repeat 0 0;
	height:12px;
	font-size:9px;
	color:#FFF;
}
.fragmento_bot{
	display:block;
	background: url(../images/abajo_cont.gif) no-repeat 0 0;
	height:12px;
}

#content-sec {
	width: 890px;
	margin-left:35px;
	float: left;
	height:250px;
	overflow:auto;
}
#content-sec ul li {
	list-style: none none;
	width: 145px;
	display:block;
	display: block;
	float:left;
	text-align:center;
	margin-bottom:0px;
	height:110px;
	vertical-align:middle;
	padding-top:15px;
}
#content-sec ul li.gran {
	padding-top:0px;
}
.der_cont{
	float:left; 
	margin-right:20px;
}
#container-foot {
	width: 100%;
	background: url(../images/abajo2.png) bottom;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 30px;
	font-size:70%;
}

#foot {
  padding: 0 3em;
  line-height: 30px;
}
#foot ul li{
	float: right;
}

.tabla1{
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom:10px;
	margin-top:10px;
	text-align:left;
	font-size:90%;
	padding:0;
	margin:0;
}
.tabla1 td{
	border-bottom: 1px solid #ccc;
}
.tabla1 th{
	padding:0px;
	background:#ccc;
	color:#333;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-left:3px;
	text-align:left;
	vertical-align:top;
	font-size:110%;
}
.tabla1 td{
	padding:5px;
	border-left: 1px solid #ccc;
	text-align:left;
	vertical-align:top;
}
.tabla1 li{
	list-style:none;
	margin-left:5px;
}


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0 auto;
    padding: 0 0 0 12px;
	text-align:center;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
	text-align:center;
	margin:0 auto;
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 3px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(../images/tab2.gif) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #999;
    font-size: 103%;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */  
	border-bottom:1px solid #6f6f6f;
}
.tabs-nav .tabs-selected a {
    color: #7c211e;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
	border-bottom:1px solid #6f6f6f;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}

.tabs-nav a:hover{
	background-position: 100% -150px;
	text-decoration: none;
}
.tabs-nav .tabs-selected a{
	border-bottom:1px solid #fff;
	color:#000;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 25px; /* IE 6 treats height as min-height */
    min-height: 25px;
    padding-top: 2px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
	color:#333;
	font-size:100%;
}
.tabs-nav a:hover span{
	color:#716d65;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    /*opacity: .4;*/
}
.tabs-container {
	/*border-top:1px solid #630;*/
	border-top: 1px solid #6f6f6f;
    padding: 0px;
	font-size:100%;
	line-height:21px;
}
.boton{
	border:1px solid #ea7809;
	background:#fff;
	font-size:85%;
	color:#333;
	font-weight:bold;
	cursor:pointer;
}
.preField{
	display:block;
	float:left;
	width:100px;
	text-align:right;
	margin-right:3px;
	font-size:90%;
}

input, textarea {
	background-color: #F3F3F3;
	margin:2px 5px 0 0;
	border-width: 0px 2px 2px 0px;
	border-style: solid solid solid solid;
	border-color:#ccc;
	color:#000;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	padding:1px 2px;
	font-size:90%;
}
input[type='text'] {		
}
.error{
	border:#333 2px solid;
}
#autor{
	display:none;
}
.oculto{
	visibility:hidden;
	display:none;
}
#pestans .menu_principal{
	width:100%;
	display:block;
	margin: 0 auto;
	text-align:center;
	margin-left:70px;
}