/*
 Template de ejemplo
*/

* { 
padding: 0;
margin: 0;
}

body {
margin: 0px 0px 0px 0px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
text-decoration:none;
background:#231F20;
}

#contenedor { 
width: 433px;
}

#contenido { 
width: 433px;
float: left;
}

#fuente,#votar,#publicar,#social { 
display:none;
}

/* Color
--------------------------------------------------------- */

a{
text-decoration:none;
}

/* Elementos
--------------------------------------------------------- */

a:hover {
color: #147;
text-decoration: underline;
}

a img{
border:0px;
}

h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited{
text-decoration: none;
}


/* Contenido
--------------------------------------------------------- */

.style1 {
font-size: 10px; 
color: #9c0000; 
text-decoration: none; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nettit {
color:#9C0000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
}

.destacado5 {
color:#231F20;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.text3bold {
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:none;
}

.text4 {
color:#231F20;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
text-decoration:none;
}


