body{
	background-color: White;
	font-size: 70%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}
a{
	color: #c00;
}
a img{
	border: 0;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}

#web{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

#trabajos{
	width: 506px;
	float: left;
}
#otros-datos{
	width: 200px;
	float: right;
	margin-top: 15px;
}
#otros-datos h2{
	margin: 20px 0 4px 0;
}
#otros-datos ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#otros-datos li{
	margin-bottom: 4px;
}

.trabajo{
	margin: 25px 0 30px 0;
	padding-bottom: 40px;
	border-bottom: 1px solid #DCDDDE;
}
.trabajo p{
	line-height: 140%;
}
.trabajo p.enlace{
	margin-top: 15px;
	font-weight: bold;
}
.trabajo p.enlace a{
	color: #c00;
	padding: 3px;
	font-weight: normal;
}
.trabajo p.enlace a:hover{
	background-color: #c00;
	color: White;
	text-decoration: none;
}
.trabajo img{
	margin: 15px 0;
	padding: 3px;
	border: 1px solid #DCDDDE;
	
}
p.fecha{
	display: none;
}
p.categorias{
	font-size: 90%;
}
p.categorias a{
	color: #696969;
}
p.subir{
	text-align: right;
	margin-top: 15px;
}
p.subir a{
	background-image: url(images/subir.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	padding-left: 21px;
	text-decoration: none;
	font-weight: bold;
	color: #c00;
}
p.subir a:hover{
	color: #c00;
}

.paginas{
	margin-bottom: 50px;
}
