/*========================================================*/
/*                    CSS for tebas_1                     */
/*                       by Snoopy                        */
/*           http://www.snoopyvirtualstudio.com           */
/*            webmaster@snoopyvirtualstudio.com           */
/*========================================================*/

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/*-- Style For HTML PAGE				--*/
html 

{
	height: 100%;
}

body {
	margin : 0px 0px 0px 0px;
	background: #000000 url(../images/body.gif) left top repeat;
}

/*-- Setting Text Throughout the skin	--*/
table, tr, td, p, div {
	/*color: #FFFFFF;*/
	color: #faebda;
	font: 78%/130% "Arial", "Verdana", "Helvetica", sans-serif;
	/*font-family: Arial, 'Times New Roman', Verdana, Helvetica, sans-serif;*/
	font-size: 15px;
	line-height: 18px;
	margin: 0;
}

hr {
	background       : #777;
	height           : 3px;
	width            : 80%;
}

p {
	margin : 10px 0px 0px 0px;
}

div.clear {
	clear: both;
}

.center {
	text-align: center;
}

.centrado {
	text-align: center;
	margin: 0 auto;
}

.border {
	/*border: 2px solid #f5a54b;*/
	border: 2px solid #5c5c5c;
}

.underFoto {
	border-top: 2px solid #5c5c5c;
	padding: 2px;
	background: #6633cc url(../images/underFoto.png) left bottom repeat-x;
	text-align: center;
}

.fotoRight {
	float: right;
	margin : 10px 0px 10px 20px;
	border: 2px solid #5c5c5c;
}

.fotoLeft {
	float: left;
	margin : 10px 20px 10px 0px;
	border: 2px solid #5c5c5c;
}

.fotoCenter {
	clear: both;
	margin : 10px auto;
	border: 2px solid #5c5c5c;
}

div.fotoRight img, div.fotoLeft img, div.fotoCenter img {
	margin : 0 0 -4px 0;
}

/*========================================================*/
/*  4. Text                                               */
/*========================================================*/

.colorBold {
	color: #d6641f;
	font-weight: bold;
}

.tabulado {
	font-size : 100%;
	text-indent: 40px;
	text-align: justify;
}

ul.arrow {
	list-style-image: url(../images/arrow.png);
	margin : 10px 4px 0 15px;
	padding : 0 0 0 80px;
}

ul.arrow li {
	padding: 0px 0px 5px 0px;
	text-align: justify;
	text-indent: 0px;
}

/*-- most of the text on site          --*/
.normal, .Normal {
	font-family: Arial, 'Times New Roman', Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #faebda;
}

/*-- most of the bold text on site     --*/
.NormalBold {
	font-family: Arial, 'Times New Roman', Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #faebda;
}

