* { margin: 0; padding: 0; outline: 0;}

body {
	background-color:#EFF3FF;
	color:#333333;
	font-family:Trebuchet MS, Arial, Tahoma, sans-serif;
    font-size:12px;
}

#contenedor {
	width:80%;
	border:5px solid #DFDFDF;
    margin:0 auto; /*centrar*/
}

#header {
    height:100px;
	background: #FFF;
	color: #000;
	padding:10px;
}

#header h1{
	margin:5px;
	font-size:xx-large;
    font-family:Trebuchet MS, Arial, Tahoma, sans-serif;
	float:left;
    color: #000;
}

#header div#logo img{
	margin:0;
	float:right;
	border:none;
}

#menu {	
	background-color: #FF6600;
	font: bold 16px/40px "Trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 40px;
	border-top :1px solid #FFFFFF ;
	border-bottom : 1px solid #FFFFFF ;	
}

#menu ul {
	float: left;
	list-style: none;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	padding: 0 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	border-right: 1px solid #ff841e ;
}

#menu ul li a:hover {
	color: #202020;	
}

#menu ul li ul{
	display:none;
	position:relative;
	top:40px;
	right:100px;
	z-index:19;
}

#menu ul li:hover ul{
	display:block;
}

#menu ul li ul li a {
	background-color:#36C;
	border-right: 1px solid #fff;
}

#menu3{
	margin:0 auto;
	background-color:#36C;
	width:140px;
	position:absolute;
	top:160px;
	left:350px;
	visibility:hidden;
}


li.seleccionada a{
	background-color:#39F;
} 

#main {
	float:left;
	width:70%;
	padding: 20px; 
	background-color:#FFF;
	min-height:350px;
}

#main div{
	margin-top:5px;	
}

#main img {
	padding:0;
/*	margin:20px 10px 10px 10px;*/
	border:0px solid #DFDFDF;
}

#main ul {
	margin-left:20px;	
}

#main li {
	text-indent:8px;
	padding:5px;
}

#main li ul{
	margin-left:20px;
}

#lateral {
	float: right;
	width: 25%;
	font-family:Trebuchet MS, sans-serif;
    font-size:12px;
    background-color:#FFF;
}

#lateral .foto{
	width:80%;
	text-align:center;
	padding-top:10px;
	margin:0 auto;
}

#pie {
	color: #FFFFFF;
	background-color: #000;
	clear: both;
	text-align: center;	
	font-size: 10px;	
}

#pie p { 
	padding: 10px 0;
}

#pie a {
	color: #FFFFFF;
	text-decoration: none; 
}

p{
	margin:6px;
}

h1 {
	font-family:Trebuchet MS;
	font-size:20px;	
	color:#909090;
	letter-spacing:3px;
	margin-bottom:8px;
	padding:8px;
	border-bottom:#999 solid 1px;
}


h2 {
	font-family:Trebuchet MS;
	font-size:16px;	
	color:#909090;
	letter-spacing:2px;
	margin-bottom:6px;
}

h3 {
	font-family:Trebuchet MS;
	font-size:14px;	
	color:#909090;
	margin-bottom:4px;
}

a, a:visited {
	color:#FD7719;
	text-decoration:none;
}

a:hover {
	color:#909090;
	text-decoration:underline;
}

table {
	border:2px solid #999;
	width:100%;
	table-layout:fixed;
}

th {
	padding:10px;
	background-color:#CCC;
	color:#03F;
}

td {
	border:	1px solid #999;
	padding:5px;
}

tbody tr:hover{
	background-color:#EBEBEB;
	cursor:pointer;
	text-transform:uppercase;
}

dl{
	margin:20px 10px 20px;
}

dt{
	font-family:Trebuchet MS;
	font-size:16px;	
	color:#909090;
	letter-spacing:2px;	
}

dd{
	font-family:Trebuchet MS;
	font-size:12px;	
	letter-spacing:2px;
	font-style:italic;
}

.clear { clear: both; }


/************FICHAS*******************/
div.ficha{
	width:100%;
	min-height:100px;
	border:#CCC dashed 1px;
	text-align:center;
}

div.ficha:hover{
	background-color:#FFC;
}

/************HOME ********************/

dl#home dt{
	background:url(../img/ok.jpg) no-repeat center left;
	margin-top:40px;
}

dl#home dt strong{
	display:block;
	margin-left:35px;
	height:40px;
}

dl#home dd{
	margin-left:35px;
}

/******************FORMULARIOS**************************/
form{
	margin:20px;	
}

label{
	width:20%;
	float:left;
	clear:left;
}

input,textarea{
	width:70%;
	margin-bottom:20px;
	float:left;
	border:1px solid #CCC;
}

input:focus,textarea:focus{
	background-color:#FFC;
}

#boton{
	width:20%;
	float:right;
}

/***********from SCI2s**********/
img.iconPdfPub {
    margin:0px 0px 0px 0px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

a img.iconPdfPub {
    margin:0px 0px 0px 0px;
    border: 1px solid #eeeeee;
    padding: 1px;
}

a img.iconPdfPub:hover {
    border: 1px solid #aaaaaa;
}

.idPub {
    font-size: 0.75em;
}

.authPub {
    font-weight: bold;
}

.titPub {
    font-style: italic;
}

.sourcePub {
    color: #777777;
}

.inPress {
    font-weight: bold;
}

