

/* ******************************************************************** */

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
background: #000;
background-image: url(./img/textura.jpg);
font-family: Century Gothic,Tahoma,Verdana,Arial;
font-size: 10pt;
color: white;
scrollbar-base-color: #000000;
scrollbar-arrow-color: #22628D;
scrollbar-track-color: #202020;
scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: 202020;
scrollbar-highlight-color: 202020;
scrollbar-3dlight-color: black;
}

#framecontentLeft{
position: absolute; 
top: 10px; 
left: 10px; 
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
font-weight: bold;
}

#submenu{
padding-left: 40px;
font-style: italic;
display: block;
margin-bottom: 1.5em;
}


#framecontentTop{
position: absolute; 
top: 10px; 
left: 10px; /*Set left value to WidthOfLeftFrameDiv*/
right: 10px;
height: 56px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #22628D;
background-image: url(./img/texturatop.jpg);
background-repeat: repeat-y;
}

#framecontentBottom{
position: absolute; 
top: auto; 
left: 210px; /*Set left value to WidthOfLeftFrameDiv*/
bottom: 10px;
right: 10px;
height: 70px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
margin-top: 5px;
}

#maincontent{
position: fixed; 
top: 66px; /*Set top value to HeightOfTopFrameDiv*/
left: 210px; /*Set left value to WidthOfLeftFrameDiv*/
right: 10px;
bottom: 70px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto;
/*border-left: 1px dotted #22628D;*/
border: 1px dotted #0D3C5A;
}

.innertube{
margin: 2px; /*Margins for inner DIV inside each DIV (to provide padding)*/
text-align: right;
}

.innertubeleft{
margin-top: 100px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-left: 15px;
}

.innertubebottom{
margin-top: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-left: 50px;
}

.innertubemain{
margin-top: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
text-align: center;
}

.bionews{
text-align: justify;
}

* html body{ /*IE6 hack*/
padding: 50px 10px 150px 210px; /*Set value to (HeightOfTopFrameDiv 'left' HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}



/* ******************************************************************** */


/* Anchor tags */

a{	
color : #ffffff;
font-size: 10pt;	
font-weight: bold;
text-decoration: none;
line-height: 1.5em;
}

a:hover{
font-weight: bold;
color : #959595;
}


#music{	
color : #888888;
font-size: 7pt;	
font-weight: none;
text-decoration: none;
text-align: center;
line-height: 1em;
}


#maintext{
padding-top: 2em;
padding-left: 5em;
padding-bottom: 2em;
padding-right: 2em;
line-height: 2em;
font-size: 12pt;
text-align: left;
}

#biotext{
padding-top: 2em;
padding-left: 5em;
padding-bottom: 2em;
padding-right: 2em;
line-height: 1.5em;
font-size: 10pt;
text-align: left;
}




/* IMG styles
----------------------------------------*/
img {
	border: 0;
	width: auto;
}


/* Table styles
----------------------------------------*/
table {
	/*border-bottom: 1px solid #C0C0C0;*/
	/*border-right: 1px solid #C0C0C0;*/
	border-collapse: collapse;
	/*border-spacing: 5px;*/
	empty-cells: show;
}


table th {
	font-weight: bold;
	color: white;
	line-height: 1.5em;
	font-family: Century Gothic,Tahoma,Verdana,Arial;
	font-size: 11px;
	padding: 4px 5px 4px 5px;
	background-color: #264C65;
	background-image: url(./img/texturatop.jpg);
}


table td {
	color: #ffffff;
	font-family: Century Gothic,Tahoma,Verdana,Arial;
	font-size: 11px;
	padding: 5px;
	line-height: 1.2em;
	text-align: center;
}


table.bio td {
	color: #ffffff;
	font-family: Century Gothic,Tahoma,Verdana,Arial;
	font-size: 12px;
	padding: 5px;
	line-height: 1.2em;
	text-align: left;
	vertical-align: top;
}




/* Representantes
----------------------------------------*/
#bcn, #trn, #ams, #par, #pol, #mad{
display: block;
position: absolute;
top: 25%;
left: 25%;
width: 300px;
height: 175px;;
background: gray;
filter: alpha(opacity=95); -moz-opacity: .95; opacity: .95;
overflow: hidden;
visibility: hidden;
color: #ffffff;
font-size: 11px;
padding-top: 25px;
padding-left: 25px;
}



/* Filtros de imagen
----------------------------------------*/
img.blurred {
filter:blur(add=true, direction=200, strength=10);
}

/* default opacity for IE */
img {
	filter:alpha(opacity=100);
}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
}



/* Form styles
----------------------------------------*/
form {
	text-align: right;
}

form.normal {
	text-align: left;
}

input.normal {
	color: #000000;
	background-color: #ffffff;
}

select, select option {
	font-weight: normal;
	color: #000000;
	line-height: 1.3em;
	font-size: 11px;
	padding: 5px 8px5px 8px;
	background-color: #FFFFFF;
}

input, button {
	font-weight: normal;
	color: #ffffff;
	line-height: 1.3em;
	font-size: 11px;
	padding: 5px 8px5px 8px;
	background-color: #000000;
}

textarea {
	font-weight: normal;
	color: #000000;
	line-height: 1.3em;
	font-size: 11px;
	padding: 5px 8px5px 8px;
	background-color: #ffffff;
}



