/*/
///////////////////////////:::: Estructura General :::://///////////////////////////
*/
* {
  margin: 0;
  padding: 0;
}

html, body {
  height:97%; /* Required */
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	text-transform:lowercase;
}
#container {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}
html>body #container {
	height: auto;
}
#container-content {
  padding: 0 2em 40px 2em;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#logo {
	text-align:left;
	padding-top:40px;
	padding-bottom:20px;
}
#nav {
width:auto;
table-layout:fixed;
}
#nav div {
float:left;
width:12%;
}
a {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
/*/
///////////////////////////:::: PIE :::://///////////////////////////
*/
#pie {
  width: 97%;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 20px;
  clear:both;
}
/*/
///////////////////////////:::: Seccion CV :::://///////////////////////////
*/
#links {margin-top:60px; font-size:11px; font-weight:bold;}
#links a{text-decoration:none; color: #333333; font-size:11px; font-weight:bold;}
#links li{padding:5px; list-style:none;}
/*/
///////////////////////////:::: CV JOSE Y RICARDO :::://///////////////////////////
*/
#centro { position:relative; margin-top:60px;}
#columIzqCV {color:#999999; padding-bottom:25px; width:450px;}
#columIzqCV h1 {font:14px Arial, Helvetica, sans-serif; color:#666666; font-weight:bold;}
#fotoCV {position:absolute; left:470px;}
/*
/////////////////::: Seccion Contacto :::///////////////
*/
#contacto {
	margin-top:60px;
	font:11px Arial, Helvetica, sans-serif;
	color:#999999;
}
#contacto a{
	color:#000000;
}
#contacto a:hover{
	color:#000000;
	text-decoration:underline;
}
#contacto li{
	list-style:none;
}
/**** galeria dinamica ***/
#wrapper{
margin-top:60px;
width:100%;
}
#right{
width: 350px;
margin-top:60px;
}
.tab{
color: #333;
margin: 0 1px 1px 0;
text-align:left;
font-weight:bold;
}
.stretcher{
	font:11px Arial, Helvetica, sans-serif;
}
.stretcher a {
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
.stretcher a:hover {
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:underline;
}
.stretcher li{
	list-style:none;
}
h3 {
	color:#000000;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/**** muetra OBRAS ***/
#muestraOBRAS {
	margin-top:60px;
	font:11px Arial, Helvetica, sans-serif;
	color:#999999;
	width:350px;
}
#muestraOBRAS a{
	color:#000000;
	font:10px Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#muestraOBRAS a:hover{
	color:#000000;
	text-decoration:underline;
}
#muestraOBRAS ul li{
	list-style:none;
	font-weight:normal;
}
#muestraOBRAS h1 {
	font:11px Arial, Helvetica, sans-serif;
	color:#858585;
	font-weight:bold;
}
#muestraOBRAS h2 {
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
}
#muestraOBRAS h3 {
	font:10px Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight:normal;
}
#imgOBRAS {
	padding:5px;
}
#imgOBRAS img{
	padding:2px;
}
/* IMG DIV MUESTRA GRANDE */
#imgDIVGrande {
	float:right;
	margin-top:60px;
	/*margin-right:60px;*/
	width:650px;
}
.premio {
	color:#C00;
}
.premioObra {
color: #999999;
font-weight:bold;
}


