
/* Css Radio Web Fundación Omar Dengo 2009 - Tema 01 - 03 */

/* Menu de arriba */

.toolbar {
height:26px;
padding: 2px 0px 5px 0px;
}

.menu {
     border-right: 1px solid white;
     text-decoration: none;
     padding: 5px;
     color: white;
     font-family: Arial;
     font-size: 9pt;
     font-weight: normal;
}

.menu:hover {
     border-right: 1px solid #fedab0;
     text-decoration: none;
     color: #fcb043;
     font-family: Arial;
     font-size: 9pt;
     font-weight: normal;
}

.menusinborde {
border-right:none;
}

.menusinborde:hover {
border-right:none;
}

/* final Menu de arriba */


/* Body html */

html, body
{
	font-family:Arial, Helvetica, sans-serif;
	background-image: url('../images/interfase/fondoback.jpg');
	background-color:#251d16;
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	height:100%;
	margin:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}
 

/* Final Body html */


/* Contenido de Body */
/*____________________________________________________*/

/* Propiedad de los Links */

a, visited { color:#4e88cb; } a:hover { color:#f6921e; }

a.h2link, visited { color:#8a4109; } a.h2link:hover { color:#f6921e; }

a.footer, visited { color:#06324e; } a.footer:hover { color:#e0861c; }

/* Final Propiedad de los Links */


/* Propiedad de los textos */

p {
	font-size:12px;
	color:#000000;
	text-align:justify;
	font-style: normal;
	font-weight: normal;
}

.pcenter {text-align:center;}

.right {text-align:right;}

.pizquierdo {
	font-size:12px;
	color:#000;
	text-align:left;
	font-style: normal;
	font-weight: normal;
}

.pfooter {
	font-size:11px;
	color:#FFF;
	text-align:center;
	font-style: normal;
	font-weight: normal;
}



h1 {
	text-align:left;
	font-size:16px;
	font-weight:lighter;
	color:#4e88cb;
	font-style: normal;
}

h2 {
	text-align:left;
	font-size:12px;
	color:#41291d;
	font-style: normal;
	font-weight: bold;
}

img {border:0px;}



.imagleft { 
	float:left;
	position:relative;
	width:150px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	padding-right:10px;
	border:0px solid black;
	}


.imagleft2 { 
	float:left;
	position:relative;
	width:100px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	padding-right:10px;
	border:0px solid black;
	}

.imgcenter {border:none; text-align:center;}


td.fondoini {background-image: url('../images/interfase/fodobackinibot.png');}


/* Propiedad de los textos */


/* Final Bdoy html */


/* Tabla contenidos */

	table.tdcontenidos {border:1px; border-style:solid; border-color:#8b9db1; border-collapse:collapse;}
	.cellcolors tbody td {padding: 3px; border:1px; border-style:inset; border-color: #b4c3d5 #b4c3d5;}
    .cellcolors tbody tr.color01  td {background-color: #f7f7f7; text-align:center; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#8a4109;}
	.cellcolors tbody tr.color02  td {background-color: #edf6ff;}
	.cellcolors tbody tr.color03  td {background-color: #f8fbff;}
	.pcellcolors {text-align:left; font-family:Arial, Helvetica, sans-serif;font-size:12px;}

/* Final Tabla contenidos */


/* Bullets */

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

ol.decimal {list-style-type: decimal; font-size:12px;}

/* Final Bullets */


/* Bullets articulos */
.bulletarticulos
{
list-style: none;

}

.bulletarticulospdf
{
padding-left: 30px;
height:25px;
background-image: url('../images/icos_articulos/pdf.png');
background-repeat: no-repeat;
background-position: 0px;
}

.bulletarticulospps
{
padding-left: 30px;
height:25px;
background-image: url('../images/icos_articulos/pps.png');
background-repeat: no-repeat;
background-position: 0px;
}

.bulletarticulosurl
{
padding-left: 30px;
height:25px;
background-image: url('../images/icos_articulos/explorer.png');
background-repeat: no-repeat;
background-position: 0px;
}

.bulletarticulosexe
{
padding-left: 30px;
height:25px;
background-image: url('../images/icos_articulos/exe.png');
background-repeat: no-repeat;
background-position: 0px;
}
/* Final Bullets articulos */


/* Menu desplegable */


.applemenu{
text-align:left;
margin: 0px 0;
padding: 0;
width: 400px; /*width of menu*/

}

.applemenu div.silverheader a{
background: #FFF repeat-x center left;
FONT: 12px Arial, sans-serif;
font-weight:bold;
color: #8a4109;
display: block;
border-bottom:#8a4109;
border-bottom-style:solid;
border-bottom-width:thin;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover, .applemenu div.silverheader a:active{
color: #f7941d;
border-bottom:#ffffff;
border-bottom-style:solid;
border-bottom-width:thin;
}

/* Final Menu desplegable */




/* Footer */

#divfooter
{
background-image: url('../images/interfase/bg_footer.png');
background-repeat:repeat;
margin: 0 auto 0;
position:relative;
width:100%;
height:148px;
}


.footer {
font-family:Arial, Helvetica, sans-serif;
text-align:center;
font-size:11px;
color:#06324e;
}

/* Final Footer */