html	{
	margin: 0;
	padding: 0;
	}
body	{
	font-family: 'Trebuchet MS', sans-serif;
	line-height: 2;
	color: black;
	margin: 0;
	padding: 0;
	background: white;
	}
p	{
	margin:.5em;
	}
a:link	{
	text-decoration: none;
	color: #A60000;
	}
a:visited {
	text-decoration: none;
	color: #760000;
	}
a:hover, a:active {
	color: #ff0000;
	text-decoration: none;
	}
.imagen{
    float: left;
    margin: .5em .5em .5em 0 ;
    }
a.imagen:visited, a.imagen:hover, a.imagen:active {
	border: 0;
	}
#container {
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 0;
	}
#intro	{
    float: left;
    width: 10em;
    padding: 0;
    }
#principal {
    float:left;
	width: 45%;
    border-right:1px solid red;
    border-left:1px solid red;
    }
#granprincipal {
    float:left;
    width: 70%;
    border-right:1px solid red;
    border-left:1px solid red;
    }
#secundario {
    float: left;
    width: 30%;
    }
#pie    {
    width: 80%;
    margin-top: 1em;
    margin-left: 10%;
    padding: 1em;
    float: left;
    }
/*#adorno1 {
    position: fixed;
    height: 100%;
    width: 58px;
    left: 0px;
    top:0px;
    background: url(/img/floral101.png) repeat-y left;
    }*/
#cabecera {
    text-align: center;
	width: 150px;
    height: 245px;
	padding: .25em;
    background: url(/img/cruz.png) no-repeat center center;
	}
#bla	{
	padding: 1em;
	}
#bla h4	{
	color: #403;
	}
#fijos {
    background-color: white;
    padding: 1em;
    }
#fijos h4 {
	color: #304;
	}
#enlaces {
    background-color: white;
    padding: 1em;
    }
.preVigo {
	color: #483737;
	letter-spacing: .1em;
	font-size:50%;
	}
.Vigo {
    font-family:'Georgia';
    font-style: italic;
	color: #A00;
    letter-spacing:.10em;
    font-size: 125%;
    line-height: 125%;
	}
.Atletismo {
    font-family:'Georgia';
    font-style: italic;
    color: #A00;
    font-size:75%;
    }
#licencia {
    color: #A99;
    font-size:75%;
    }
#licencia img{
    float: left;
    }
.noticia {
    background-color: white;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	border-bottom: 3px double red;
	}
.fecha {
    font-family: 'Georgia';
    text-align: center;
    color:#C8B7B7;
    font-size:80%;
    letter-spacing: .5em;
    font-variant: small-caps;
    }
.autor:before {
    content: 'por ';
    font-variant: normal;
    font-style:italic;
    letter-spacing: 0;
    word-spacing: 1em;
    }
.autor {
    font-family: 'Georgia';
    text-align: center;
    color:#C8B7B7;
    letter-spacing: .5em;
    font-variant: small-caps;
    margin: 0;
    }
.titulo {
    background: url(/img/destello.png) no-repeat center bottom;
    margin: 0;
    padding-bottom:1em;
    }
h2  {
    font-size: 100%;
    position: relative;
    top: -3em;
    }
h4	{
    text-align: center;
    font-variant: small-caps;
	letter-spacing: .2em;
    font-size:150%;
	margin: 0;
	}
h5  {
    letter-spacing: .2em;
    font-size:90%;
    margin: 0;
    }
img	{
	border:0;
	}
#menu {
    width:100%;
    }
.seleccion {
    width:100%;
    padding:0;
    margin:0;
    border-bottom:10px solid #C8B7B7;
	}
.seleccion h3 {
    padding:0;
    margin:0;
    }
.seleccion a:before {
    content:"\00A7\ ";
    color:#C8B7B7;
    }
.seleccion a {
    color:#483737;
    }
.seleccion a:visited {
    color:#483737;
    }
.seleccion a:hover, .seleccion a:active {
    color:red;
    }
a.imagen:visited, a.imagen:hover, a.imagen:active {
    border: 0;
    }
.resultados td {
    border: 1px solid #C8B7B7;
    }
.titabla {
    background-color: #C8B7B7;
    color: white;
    }
#principal h3, #granprincipal h3 {
    margin-top:0;
    margin-left:-.4em;
    margin-right:-.4em;
    height:1.5em;
    color:#E3DBDB;
    font-size: 250%;
    background: url(/img/marey.png) repeat-x left;
    }