/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #504e53;
	background-color: #FFFFFF;
	margin: 0px;
}

#wrapper {
	width: 900px;
	margin: auto;
}

/* tools */

.oculta {
	display: none;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	display: block;
}
#contentInner a{

	
}



/*************************************
				CABECERA
*************************************/

#topContact {
	height: 23px;
	font-size: 10px;
	color: #6cb9bd;
	line-height: 23px;
}
#topContact A{
	color: #6cb9bd;
	text-decoration: none;
}
#topContact A:hover{
	color: #504e53;
}
#topContact UL{
	list-style: none;
	margin: 0 20px;
	padding: 0;
}
#topContact LI{
	display: inline;
	margin: 0;
	padding: 0 5px;
	border-left: 1px solid;
}
#topContact LI.first {
	border-left:none;
}
#tools {
	float: right;
}
#idiomas {
	float: right;
	color: #f1a519;
}
#idiomas A{
	color: #f1a519;
}
#fastContact {
}



/*************************************
				FLASH
*************************************/

#topFlash {
	height: 98px;
	margin-bottom: 16px;
}



/*************************************
				CUERPO
*************************************/

#contentWrapper {
	border: #6cb9bd solid 1px;
	border-left: #6cb9bd solid 16px;
	padding: 32px 0 0 0;
}

/* menu de navegacion */

#navColumn {
	float: left;
	width: 235px;
	overflow: visible;
	min-height: 300px;
}

#menuNav {
	margin: 11px 0 20px 95px;
	padding: 0;
	list-style: none;
	border-bottom: #6cb9bd solid 1px;
}
#menuNav LI{
	margin: 0;
	padding: 0;
	line-height: 20px;
	border-top: #6cb9bd solid 1px;
	font-weight: bold;
}
#menuNav UL{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menuNav UL LI{
	padding: 0 0 0 10px;
	font-weight: normal;
}
#menuNav A{
	color:  #6cb9bd;
	text-decoration: none;
}
#menuNav A.select{
	color:  #f1a519;
	text-decoration: none;
}
#menuNav A:hover{
	color:  #f1a519;
}

/* contenido */

#contentOuter {
	margin: 3px 0 0 270px;
}
#contentOuter H1{
	margin: 0 0 0 45px;
	padding: 0 0 0 0;
	font-size: 18px;
	color: #6cb9bd;
	line-height: 36px;
}
#contentInner {
	margin: 0 0 0 45px;
	width: 470px;
	padding: 20px 0 20px 0;
	min-height: 300px;
}
#contentInner P{
	margin: 0 0 10px 0;
	padding: 0;
	text-align: justify;
	line-height: 20px;
}
a.link{
	color:#000000;
	text-decoration: underline;
	font-weight: normal;
}
a.link:hover{
	color:  #f1a519;
}


/*************************************
				FOOTER
*************************************/

#pie {
	height: 23px;
	font-size: 10px;
	color: #6cb9bd;
	line-height: 23px;
}
#pie #credits{
	float: right;
	color: #504e53;
	margin: 0;
}
#pie A{
	color: #6cb9bd;
	text-decoration: none;
}
#pie A:hover{
	color: #504e53;
}
#pie UL{
	list-style: none;
	margin: 0 20px;
	padding: 0;
}
#pie LI{
	display: inline;
	margin: 0;
	padding: 0 5px;
	border-left: 1px solid;
}
#pie LI.first {
	border-left:none;
}



/*************************************
			MAPA WEB
*************************************/


#mapaweb LI UL{
	margin: 0 10px;
	padding: 0;
}

#mapaweb .contact A {
	color: #a0a0a0;
}



/*************************************
		ELEMENTOS COMUNES
*************************************/

/* LOGO BCN WS */
.logo_bcn {
	font-weight: bold;
	color: #f1a519;
}
.logo_ws {
	font-weight: bold;
	color: #6cb9bd;
}

/* MOSTRAR/OCULTAR CONTENIDO */

.expanded {
	visibility: visible;
	display: block;
	
	border: 1px solid #6cb9bd;
	border-left-width: 5px;
}
.collapsed {
	visibility: hidden;
	display: none;
}

/* TAGS GENERALES */
#contentInner H2 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 14px;
	color: #6cb9bd;
	line-height: 30px;
}
#contentInner A.verde{
	font-weight: bold;
	color: #6cb9bd;
	text-decoration: none;
	}
#contentInner A{
	color:#a0a0a0;
	text-decoration: none;
	font-weight: bolder;
}
#contentInner A:hover{
	color: #f1a519;
}
#contentInner STRONG{
	color: #303030;
}

#contentInner UL {
	margin: 10px 0 0 0;
	padding: 5px 10px;
	list-style: none;
}
#contentInner LI {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 20px;
	background: url(../images/ol3.gif) no-repeat 0px 6px;
}

/* FORMULARIO */
#formContact {
 	margin: 20px 0 0 0;
}
#formContact CAPTION{
	display: none;
}
#formContact TD{
	padding: 4px 0;
}
#formContact TD.label{
	background: url(../images/ol3.gif) no-repeat -2px 12px;
	padding: 8px 0 0 10px;
}

#formContact INPUT{
	width: 250px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	color: #999999;
	font-size: 11px;
}
#formContact SELECT{
	width: 100px;
	color: #999999;
	font-size: 11px;
}
#formContact TEXTAREA{
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	height:55px;
	border: 1px solid #CCCCCC;
	color: #999999;
	font-size: 11px;
}

#formContact INPUT.boton{
	width: 150px;
	border: none;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}
#formContact INPUT.boton:hover{
	color: #FFFFFF;
}