﻿#logo-sekano-triops{
    display: block;
    margin: auto;
    background:url(../img/struct/logo-sekano-triops.jpg);
    height: 100px; 
	width: 770px;
	padding:0px;
}
body {
    background-color: #FFFFFF;
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, Verdana;
	text-align: center;
}
table {
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica;
	margin: 5px 0px 0px 5px;
		text-align: justify;
}
.artitable td a:hover{ 
   display: block; 
   color: black; 
   background-color:orange;
}
#borde{
   width:780px;
   height:auto;
   padding:20px;
   border-top:2px solid #AF6F00;
   border-left:2px solid #AF6F00;
   border-right:4px solid #AF6F00;
   border-bottom:4px solid #AF6F00;
   margin:25px auto;
   background-color : orange;
   text-align:center;
   overflow:no;
   clear:left;
}
.caja{
    float:center;
    width:700px;
	padding:10px;
	border:1px solid orange;
	margin:5px 0px 5px 0px;
 	text-align:left;
	overflow:auto;
    height:200px;
    clear:left;
 	}
.caja p {
    text-align:left;
 	}
#header { 
   width: 770px; 
   height:30px;
   margin-top:10px; 
   float: middle;
}
#header a{ 
   display: block; 
   float: left;
   margin:0px;
   padding:5px 10px 5px 10px; 
   color: black; 
   text-decoration: none; 
   font-size: 11px; 
   font-weight:bold; 
   line-height:25px;
}
#header a:hover { 
   color:#000000; 
   background-color:white; 
   text-decoration:none; 
}

#header .actual {background-color:white; color:navy; }

#container{
    padding:5px 10px 5px 20px; 
	text-align: left;
	width: 750px;
	margin: auto;
	height:475px;
	overflow:auto;
	background-color : #FFFFFF;
    border:0px solid #AF6F00;
}
#content{
    float:left;
	width:700px;
	height:auto;
	margin:0px;
	padding: 0px 0px 0px 10px;
	background-color : #ffffff;
}

.verde {border:2px solid green;}

#menu h2{
	color:#000000;
	font-size:12px;
	border-bottom: 2px solid orange;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 8px 0px;
	font-weight : bold;
	letter-spacing : 2px;
}
#menu{
    float:right;
	width: 140px;
	height: auto;
	border: none;
	text-align: center;
	font-size:12px;
	font-weight:bold;
	margin:30px 0px 30px 10px;
	background-color: #FFFFFF;
}
#menu ul {
	margin:0px;
	padding:0px;
	background-color: #F5F5F5;
	height:auto;
}
#menu li {
    list-style-type: none;
	border:none;
}
#menu a:link{
	width: 140px;
	color: blue;
	display: block;
	padding: 10px 0px 10px 0px;
}
#menu a:hover {
    color:#FFFFFF;
	background-color: blue;
}

p.gris {background-color:F5F5F5;}
			
p {
	text-align: justify;
	line-height: 18px;
	margin: 10px;
	text-indent: 20px;
}
a, a:active, a:focus, a:link, a:visited {
	color: #3366CC;
	text-decoration: none;
	font-weight : bold;
}
a:hover {
	color:orange;

}
	
/* ---- IMG="CLASS="LEFT" --- IMAGES -----------------*/

img.left {
   float:left; 
   margin:0 15px 0 0;
}
img.right {
   float:right; 
   margin:0 0 0 15px;
}
img.center {
   float:none; 
   display: block; 
   margin:10px auto;
}

#content h1{
	color:#000000;
	font-size:14px;
	padding: 6px 3px 6px 8px;
	margin: 0px 0px 8px 0px;
	font-weight : bold;
	letter-spacing : 2px;
	border-bottom:2px solid orange;
}
#content h2{
	color:#000000;
	font-size:12px;
	padding:2px 3px 2px 8px;
	margin:12px 0px 6px 0px;
	font-weight:bold;
	letter-spacing :2px;
	border-bottom: 1px solid orange;
}
h3{
	color:#000000;
	font-size:12px;
	padding: 3px 3px 3px 3px;
	font-weight : bold;
	letter-spacing : 2px;
}

#footer{
    float:middle;
	clear: both;
	width:770px;
	color:#000000;
	padding:15px 5px 5px 10px; 
	font-weight : bold;
	font-size: 12px; 
}
#footer a{color:white;}
#footer a:hover{color:navy;}

#bloque{
	width: auto;
	margin: 5px 5px 35px 5px;
	padding: 1px 1px 1px 1px;
	border : 1px solid #000000;
}
ul {
	list-style-image: url(../img/icos/arrow.gif);	
	line-height: 22px;
}
ul li{
	text-align: justify;
	padding-bottom: 10px;
	margin-left: 15px;
}

#texto li {list-style-type:none;}

#texto ul.anuncio li 
{list-style-image:url(../icos/anuncio.png);}

#texto ul.archivo li 
{list-style-image:url(../icos/archivo.png);}

#texto ul.fecha li 
{list-style-image:url(../icos/fecha.png);}

.green{
	color: #19650A;
}
.orange{
	color:#FF6600;
}
.naranja{
    padding-bottom:4px;
	border-bottom:1px solid orange;
}