body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
  background: #f5f5f5 url("../images/bgd.gif") 50% 0;
}

a, a:visited {
	color: #666;
	text-decoration: none;
}

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

table { 
	margin: 10px auto;
	border: solid 1px gray;
	font-size: 12px;
}

td {
	text-align: center;	
	border-bottom: solid 1px gray;
}

th {
	color: #444;
	font-weight: bold;
	border-bottom: solid 1px gray;
}

p {
	margin-left: 20px;
}


h2 {
	border-bottom: solid 1px #637a99;
	color: #637a99;
	margin-left: 20px;
	font-weight: normal;
}

h3{
	color: gray;
	margin: 20px;
	border-bottom: dotted 1px gray;
}

h4 {
	font-variant: small-caps;
	color: #bbb;
	margin-left: 20px;
	margin-bottom: 0px;
	clear: both;
	
}

.noborder {
	text-align: center;	
	border-bottom: 0px;
}


#body{
	width: 800px;
	margin: 10px auto;	
}

#cabecera{
	text-align: right;
	height: 60px;
	background: url(../images/cabecera.jpg) no-repeat;
	border-bottom: dotted 1px #637a99;
}

#cabecera h1 {
	color: #666;
	display: none;
}

#header h1 {
	display: none;
}

#menu {
	width: 150px;
	float: left;
}

#menu ul {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

#contenidos {
	width: 630px;
	border-left: dotted 1px #637a99;
	float: left;
	padding-bottom: 20px;
}

#datos {}

#curriculum {
	clear: both;
}

#documentacion{}

#enlaces{}

#publicacions{}

#validacion{
	padding-top: 10px;
	font-size: 11px;
	width: 800px;
	clear: both;
	border-top: dotted 1px #637a99;
}

.resaltado{
	font-weight: bold;
}

#publicacions li {
  margin-top: 10px;
  text-align: justify;
}


dl {
	float: left;
	margin-left: 20px;
}

dl dt{
	float: left;
	width: 150px;
	text-align: right;
	color: #333;
	font-weight: bold;
	padding-right: 20px;
	clear: right;
}

dl dd {
	padding-left: 100px;
	margin-bottom: 10px;
	clear: right;
}

dl.details dd {
	padding-left: 130px;
        width: 250px;
	margin-bottom: 10px;
	clear: right;
}

.foto {
	float: left;
	margin-left: 20px;
}

