@charset "utf-8";
/* CSS Document */
body {
	background: #f0f0f0;
	margin: 0;
	padding: 0;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}
h1 {font-size: 2em; margin: 0px 0;}
h5 {font-size: 1.7em; margin: 5px 0;}

.container {width: 98%; margin: 10px auto;}
.articulos {
	border: 1px solid #999;
	clear: both;
	float: left; 
	width: 95%;
	text-align: justify;
	margin-bottom:10px;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding: 20px;
	padding-bottom: 0px;
	font-size: 14px;
}

.rotator{
    background-color:#222;
    width:98%;
    height:140px;
    margin:10px auto;
    position:relative;
    font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:-1px;
    border:1px solid #f0f0f0;
    overflow:hidden;
    box-shadow:0px 0px 2px #222;

}
img.bg{
    position:absolute;
    top:0px;
    left:0px;
}
.rotator ul{
    list-style:none;
    position:absolute;
    left:0px;
    top:0px;
    margin-top:6px;
    z-index:999999;
}
.rotator ul li{
    display:block;
    float:left;
    clear:both;
    width:140px;
}
.rotator ul li a{
    width:150px;
    float:left;
    clear:both;
    padding-left:10px;
    text-decoration:none;
    display:block;
    height:22px;
    line-height:22px;
    background-color:#222;
    margin:1px -10px 1px 0px;
    opacity:0.7;
    color:#f0f0f0;
    font-size:16px;
    border:1px solid #000;
    border-lefth:none;
    outline:none;
    text-shadow:-1px 1px 1px #000;
    
}
.rotator ul li a:hover{
      text-shadow:0px 0px 2px #fff;
}
.rotator .heading{
    position:absolute;
    top:-20px;
    right:30px;
    width:80%px;
}
.rotator .heading h1{
    text-shadow:-1px 1px 1px #555;
    font-weight:normal;
    font-size:20px;
    padding:1px;
}
.rotator .description{
    width:68%;
    right:0px;
    position:absolute;
    bottom:10px;
    background-color:#222;
    border-top-left-radius:3px;
    opacity:0.8;
	font-weight:normal;
	font-size:12px;
}
.rotator .description p{
    padding:3px;
	padding-top:2px;
    text-transform:none;
    letter-spacing:normal;
   
	}
a.more{
    color:#0CC;
    text-decoration:none;
    font-size:13px;
}
a.more:hover{
    color:#06C;
	font-size:13px;
}

a.linkEcokWiki{
    color:#03C;
	text-decoration:none;
   }
   
a.linkEcokWiki:hover{
    color:#03C;
	text-decoration:underline;
 }