/* CSS Document */

 BODY {
margin:0px;
background-image: url(portadas/fondo.jpg);background-repeat:  repeat-x; }
img {
border:none;
}
.Estilo1 {font-size: 12px}
.centradotabla {
	background-position: center;
	text-align: center;
}
.bordetabinf {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

table {
 font-size:13px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 }
a:link{
	color: #676767;
	text-decoration:none	
}
a:visited{
	color: #676767;
	text-decoration:none}

a:hover{
	color: #000000;
	background-color: #FFFFFF;
	text-decoration:underline;
}
/* ESTILO CUSTOMIZADO */

/* BLOG */

.blogarribatextos h3 {
font-size:21px;
padding:5px;
font-weight: lighter;
background-color:#f6f6f6;
line-height:40px;

}

.blogarribatextos h3 a:hover {
text-decoration:none;
}

.addthis_toolbox, .addthis_default_style {
}

.blogseparaarticulo {
border-bottom:1px dashed #cccccc;
}

#textopag {

}

.blogprimersepara {
background-color:none;
}

img {border:none;}


.comentariotablainterior td{border: 0px;}

.comentariotablainterior {background-color:#eeeeee; border-top:1px solid #e6e6e6;}

.comentariotablainterior .comentarioceldacerrar td {border-right: 1px solid #cccccc;}

.blogarriba {display:none;}

/* FECHA ENTRADA BLOG */

.fechabl {float:left; height:30px; display:inline; margin-top:3px;}

.diabl {height:19px; width:40px; background-color:#e6e6e6; font-size:13px; text-align:center; padding-top:2px;}

.mesbl {height:14px; width:40px; background-color:#cccccc; font-size:9px; text-align:center;margin-right:5px; border-top:1px solid #BBBBBB;}

.anobl {display:none;}


/* MENU HORIZONTAL DE SUBPÁGINAS */

.activo {background-color:##E5E5E5}

.ddsmoothmenu{
font: 11px Verdana;
background: #26293A; /* fondo de barra de menu */
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #26293A; /* fondo de los items del menu */
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #FF3333; /* fondo de menú en mouseover */
color: #fff;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 11px;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes para los botones de down y right  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS de sombra de submenus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /* opacidad de sombre. No en IE*/
opacity: 0.8;
}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 170px; /* Ancho de items de menu */
list-style-type: none;
font: bold 12px Verdana;

border-bottom: 1px solid #ccc;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #8086AC; /*background of menu items (default state)*/
color: white;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #cccccc; 
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background: #cccccc; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */


