/* DIVS */
#maincontainer{
width: 940px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #222;
height:130px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}
#contentcolumn{
margin-right: 0px; /*Set right margin to RightColumnWidth*/
background: #282828;
/*
height:1000px;
 */
}
/*
#rightcolumn{
float: left;
width: 300px; 
margin-left: -300px;
background: #313131;
}
*/
#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.tit{
color:#EEE;
border-bottom-style: dotted;

}
.tit2{
color:black;
border-bottom-style: dotted;

}
.white
{
  background: #EEE repeat-x fixed left center;
}

body {
margin: 0 auto;

  padding: 0;
  background: #494949 url(fondodeg.jpg) repeat-x fixed left center;
  line-height: 1.5em;
   font-family: Arial,Helvetica,sans-serif;
}
a {
  font-family: Arial,Helvetica,sans-serif;
  color: #EEE;
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
  font-style: italic;

}

b {
  font-size: 110%;
}
em {
  color: red;
}

h2{
  font-family: Arial,Helvetica,sans-serif;
}
p{

  font-family: Arial,Helvetica,sans-serif;
}

a:hover {

  text-decoration: underline;
  font-style: italic;

  background-position: left center;
  background-repeat: repeat-x;
}
.linkh{
  text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
}
.noticia {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #EEE;
}
.titulonoticia {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 17px;
}

#comentarios {
  opacity: 0.80;
filter: alpha(opacity = 80);
  background: silver none repeat scroll 0% 50%;
  font-family: Arial,Helvetica,sans-serif;
}
#titulos {
  margin: -60pt 0 0 0pt;
  background: #cc0000 none repeat scroll 0% 50%;
  border-bottom-style: solid;
  border-bottom-color: #EEE;
  width: 100%;
  padding-top: 0;
  position: relative;
  float: left;
}
#listacomentarios {

  border-style: solid;
  background: #272727 none repeat scroll 0% 50%;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
}
.noticiaprincipal {
  font-size: 30px;
  font-family: Arial,Helvetica,sans-serif;
  color: #EEE;
  border-bottom-style: dotted;
  margin-left: 0;
  margin-top: 0%;
  padding-top: 15px;
  padding-left: 15px;
}

/***/

.tumb
{
margin: 0 auto;
text-align:center;
width: 150px;
display:inline-block;
height:320px;
vertical-align:top;
}
.tumb2
{
border:1px solid #FFF;
}

.linkh2{
  text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
}


#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
.textopanel{
	font-family: Arial,Helvetica,sans-serif;
	color:#FF;
	font-size:12px;
}
.textopanel2{
	font-family: Arial,Helvetica,sans-serif;
	color:#fff;
	font-size: 15px;
	  font-weight: bold;
}
#ayuda{
margin: 0 auto;
width:100%;
}


.botonlink {
   border-top: 1px solid #a4a8ab;
   background: #121212;
   background: -webkit-gradient(linear, left top, left bottom, from(#c7c7c7), to(#121212));
   background: -webkit-linear-gradient(top, #c7c7c7, #121212);
   background: -moz-linear-gradient(top, #c7c7c7, #121212);
   background: -ms-linear-gradient(top, #c7c7c7, #121212);
   background: -o-linear-gradient(top, #c7c7c7, #121212);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.botonlink:hover {
   border-top-color: #b0001d;
   background: #b0001d;
   color: #ccc;
   }
.botonlink:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

