@font-face {
	font-family: "Baskerville";
	src: url(http://www.thenewfactory.net/nueva/font/baskerville.ttf) format("truetype");
}

* {
	margin: 0;
	padding: 0;
	text-decoration:none;
	color:#929e9a;
    outline:0; 
}  

html {
	height:100%;
}

body {
	background:#dbeee8 url(../img/bg_repeat.jpg) repeat-x top;
	/*font-family: "Baskerville", Georgia, "Times New Roman", Times, serif;*/
	font-family: "Baskerville";
	font-size:14px;
	border:0;
}

h3 {
	font-size:14px;
}

#header {
	height:315px;
	
}

#wrap {
	padding-top:45px;
	width:680px;
	margin: 0 auto;
}

.left {
	padding-top:140px;
	float:left;
}

.right {
	float:right;
}

.cv {
	display:inline;
	font-size:14px;
	background:url(../img/fondo_listado_indice.jpg) no-repeat left top;	
	width:320px;
	height:41px;
	padding:12px 200px 40px 10px;
}

.cv a{
	background:url(../img/tip_lista.jpg) no-repeat left bottom;	
	height: 11px;
	background-position: 0 3px; 
}

.cv a:hover{
	background-position: 0 -11px; 
}

#content #trabajos {
	width:664px;
}

#content #trabajos ul li {
	list-style:none;
	padding:0px;
	margin:0px;
}

#content #trabajos ul .descripcion{
	background-color:#dbeee8;
	font-weight:bold;
	margin-bottom:30px;
}

#content #trabajos ul .trabajos{
	margin-bottom:10px;
	margin-top:10px;
	padding:5px;
	background-color:#FFFFFF;
}

#content #trabajos ul li p{
	/*background-color:#dbeee8;*/
	margin-bottom:10px;
	display:inline;
}

#content #trabajos ul li p .izda{
	float:left;
}
#content #trabajos ul li p .dcha{
	float:right;
}
#content #trabajos ul li p img{
	width:641px;
}

#footer {
	display:inline;
	bottom:0;
	padding:10px 10px 0px 10px;
	height:30px;
	width:680px;
	color:#000033;
	background-color:#dbeee8;
	position:fixed;
	z-index:1;
}

#footer a, #footer p {
	display:inline;
}

#footer p {
	float:right;
	margin-right:20px;
}


#footer ul li{
	float:left;
	display:inline;
	padding-right:20px;
}

#footer ul li a{
	background:url(../img/tip_lista.jpg) no-repeat left bottom;	
	height: 11px;
	background-position: 0 3px; 
}

#footer ul li a:hover{
	background-position: 0 -11px; 
}

