/*
	Roxana Herz
*/

/*  Basicos
----------------------------------------------------------------------------------------------------*/

body {
	background: #101010;
	color: #999999;
	font-family: Lucida Sans, Helvetica;
	font-size: 13px;
	font-weight: lighter;
	padding: 0px 0px 20px 0px;
	line-height: 1.7;
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	color: #FFFFFF;
	font-weight: bold;
}

em {
	color: #FFFFFF;
	font-style: italic;
}

h1 {
	font-size: 24px;
	line-height: 0;
	color: #333333;
	padding: 0px;
	margin: 40px 0px 0px 0px;
}

h2 {
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

h4 {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

/*  Header
----------------------------------------------------------------------------------------------------*/

#start {
	height: 280px;
	overflow: hidden;
	background: #000000;
}

#start h1 {
	margin: 200px 0px 0px 0px;
}

#start ul {
	margin: 200px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#start ul li {
	float: left;
	padding: 0px;
	list-style: none;
	display: inline;
	color: #999999;
	margin: 0px 5px 0px 0px;
	font-size: 14px;
}

.ui-accordion .ui-accordion-header a {
padding:0px;
}

/*  Header
----------------------------------------------------------------------------------------------------*/

#header {
	height: 80px;
	overflow: hidden;
	background: #000000;
}

#header .language {
	color: #333333;
	font-size: 11px;
	text-align: right;
	padding: 5px 0px 0px 0px;
}

#header .language a {
	color: #666666;
}

#header .language a.current {
	color: #333333;
}

#menu ul {
	margin: 19px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	float: left;
	padding: 0px;
	list-style: none;
	display: inline;
	color: #999999;
	margin: 0px;
	font-size: 14px;
}

#menu ul li a {
	color: #999999;
	margin: 0px 20px 0px 0px;
}

#menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li.last {
	margin: 0px 0px 0px 0px;
}

#menu ul li.active {
	color: #FFFFFF;
}

#menu ul li.active a {
	color: #FFFFFF;
}

/*  Content
----------------------------------------------------------------------------------------------------*/

#content {
	
}

#content .breadcumb {
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #282828;
	color: #333333;
	font-style: italic;
}

#content .breadcumb p {
	padding: 0px 0px 5px 5px;
	margin: 0px;
}

#content li {
	color: #666666;
}

#content li.active,
#content li.active a {
	font-style: italic;
	color: #FFFFFF;
}

/*  Forms
----------------------------------------------------------------------------------------------------*/

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

form div {
	margin: 0px 0px 5px 0px;
}

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

label {
	font-weight: normal;
	font-size: 14px;
	float: left;
	width: 80px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	clear: both;
}

input, 
textarea {
	font-family: Lucida Sans, Helvetica, Arial;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #999999;
	width: 300px;
	border: none;
	padding: 0px;
	background: url(../img/bg-form.jpg) bottom left repeat;
}

textarea {
	width: 300px;
	height: 136px;
	line-height: 1.9;
	background: url(../img/bg-form.jpg) top left repeat;
}

input:focus,
textarea:focus {
	color: #CCCCCC;
}

.send {
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	color: #CCCCCC;
	text-align: center;
	background: none;
	border: none;
	width: 300px;
	margin: 0px 0px 0px 90px;
	padding: 0px;
	cursor: pointer;
}

.send:hover {
	color: #FFFFFF;
}

/* Construcción
----------------------------------------------------*/

.construction {
	background-color: #000000;
	padding: 210px 0px 50px 0px;
	text-align: center;
}

/* Bienvenido
----------------------------------------------------*/

.welcome {
	background-color: #000000;
	padding: 210px 0px 50px 0px;
}

/* sIFR
----------------------------------------------------*/

.sIFR-active h3,
.sIFR-active #menu li {
	visibility: hidden;
}

.sIFR-active h3 {
	display: block;
}

.sIFR-active #menu li a{
	display: block;
}

/* Slideshow
----------------------------------------------------*/

#slideshow {
	position: relative;
}