/*-- red text on site for errors       --*/
.NormalRed {
	color: #C50000;
	font-family: Arial, 'Times New Roman', Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

/*-- subheadings - mostly in admin     --*/
.SubHead {
	font-family: Arial, 'Times New Roman', Verdana, Helvetica, sans-serif;
	color: #f5a54b;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
}

/*-- headings - mostly in admin        --*/
.Head {
	font-size: 16px;
	color: #FFFCDC;
	background: transparent;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

/* A code block - maybe PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: small;
	line-height: 1.4em;
	text-align: left;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 300px;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

.codeSelect
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: small;
	line-height: 1.4em;
	text-align: center;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	/*width: 300px;*/
	/* Don't wrap its contents, and show scrollbars. 
	white-space: nowrap;
	overflow: auto;*/
	/* Stop after about 24 lines, and just show a scrollbar. 
	max-height: 24em;*/
}
/*========================================================*/
/*  5. Links                                              */
/*========================================================*/

/*-- default links visited and active  --*/
a:link, a:visited, a:active {
	color: #FFCC66;
	text-decoration: none;
}

/*-- default links hover               --*/
a:hover {
	color: #FF9933;
	text-decoration: underline;
}

/*-- normal links visited and active  --*/
a.Normal:link, a.Normal:visited {
	color: #f5a54b;
	text-decoration: none;
}

/*-- normal links hover               --*/
a.Normal:hover {
	color: #d6641f;
	text-decoration: underline;
}

a.lang:link, a.lang:visited, a.lang:active {
	/*color: #FFFFFF;*/
	/*color: #FFCC66;*/
	color: #f5a54b;
	text-decoration: none;
}

a.lang:hover {
	color: #FF0000;
	text-decoration: none;
}

a.webs:link, a.webs:visited, a.webs:active {
	font-size: 120%;
	font-weight: bold;
}

a.webs:hover {
}

a.webs img {
	vertical-align: middle;
}

/*========================================================*/
/*  6. Header & Footer                                    */
/*========================================================*/

/*-- Header								--*/
td.head1 {
	width: 304px;
	height: 231px;
	background: transparent url(../images/head1.png) left top no-repeat;
}
td.head1_1 {
	width: 304px;
	height: 231px;
	background: transparent url(../images/head1_1.png) left top no-repeat;
}
td.head1_2 {
	width: 304px;
	height: 231px;
	background: transparent url(../images/head1_2.png) left top no-repeat;
}
td.head1_3 {
	width: 304px;
	height: 231px;
	background: transparent url(../images/head1_3.png) left top no-repeat;
}
td.head1_4 {
	width: 304px;
	height: 231px;
	background: transparent url(../images/head1_4.png) left top no-repeat;
}
td.head1_5 {
	width: 304px;
	height: 231px;
	background: transparent url(../images/head1_5.png) left top no-repeat;
}

td.head2 {
	height: 231px;
	background: transparent url(../images/head2.png) left top repeat-x;
	font-family: Arial, 'Times New Roman', Verdana, Helvetica, sans-serif;
	font-size        : 18px;
	font-weight      : bold;
	color            : #EDE5AF;
	/*color            : #CCFFFF;*/
	text-align       : center;
}

td.head2 td, .latest_news {
	font-family: Arial, 'Times New Roman', Verdana, Helvetica, sans-serif;
	font-size        : 18px;
	font-weight      : bold;
	color            : #EDE5AF;
	text-align       : center;
}

td.head3_es {
	width: 310px;
	height: 231px;
	background: transparent url(../images/head3_es.png) left top no-repeat;
}

td.head3_en {
	width: 310px;
	height: 231px;
	background: transparent url(../images/head3_en.png) left top no-repeat;
}

td.head3 {
	width: 485px;
	height: 231px;
	background: transparent url(../images/head3.png) right top no-repeat;
}

/*-- Footer normal text					--*/
div.footer {
	text-align: center;
	background: #000000 url(../images/bottom2.jpg) top center repeat-x;
	height: 82px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

p.footer {
	color:#777;
	font-size: 11px;
	text-align: center;
	margin: 0px auto;
	padding: 27px 0px 0px 0px;
}

/*-- Footer links						--*/
a.footer:link, a.footer:visited, a.footer:active {
	color:#777;
	font-weight:bold;
	text-decoration:none;
	font-size: 11px;
}

/*-- Footer links hover					--*/
a.footer:hover {
	color:#aaa;
	font-weight:bold;
	text-decoration:underline;
	font-size: 11px;
}

/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

#active_menu {
	width: 169px;
	color: #FFCC33;
	text-indent: 34px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	height: 40px;
	font-weight: bold;
	background: transparent url(../images/nav.png) 0px 0px no-repeat;
	text-align: left;
	vertical-align: top;
	line-height: 34px;
	font-size: 13px;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	color: #FFCC33;
	font-weight: bold;
	background: transparent url(../images/nav.png) 0px -40px no-repeat;
	width: 169px;
	height: 40px;
	text-indent: 34px;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
}

a.mainlevel:hover {
	display: block;
	width: 169px;
	height: 40px;
	text-indent: 14px;
	color: #ffff00;
	background: transparent url(../images/nav.png) 0px -80px no-repeat;
}

/*
a.mainmenu:link, a.mainmenu:visited {
	color: #f5a54b; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;

}
a.mainmenu:hover {
	color: #333333;
}

.pollstableborder {
border: 1px solid;
padding: 1px;
}*/

#active_submenu {
	width: 136px;
	color: #FFCC33;
	text-indent: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 40px;
	font-weight: bold;
	background: transparent url(../images/nav.png) -33px -120px no-repeat;
	text-align: left;
	vertical-align: top;
	line-height: 34px;
	font-size: 13px;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	vertical-align: top;
	font-size: 13px;
	text-align: left;
	color: #FFCC33;
	font-weight: bold;
	background: transparent url(../images/nav.png) -33px -160px no-repeat;
	width: 136px;
	height: 40px;
	text-indent: 30px;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a.sublevel:hover {
	display: block;
	text-indent: 14px;
	color: #ffff00;
	text-decoration: none;
	background: transparent url(../images/nav.png) -33px -200px no-repeat;
	width: 136px;
	height: 40px;
}

td.sublevel_margin {
	display: block;
	width: 33px;
	height: 40px;
}

/*a.sublevel#active_menu {
  color: #FFCC33; 
  background-color: transparent;
  margin: 10px 0px 0px 0px;
  padding: 0; height: 40px; font-weight: bold;
  background-image: url(../images/nav_active.jpg);
  text-align: right;
}*/

/*========================================================*/
/*  9 Containers                                          */
/*========================================================*/

div.container {
	background: #000000 url(../images/karnak_backg.jpg) left top repeat;
}

div.container_left {
	background: #000000 url(../images/karnak_backg.jpg) left top repeat;
	width: 205px;
}

div.container_right {
	background: #000000 url(../images/karnak_backg.jpg) left top repeat;
	width: 171px;
}

div.container_intro {
	background: #000000 url(../images/karnak_backg.jpg) left top repeat;
	width: 950px;
	text-align: center;
	margin: 16px auto;
}

div.container_new_cd4 {
	background: #000000 url(../images/fondocd4.jpg) left top no-repeat;
	width: 950px;
	text-align: center;
	margin: 0 auto;
}

td.con_1 {
	width: 35px;
	height: 33px;
	background: transparent url(../images/con_1.png) left top no-repeat;
}

td.con_2 {
	height: 33px;
	background: transparent url(../images/con_2.png) left top repeat-x;
}

td.con_3 {
	width: 35px;
	height: 33px;
	background: transparent url(../images/con_3.png) left top no-repeat;
}

td.con_4 {
	width: 18px;
	background: transparent url(../images/con_4.png) left top repeat-y;
}

td.con_6 {
	width: 18px;
	background: transparent url(../images/con_6.png) left top repeat-y;
}

td.con_7 {
	width: 35px;
	height: 35px;
	background: transparent url(../images/con_7.png) left top no-repeat;
}

td.con_8 {
	height: 35px;
	background: transparent url(../images/con_8.png) left top repeat-x;
}

td.con_9 {
	width: 35px;
	height: 35px;
	background: transparent url(../images/con_9.png) left top no-repeat;
}

/*Veamos con divs en lugar de tds*/

div.con_1 {
	width: 35px;
	height: 33px;
	background: transparent url(../images/con_1.png) left top no-repeat;
	float: left;
}

div.con_2 {
	height: 33px;
	background: transparent url(../images/con_2.png) left top repeat-x;
}

div.con_3 {
	width: 35px;
	height: 33px;
	background: transparent url(../images/con_3.png) left top no-repeat;
	float: right;
}

div.con_4 {
	width: 18px;
	background: transparent url(../images/con_4.png) left top repeat-y;
	float: left;
	border: 1px solid red;
}

div.con_6 {
	width: 18px;
	background: transparent url(../images/con_6.png) left top repeat-y;
	float: right;
}

div.con_7 {
	width: 35px;
	height: 35px;
	background: transparent url(../images/con_7.png) left top no-repeat;
	float: left;
}

div.con_8 {
	height: 35px;
	background: transparent url(../images/con_8.png) left top repeat-x;
}

div.con_9 {
	width: 35px;
	height: 35px;
	background: transparent url(../images/con_9.png) left top no-repeat;
	float: right;
}



/*
	A partir de aquí, cosas que no se si se usan
	Hay que comprobarlas para poder borrar las que sobren
*/

/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/

/*-- cell containing login and register     --*/ .LoginTD {  color: #777; padding: 89px 30px 0px 0px; height:120px; text-align:right; }
/*-- cell containing login and register - 2 --*/ .LoginTD2 {  vertical-align: top; color: #777; padding: 2px 30px 0px 0px; text-align:right; }
/*-- cell containing search                 --*/ .SearchTD { text-align:right; vertical-align: top; padding: 90px 30px 0px 0px; height:120px;}
/*-- cell containing menu                   --*/ .MenuTD { vertical-align: top; padding: 5px 30px 0px 0px; }
/*-- cell containing panes                  --*/ .PanesTD { vertical-align: top; padding: 5px 7px 0px 3px; }

/*========================================================*/
/*  3. Content Panes                                      */
/*========================================================*/

/*-- top inside content pane       --*/ .PaneTop { width: 100%; padding: 0 7px 0 4px;}
/*-- left content pane             --*/ .PaneLeft { padding: 0 7px 0 4px; width: 5%; }
/*-- content pane                  --*/ .PaneCenter { padding: 10px 7px 20px 4px; }
/*-- right content pane            --*/ .PaneRight { padding: 0 7px 0 7px; width: 5%; }
/*-- bottom inside pane            --*/ .PaneBottom { width: 100%; padding: 0 7px 0 4px; }
/*-- bottom menu content pane      --*/ .PaneMenuBottom { width: 100%; padding: 20px 5px 20px 0px; }

/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: tahoma; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: tahoma; font-weight: normal; font-size: 10px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:19px; background: transparent; width: 152px; color: #666; padding: 4px 0px 0px 10px; border: 0px solid #FFFFFF; cursor:text;}

/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu  --*/ .MainMenu_MenuContainer { background-color: transparent;  width: 191px; }
/*-- bar that holds the menu  --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: #fff;  width: 199px; }
/*-- submenu container        --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 1px; background: #f3f3f3; padding: 0px; border: 1px solid #999; font-weight: normal; filter: none; }
/*-- submenu items idle       --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: tahoma;  color: #6A6A6A; font-size: 11px; background: #f3f3f3; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0; }
/*-- submenu items hover      --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: tahoma; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: #ff0000; background: #DCDCDC; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- menuitems idle           --*/ .MainMenu_Idle {color: #666; background: #f3f3f3 url(../images/nav_idle.gif) no-repeat; padding: 0; height: 22px; font-weight: bold;}
/*-- menuitems over           --*/ .MainMenu_Selected { color: #ff0000; background: #DCDCDC url(../images/nav_over.gif) no-repeat; padding: 0; height: 22px; font-weight: bold;}

/*-- not needed - main menu   --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer     --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar          --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding      --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 5px 0 0; }
/*-- not needed - module menu --*/ .ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }
/*-- menuitems over (prueba)  --*/ .MainMenuSel { color: #ff0000; background: #DCDCDC url(../images/nav_over.gif) no-repeat; padding: 0; height: 22px; font-weight: bold;}
h1  { font-family: verdana; font-size: 30px;  font-weight: bold; color: #f5a54b; line-height: 35px; }
h2  { font-family: verdana; font-size: 16px;  font-weight: bold; color: #f5a54b; }
h3  { font-family: verdana; font-size: 13px; color: #f5a54b;  font-weight: bold; }
h4  { font-family: verdana; font-size: 13px; color: #f5a54b;  font-weight: normal; }

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/


#mainlevel-nav {
margin: 0; padding: 0;
}
#mainlevel-nav li {
background-image: none;
padding-left: 0px;
list-style:none; float: right; 
margin: 0; width: 15.5%; 
font-size: 10px;
line-height: 20px;
white-space: nowrap;
text-indent: 15px;
}
#mainlevel-nav a {
display: block; float: right; text-decoration: none;  border: 1px solid;
border-color: #fff #cc3300 #cc3300 #fff;
background: #ff9933;
color: white;
}
#mainlevel-nav a {
float: none;
}
#mainlevel-nav a:hover {
background: #ff6600
}

/*different setting for newsflash*/
.newsflash td {
color: #faebda;
text-align: justify;
vertical-align: middle;
}

/*setting for the greetings*/
.mainpage {
text-align: justify;
color: #faebda;
font-family: Verdana;
font-size: 13px;
}
.mainpage-bkg {

	width: 1px;
}

.greybg {
  background: #eeeeee;
}

/*pathaway setting*/
.pathway {
color        : #FFCC33;
font-family  : Verdana, Helvetica, Arial, sans-serif;
font-size    : 12px;
font-weight  : bold;
overflow     : hidden;
white-space  : nowrap;
}

a.pathway:link, a.pathway:visited {
  font-size        : 12px;
  color            : #FFCC33;
  font-weight      : bold;
  text-decoration  : none;
}

a.pathway:hover {
  font-size        : 12px;
  color            : #ffff00;
  font-weight      : bold;
  text-decoration  : underline;
}

/*for title or site name*/
.title {
font-family: verdana;
font-size: 15px;
font-weight: bold;
color : #f5a54b;
margin-left: 10px;
}

/*for the tag-line*/
.subtitle {
font-family: sans-serif;
font-size: 10px;
font-weight: bold;
color : #666666;
text-transform: uppercase;
letter-spacing: 2px;
margin-left: 20px;
}

/*for the SEPERATOR*/
.article_seperator { 
  background-color: transparent; width: 100%;
  padding: 0px 0px 0px 0px; height: 0px;
  background-image: url(../images/linea1.gif);
  background-repeat: no repeat;
}


table.moduletable {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	width: 100%;

}

table.moduletable th {
    font-family      : verdana;
	font-size        : 15px;
	font-weight      : bold;
	color            : #f5a54b;
	text-align       : center;
	width            : 100%;
	letter-spacing: 0px;
	text-indent: 0px;
	padding: 15px 0px 7px 0px;
}

table.moduletable li {
	padding: 0px 0px 5px 0px;
}

table.moduletable ul {
text-align: left;
text-indent: 0px;
list-style-image: url(../images/arrow.png);
margin : 0;
padding : 0;
margin-left : 15px;
margin-right : 4px;
}

table.moduletable td {
text-align: center;
font-family : verdana;
font-size: 13px;
font-weight: normal;
color: #faebda;
padding: 0px 0px 0px 0px;
}

table.moduletable_menu {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	width: 100%;

}

table.moduletable_menu th {
    font-family      : verdana;
	font-size        : 15px;
	font-weight      : bold;
	color            : #f5a54b;
	text-align       : center;
	width            : 100%;
	letter-spacing: 0px;
	text-indent: 0px;
	padding: 15px 0px 7px 0px;
}

table.moduletable_menu li {
}

table.moduletable_menu ul {
	padding: 0px;
}

table.moduletable_menu td {
font-family : verdana;
color: #faebda;
font-size: 13px;
font-weight: normal;
padding: 0px 0px 0px 0px;
}

.poll {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 13px;
  color            : #666666;
  line-height      : 14px;
}

table.poll {
  padding : 5px 0px 0px 8px;
}

table.poll div {
  padding : 5px 0px 10px 0px;
}

table.pollstableborder {
	border: 1px solid #cccccc;
}

.sectiontableheader {
  background-color : #CCCCCC;
  color            : #333333;
  font-weight      : bold;
  border           : 1px solid #ffb600;
  padding : 4px;
}

.sectiontableentry1 {
  background-color : #6F2EB0;
  border : 1px solid #cccccc;
  text-align : left;
  padding : 2px;
}

.sectiontableentry2 {
  background-color : #003468;
  border : 1px solid #cccccc;
  text-align : left;
  padding : 2px;
}

* tr.sectiontableentry1 td {
background-color : #6F2EB0;
padding : 4px;
border : 1px solid #ccc;
}
* tr.sectiontableentry2 td {
background-color : #003468;
padding : 4px;
border : 1px solid #ccc;
}

* tr.sectiontableentry1 table tr.sectiontableentry1 td {
border : none;
}

* tr.sectiontableentry2 table tr.sectiontableentry2 td {
border : none;
}

.small {
  font-family      : Verdana;
  font-size        : 12px;
  color            : #faebda;
  text-decoration  : none;
  font-weight      : bold;
}

.smalldark {
  font-family      : Verdana;
  font-size        : 12px;
  color            : #EDC07F;
  text-decoration  : none;
  font-weight      : normal;
}


.contentpane {
  padding: 0px 10px 0px 10px;
}

table.contentpane {
  padding: 0px 10px 0px 10px;
}

table.contentpaneopen td {
  text-align: left;
}

.contentpaneopen {
  border : 0px ridge #0099cc;
  width: 100%;
  padding: 0px 10px 0px 10px;
}

.contentheading {
  font-family      : Verdana;
  font-size        : 16px;
  font-weight      : bold;
  color            : #EDE5AF;
  /*color            : #CCFFFF;*/
  text-align       : left;
}

.componentheading {
  font-family      : Verdana;
  font-size        : 15px;
  font-weight      : bold;
  color            : #f5a54b;
  text-align       : left;
  padding: 0px 10px 0px 10px;
}

.contentdescription {
font-family : verdana;
font-size: 13px;
font-weight: normal;
color: #faebda;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #CCCCCC;
  text-align       : left;
}

.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 13px;
  font-weight      : bold;
  background-color : #F0F0F0;
  color            : #000000;
  border           : 2px solid #CCCCCC;
}

.inputbox {
  font-family      : Verdana;
  font-size        : 13px;
  color            : #000000;
  background-color : #CCCCCC;
  border           : 2px solid #ffb600;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #ffffff;
	text-align:left;
	text-decoration: underline;
	}

a.contentpagetitle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}

a.category:link, a.category:visited {
font-family: verdana;
color: #f5a54b;
font-weight: bold;
font-size: 14px;
text-decoration: underline;
}

a.category:hover {
color : #d6641f;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #ffae00;
	border-left: outset 2px #ffffff;
	border-right: outset 2px #808080;
	border-top: outset 2px #ffffff;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	/* Cannot use hand as its not a W3C CSS validator */
	/*	cursor: hand;*/
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	background-color : #e5e5e5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	/* Cannot use hand as its not a W3C CSS validator */
	/*	cursor: hand;*/
	font-weight: normal;
}
.tabpadding {
}

.tabheading {
	background-color: #ffae00;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}
.code {
	background-color: #f0f0f0;
	border: 1px solid #FFF;
}

/* Text passed with mosmsg url parameter */
.message {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 12px;
	color : #ff6600;
	text-align: center;
}

/* Javascript Back button */
.back_button {
	text-align: right;
	margin-top: 40px;
}

table.contenttoc {
	color: #333300;
	background-color: #e0e0e0;
	border: 1px solid #333;
}

table.contenttoc td {
    font-size: 13px;
    font-weight: normal;
    text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	background-color: #293C43;
	color: #ffffff;
	font-weight: bold;
}
* .relativo {
  position: relative;
}
* #foto {
  display: none;
  width: 601px;
  border: 0px;
  position: absolute;
  top: 10px;
  left: -150px;
  z-index: 900;
  padding: 0px 0px 0px 0px;
}

/*entrevista*/

td.entrevista {
  background-image: url(../images/fondo02.jpg);
}


p.center {
		text-align: center;
		margin-left:  10px;
		margin-right: 10px;
}
p.intro2 {
		text-align: center;
		color: #800000;
		font-weight: bold;
		font-size: 10pt;
		margin-right:  15px;
		margin-left:   15px;
		margin-top:    10px;
		margin-bottom: 25px;
}
p.preg {
		color: #800000;
		font-weight: bold;
		font-size: 9pt;
		margin-right:  15px;
		margin-left:   15px;
		margin-bottom: 0pt;		
}

p.resp {
		color: #000000;
		font-weight: normal;
		font-size: 9pt;
		margin-right:  15px;
		margin-left:   25px;
		margin-top: 5;
		margin-bottom: 5;
}
td.firma {
		color: #000000;
		font-weight: normal;
		font-size: 9pt;
		text-align: right;
		vertical-align: middle;
}

span.loro {
    font-family      : verdana;
	font-size        : 15px;
	font-weight      : bold;
	color            : #f5a54b;
	text-align       : center;
	width            : 100%;
	letter-spacing: 0px;
	text-indent: 0px;
}

div#admin {
  position: absolute;
  z-index: 2000;
  top: 203px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.radio_head {
	text-align: center;
	color: #faebda;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
}

.pirata_td {
	background: #6633cc;
	text-align: center;
	color: #faebda;
	font-weight: bold;
	padding: 0px 5px;
}

.mariskal_td {
	background: #003162;
	text-align: center;
	color: #faebda;
	font-weight: bold;
	padding: 0px 5px;
}

.rockcinante_td {
	background: #bd071c;
	text-align: center;
	color: #faebda;
	font-weight: bold;
	padding: 0px 5px;
}

.turbo_td {
	background: #964109;
	text-align: center;
	color: #faebda;
	font-weight: bold;
	padding: 0px 5px;
}

.ellos_td {
	background: #107608;
	text-align: center;
	color: #faebda;
	font-weight: bold;
	padding: 0px 5px;
}

.golpes_td {
	background: #0ad1d3;
	text-align: center;
	color: #271e06;
	font-weight: bold;
	padding: 0px 5px;
}

.hoguera_td {
	background: #77dea3;
	text-align: center;
	color: #271e06;
	font-weight: bold;
	padding: 0px 5px;
}

.ciudad_td {
	background: #e8e981;
	text-align: center;
	color: #271e06;
	font-weight: bold;
	padding: 0px 5px;
}

.trovador_td {
	background: #e981e3;
	text-align: center;
	color: #271e06;
	font-weight: bold;
	padding: 0px 5px;
}

.alkolikos_td {
	background: #a0c0ef;
	text-align: center;
	color: #271e06;
	font-weight: bold;
	padding: 0px 5px;
}

.akiesu_td {
	background: #ec949a;
	text-align: center;
	color: #271e06;
	font-weight: bold;
	padding: 0px 5px;
}

.cabaña_td {
	background: #851d98;
	text-align: center;
	color: #faebda;
	font-weight: bold;
	padding: 0px 5px;
}

.malas_td {
	background: #5d6506;
	text-align: center;
	color: #faebda;
	font-weight: bold;
	padding: 0px 5px;
}

.user10 {
	padding: 0px 0px 0px 0px;
	margin: 15px auto 0 auto;
	width : 165px;
	border: 2px solid #e0d8d0;
}
.user10 table.moduletable {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width : 165px;
	background: #6633cc url(../images/cronometro.png) left bottom repeat-x;
}
.user10 table.moduletable th {
	font-size : 16px;
	font-weight : bold;
	margin : 0;
	color : #e0d8d0;
	padding: 6px 0px 7px 0px;
}
.user10 table.moduletable td {
	font-size : 14px;
	font-weight : bold;
	color : #e0d8d0;
	text-align : center;
}

.user11 {
	padding: 0px 0px 0px 0px;
	margin: 17px auto 22px auto;
	width : 297px;
	height: 188px;
	border: 2px solid #e0d8d0;
}
.user12 {
	padding: 0px 0px 0px 0px;
	margin: 17px auto 22px auto;
	width : 416px;
	height: 188px;
	border: 2px solid #e0d8d0;
}
.user11 table.moduletable, .user12 table.moduletable {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: #2e1649 url(../images/cronometro.png) left top repeat-x;
}
.user11 table.moduletable th, .user12 table.moduletable th {
	font-size : 16px;
	font-weight : bold;
	margin : 0;
	color : #e0d8d0;
	padding: 10px 0px 6px 0px;
}
.user11 table.moduletable, td.user12 table.moduletable td {
	font-size : 14px;
	font-weight : bold;
	color : #e0d8d0;
	text-align : center;
}
.user11 table.moduletable td img.cartel {
	border-left: 2px solid #e0d8d0;
	margin:0;
	padding:0;
}
.user12 table.moduletable td img.cartel {
	border-left: 2px solid #e0d8d0;
	border-right: 2px solid #e0d8d0;
	margin:0;
	padding:0;
}
.user11 table.moduletable td a.cartelink, .user12 table.moduletable td a.cartelink {
	margin:0;
	padding:0;
	width : 130px;
	height: 188px;
	display: block;
}

div#countnumbers {
	width: 165px;
	height: 21px;
	overflow: hidden;
	text-align: center;
	margin:0;
	padding:0;
}
div#countletras {
	width: 165px;
	overflow: hidden;
	text-align: center;
	font-family : verdana, 'Trebuchet MS', sans-serif;
	font-size: 12px;
	line-height: 14px;
	height: 14px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-weight : bold;
}
span.number, span.divider {
	font-family : verdana, 'Trebuchet MS', sans-serif;
	font-size : 17px;
	line-height: 20px;
	color: #ECBF8A;
	font-style: italic;
}
span.divider {
	width: 5px;
}

