/********** generales **********/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;	
}
html, body, #contenedor {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	border: none;
}
#contenedor {
	width: 950px;
	margin: 0 auto 0 10px;
}
img {
	border: none;
}
a {
	text-decoration: none;
}


/********** header **********/
.header {
	float: left;
	margin-top: 5px;
}
.header .nav {
	color: #333333;
	text-align: right;
}
.header a {
	color: #c4c4c4;
}
.header a:hover {
	color: #686868;
}
.header img {

}


/***** sidebar *****/
.sidebar {
	float: left;
	clear: left;
}
.sidebar li {
	list-style: none;
	margin: 0px;
	height: 26px;
	width: 300px;
	overflow: hidden;
}
.sidebar a {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
}
.sidebar a:hover {
	color: #555;
}
.sidebar a.selected {
	font-weight: bold;
}
.sidebar a.par {
	font-style: italic;
}


/********** content **********/
.content {
	clear: both;
}

/***** gallery *****/
.gallery {	
	float: right;
	text-align: left;
	width: 550px;
	margin-top: 5px;
}
.gallery .thumb {
	margin: 0 0 0 0;
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
}
.gallery .first {
	width: 256px;
}
.gallery .first .thumb {
	margin-top: 0px;
}
.gallery .last {
	clear: both;
	width: 256px;
}

/***** image *****/
.image {
	float: right;
	padding-top: 7px;
	height: 590px;
	width: 950px;
	text-align: center;
	border-left: 1px solid #FFF;
	clear: both;
}


/********** footer **********/
.footer {
	color: #313131;
	clear: both;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
.footer-cont {
	width: 850px;
	padding-top: 5px;
	margin: 5px 0 10px 0;
}
.footer .contact {
	margin-top: 7px;
}
.footer a {
	color: #313131;
}
.footer a:hover {
	color: #000;
}
.footer .copyright, .copyright a {
	color: #c4c4c4;
	margin-bottom: 10px;
}

/********** Otros **********/
.left {
	float: left;
}
.right {
	float: right;
	padding-right: 5px;
}


p#caption {
	float: right;
	font-size: 12px;
	margin: 15px 0 5px 0;
	clear: right;
	padding: 15px 0 5px 0;
}