* { padding: 0; margin: 0; }

#leftcolumn a:link {text-decoration: none; color: #fffea0;}
#leftcolumn a:visited {text-decoration: none; color: #fffea0;}
#leftcolumn a:active {text-decoration: none; color: #fffea0;}
#leftcolumn a:hover {text-decoration: none; color: white;}

#rightcolumn a:link {text-decoration: none; color: #fffea0;}
#rightcolumn a:visited {text-decoration: none; color: #fffea0;}
#rightcolumn a:active {text-decoration: none; color: #fffea0;}
#rightcolumn a:hover {text-decoration: none; color: white;}

#footer a:link { color: white;}
#footer a:visited {color: white;}
#footer a:active { color: white;}
#footer a:hover { color: #fffea0;}

#content a:link { color: black}
#content a:visited { color: black}
#content a:active { color: black}
#content a:hover { color: #660000;}

body {
 font-family: Times, sans-serif ;
 font-size: 15px;
	background: url(../images/marble.jpg);
}
#wrapper {
 margin: 0 auto;
 width: 1010px;
}
#faux {
 background: url(../images/fondo.jpg);
 margin-bottom: 0px;
 overflow: auto;
 width: 100%
}
#header {
 color: #333;
 width: 990px;
/* padding: 10px;*/
 height: 150px;
 margin: 10px 0px 0px 0px;
 background: black;
}

#barra{
    height: 25px;
    background: url(../images/barra.jpg);
}

div.barra_negra {
    background: black;
    color: white;
}

#leftcolumn {
 display: inline;
 color: white;
 margin:10px 12px;/*antes solo el primer 10*/
 padding:0;
 width: 195px;
 float: left;
font-size: 19px;
}
#content {
 float: left;
 color: #333;
 margin: 10px 10px;
 padding:0;
 width: 560px;/*antes 460*/
 display: inline;
 position: relative;
}
#rightcolumn {
 display: inline;
 position: relative;
 color: white;
 margin: 10px 10px 10px 0px;
 padding:0;
 width: 175px;/*antes 195*/
 float: right;
font-size: 19px;
}
#footer {
 width: 990px;
 clear: both;
 color: white;
 background: url(../images/piedepagina.jpg);
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
ul.menu{
list-style-type: none;
line-height: 3em;
}
/*
ul.menu li{
    background: no-repeat url(../images/boton.gif);

}*/

h2.c2 {
	text-align: center;
	font-size: 16px;
}
div.c1 {text-align: center}
div.c3 {font-weight: bold}
span.c4 {text-decoration: underline}

.clear { clear: both; background: none; }