.titlebg a, .titlebg2 a, tr.titlebg th a, tr.titlebg td a, tr.titlebg2 td a
{
	color: #f93;
}

/*******
* qtip *
*******/

.myTipClass_1
{

background: #b85aed;
background: -moz-linear-gradient(top,  #b85aed 0%, #7923c4 22%, #41146d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b85aed), color-stop(22%,#7923c4), color-stop(100%,#41146d));
background: -webkit-linear-gradient(top,  #b85aed 0%,#7923c4 22%,#41146d 100%);
background: -o-linear-gradient(top,  #b85aed 0%,#7923c4 22%,#41146d 100%);
background: -ms-linear-gradient(top,  #b85aed 0%,#7923c4 22%,#41146d 100%);
background: linear-gradient(to bottom,  #b85aed 0%,#7923c4 22%,#41146d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b85aed', endColorstr='#41146d',GradientType=0 );

	/*background: #1b1b1b;*/
	border: 1px solid #bd9851;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	-moz-border-radius:10px;
	border-radius:10px;
	color: #acacac;
	padding: 10px;
	max-width: 320px !important;
	-moz-box-shadow: 0px 0px 20px #bd9851;
	-webkit-box-shadow: 0px 0px 20px #bd9851;
	box-shadow: 0px 0px 20px #bd9851;
}
.myTipClass_1 .qtip-content
{
    font-size: 13px;
    line-height: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}
.myTipClass_1 .qtip-content img
{
	margin: 0 auto !important;
}
.myTipClass_1 .qtip-titlebar
{
    border-bottom: 1px solid #444;
    padding: 3px 10px 5px 10px !important;
}
.myTipClass_1 .qtip-title
{
    font-size: 13px;
    line-height: 15px;
    margin: 0;
}
.myTipClass_1 button
{
    padding: 0 2px 5px 2px !important;
    cursor: pointer;
}
.myTipClass_1 input
{
    margin: 0 auto;
}
.myImgtooltip, .avatartip, .avatartipmedimg
{

}
.tooltiptext, .avatartipmed, .avatartipbig
{
    display: none;
}
.scrollup {
}

.twitter-icon {
    background: url('//s.ytimg.com/yts/imgbin/www-sharing-vflruGJEB.png') no-repeat scroll 0px -729px transparent;
    width: 32px;
    height: 32px;
    margin: 0px auto;
	padding: 0px;
	border: 0px none;
	font-size: 100%;
    cursor: pointer;
    text-align: center;
}

.youtube {
	margin: 0 0 -6px 0;
}
.suscritos-youtube {
	width: 80px;
	margin: 0 auto 5px auto;
	background:#DC2F2C;
	-moz-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
	color: #FEFEFE;
	text-align: center;
	height: 24px
	font: 12px arial,sans-serif;
	line-height: normal;
	vertical-align: middle;
}


