* {
	padding: 0px;
	margin: 0px;
}

body {
	margin: 10px 0;
	min-width: 600px;
	color: #072235;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	background: #072235 url('media/background.gif') top left fixed;
}

.wrapper {
	display: block;
	background: #fff;
	width: 700px;
	margin: 0 auto;
	padding: 2.5% 2%;
	background: #FFFFFF;
}

.header {
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 100px;
	padding: 5px 0;
	margin: 0 auto;
	background: #1B5882 url('media/layout/dp-logo.png') no-repeat 0% 50%;
}

.header h1{
	padding-top: 20px;
}

.header .slogan {
	padding: 1px 10px;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.left {
	position: relative;
	//position: absolute;
	display: block;
	width: 180px;
	margin-top: 3%;
	float: left;
	background: #1B5882;
}

.nav {
	margin: 5px;
	margin-top: 10px;
	padding: 1% 5px;
}

.nav ul {
	padding: 0;
	list-style: none;
}

.nav ul li a {
	display: block;
	height: 40px;
	padding-left: 10%;
	color: #FFFFFF;
	line-height: 40px;
	font-size: .8em;
	text-decoration: none;
	margin: 2px auto;
	border: 1px solid #1B5882;
}

.nav ul li a.active, body#inicio .nav ul li a#menuhome, body#trabajos .nav ul li a#menutrabajos, body#cursos .nav ul li a#menucursos, body#cv .nav ul li a#menucv, body#contacto .nav ul li a#menucontacto {
	text-decoration: none;
	color: #1B5882;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.nav ul li a:hover {
	text-decoration: none;
	border: 1px solid #FFFFFF;
}

.nav ul li ul {
	padding-left: 18px;
	font-size: .6em;
}

.nav ul ul a {
	line-height: 30px;
	height: 30px;
}

.right {
	float: right;
	width: 460px;
	margin-right: 2.5%;
	margin-top: 2.5%;
}

.right h2 {
	border-bottom: 1px solid #1B5882;
	padding-bottom: 2%;
	margin-bottom: 10px;
}

.right p {
	padding: 2%;
	line-height: 20px;
}

.right  ul {
	padding: 2%;
	padding-left: 10%;
}

.right blockquote {
	padding: 0 2%;
	padding-left: 2%;
	margin: 2% 0 2% 2%;
	border-left: solid 10px #072235;
	background: 
}

.footer {
	color: #fff;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 19px;
	//padding-bottom: 0px;
	width: 100%;
	min-height: 20px;
	margin: 0px;
}

.footer a {
	color: #fff;
}


a {
	color: #072235;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

/* Propios */

p.imageinto {
	/*background-color:#9BB1BF;*/
	padding:0em;
	text-align:center;
}

p.prize{
	padding-left: 30px;
	background: #F8DB2E url('media/layout/popular.gif') 9px 50% no-repeat;
	font-size: 90%;
}

p.visit{
	padding-left: 30px;
	background: #ABE1FA url('media/layout/right-orange.gif') 9px 50% no-repeat;
	font-size: 90%;
}

.alignleft {
float:left;
}
.alignright {
float:right;
}

.boxleft{
float:left;
width: 48%;
margin-top: 10px;
}
.boxright {
float:right;
width: 48%;
}

.boxleft li a{
	text-decoration: none;
}

.boxleft h4{
	padding: .3em 0 .3em 30px;
}

.navigation {
margin-bottom:3em;
margin-top:0.3em;
font-size: 80%;
}
.center {
text-align:center;
}

.small{
font-size: 80%;
}


.gallery{
	margin:0; padding:0;
	overflow:hidden; /* Clears the floats */
	width:100%; /* IE and older Opera fix for clearing, they need a dimension */
	list-style:none;
}
.gallery li{
	float:left;
	display:inline; /* For IE so it doesn't double the 1% left margin */
	width:23.8%;
	margin:0 0 10px 1%; padding:10px 0;
	height:110px; /* Height of img (75) + 2 times 3px padding + 2 times 1px border = 83px */
	position:relative; /* This is the key */
}
.gallery a,
.gallery img{
	display:block;
	width:100%;
}

a img{ border:none; } /* A small fix */

.gallery a:link,
.gallery a:visited,
.gallery a:focus,
.gallery a:hover,
.gallery a:active{
	padding:2px;
	background:#1B5882;
	width:100px; height:100px;
	border:3px solid #1B5882; /* We blend the border with the bg, as if it isn't there */
	position:absolute; top:50%; left:50%; /* position it so that image's top left corner is in the center of the list item */
	margin:-54px 0 0 -54px; /* Pull the image into position with negative margins (margins value is half of the width of the image) */
}
.gallery a:hover{
	border-color:#ddd;
}

/* These are all optional, for decoration purpouses only */
.right ul.gallery{
	padding:10px 10px 10px 0;
	margin-top:10px;
}