html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: #000;
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 12px; 
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */



#first_container
{
	margin: 0 auto 0 auto;
	display: table;
	height: 100%;
	position: relative;
	overflow: hidden;
	width: 800px;
}

#second_container
{

  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{

  position: relative; 
  top: -280px; 
  width: 800px;
}



/* === Menu === */


#menuheader{
  height: 92px;
  background: url(/images/bgheader.png) #4c0101;
}
#menu
{
  height: 32px;
  padding-right: 2px;
  padding-top:60px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
  font-weight: bold;
    background:  url(/images/bgmenu.png)  #4c0101;

}

#menu a:link, #menu a:visited
{
  color: #F09308; 
  background-image: url('images/taba3.jpg');
}

#menu a:hover, #menu a:active
{
  background-image: url('images/taba2.jpg');
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/taba.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}



/* === Language menu === */



#submenu
{
  float: left;
  height: 31px;
  width: 300px;
  padding-left: 10px;
  margin: 0;
  list-style: none;   

}

#submenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: #F09308; 
  background-color: #4c0101;
}

#submenu a:hover, #submenu a:active
{
  background-image: url('images/tabb2.jpg');
  color: #ffffff; 
}

#submenuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/tabb.jpg');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}



/* === Other Divs === */
 


.border

{
	border: 1px solid #3B0101;
	background-color: #ffffff;
	padding: 15px 15px 15px 380px;
	height: 420px;
	background-image: url(images/P2133581.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
}

.title
{ 
  position: absolute;
  margin-left: 0;
  margin-top: -92px; 
  width: 400px;
  height: 92px;
 /* background-image: url(images/logo.gif);*/
}
.title img{border:none;}



.content
{
  height: 400px;
  overflow: auto;
  padding: 7px;
}
.content h3
{
	color: #643939;
	font-size: 100%;
	background-image: url("images/gradient-ocre-bottom.png");
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 0.2em;
	padding-left: 20px;
	padding-right: 20px;
}
.content .descripcion
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 32px;
	background: url("images/gradient-ocre-top.png") no-repeat bottom left;
}

.designinfo
{
  margin-top: 5px;
  text-align: right;
  color:#F09308;
  background-color: inherit;
}
.designinfo a{color:#F09308}
.designinfo a:hover{color:#FFFFFF}


/* === Inline Text Styles === */



h1
{
	margin: 10px 0 -40px -2px;
	padding: 0 10px 40px 9px;
	font-size: 16px;
	color: #666666;
	background-color: inherit;
	border-left: 5px solid #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}
dt
{
	margin: 10px 0 -40px -2px;
	padding: 0 10px 40px 9px;
	font-size: 16px;
	color: #666666;
	background-color: inherit;
	/*rder-left: 5px solid #666666;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
	display: block;
	margin: 5px 5px 20px 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.text a
{
  color: #666F53;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}
img.portafolio{
	text-decoration:none;
	border:0;
}
