body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #050505;
	height: 600px;
	background-image: url(fondo2.jpg);

}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 145%;
 color: #CC9933;
}

h2{
 font-size: 120%;
 color: #CC9933;
}

h3{
 font-size: 120%;
 color: #CCCCCC;
}

h4{
 font-size: 100%;
 font-weight: bold;
 color: #CCCCCC;
}

h5{
 font-size: 90%;
 color: #CCCCCC;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
p {
	font-size: 140%;
	color: #AAAAAA;
	text-decoration: none;
}

label{
	font: bold 100% Arial,sans-serif;
	color: #334d55;

}
.Estilo3 {color: #CCCC99}

a {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #CC9900;
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#encabezado{
	margin: 0;
	width: 770px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #CCCCCC;
	height: 100px;
	left: 500px;
	top: 0px;
	background-image: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
}

#content{
	float:left;
	width: 577px;
	margin: 0;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0;
	height: 857px;
	background-image: none;
	position: absolute;
	top: 165px;
	left: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;



}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #CCCCCC;
	left: 20px;
	position: absolute;
	top: 20px;
	letter-spacing: 3px;
	word-spacing: 0em;
	width: 725px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#navegacion{
	color: #CC9900;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	top: 80px;
	position: absolute;
	left: 363px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	color: #CCCCCC;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	width: 577px;


}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	position: absolute;
	width: 140px;
	left: 620px;
	top: 130px;
	background-color: #272727;
	background-image: none;
	height: 600;
}

#search form{
	margin: 0px;
	padding: 0px;

}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;

}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************** #advert styles **************/

#advert{
	font-size: 80%;
	position: absolute;
	top: 194px;
	width: 146px;
	left: 618px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	border-top-style: none;
	border-top-color: #cccccc;
	bottom: 600px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 560px;
}

#advert img{
	display: block;
	background-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	left: 635px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#encabezado img {
	position: absolute;
	left: 2px;
	top: 2px;
}
#idiomas {
	margin: 0px;
	color: #999999;
	left: 570px;
	position: absolute;
	top: 30px;
	width: 180px;
	padding: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	visibility: visible;
}
.menos {
	font-size: 98%;
	font-weight: normal;
}
#work_index {
	height: 400px;
	width: 100px;
	float: left;
	padding-top: 20px;
}
#work_content {
	float: right;
	width: 430px;
	padding-top: 35px;
}
#work_index a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9933;
	width: 70px;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#gallery_chi {
	left: 0px;
	top: 125px;
	position: absolute;
	width: 191px;
	height: 700px;
}
#gallery_big {
	left: 191px;
	position: absolute;
	top: 125px;
	width: 575px;
	height: 600px;
	background-color: #2A2A2A;
}
.color {
	color: #CC9933;
}
#idiomas a {
	margin: 0px;
	color: #CCCCCC;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
