@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*estilos mios*/

body{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:80%;
	color:#333333;
}

#contenedor{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#cabecera{
	background-color:#5f1357;
	height:100px;
	color:#FFFFFF;
}

h1{
	font-size:250%;
	float:left;
	margin-top:30px;
	margin-left:20px;
}

.menos{
	font-size:0.7em;
	color: #9aa807;
}

#lema{
	float:right;
	font-style:italic;
	font-size:110%;
	margin-top:50px;
	margin-right:20px;
}

#contecontenido{
	clear:both;
	padding:15px;
}

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

#publicidad{
	float:left;
	width:160px;
	margin-left:10px;
}

h2{
	font-size:150%;
}

#pie{
	text-align:center;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #9AA807;
	clear:both;
	margin-top:20px;
	margin-bottom:15px;
}

#caja1, #caja2, #foro{
	width:48%;
	text-align:center;
	margin-top:20px;
	height:50px;
	padding-top:50px;
	padding-bottom:50px;
	font-size:120%;
	font-weight:bold;
	color: #FFFFFF;
}

#caja1 a{
	color: #333333;
}

#caja2 a{
	color:#9aa807;
}
#caja1{
	float:left;
	background-color: #9aa807;
	background-image: url(../images/fondo-anunciar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#caja2{
	float:right;
	background-color: #5F1357;
	background-image: url(../images/fondo-listado.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.clear{
	clear:both;
}

p{
	margin-bottom:1em;
}
.peke{
	font-size:.75em;
	font-weight:normal;
}

a{
	color:#333333;
}

#migas{
	margin-bottom:5px;
}

#foro{
	width:100%;
	background-color:#CCCCCC;
	background-image: url(../images/fondo-foro.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#listadoresiduos{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}

#listadoresiduos th{
	color:#FFF;
	background-color:#5F1357;
	padding:5px;
}

#listadoresiduos tr{
	margin-bottom:5px;
	padding-bottom:5px;
}

#listadoresiduos td{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #5F1357;
	padding:5px;
}

#listadoresiduos td h3{
	margin-bottom:0;
	padding-bottom:0;
}

#listadoresiduos td h3 a{
	color:#333300;
}

#listadoresiduos td h3 a:hover{
	color:#336600;
}

/*#listadocoches tr.uno td{
	background-color: #DFFEC6;
}

#listadocoches tr.dos td{
	background-color: #C3FD94;
}*/

/* Sortable tables */
table.sortable thead th{
    font-weight: bold;
    cursor: pointer;
	text-decoration:underline;
}

table.sortable thead th.sorttable_nosort{
	text-decoration:none;
}

table.sortable tr td{
	background-color: #DFFEC6;
}

table.sortable tr.odd td {
	background-color: #DFFEC6;
}
table.sortable tr.even td {
	background-color: #C3FD94;
}

strong{
	font-weight:bold;	
}

h3{
	font-size:1.5em;
	font-weight:bold;
	color: #5F1357;
}
.vanadium-advice{
	color:#F00;
	margin-left:4px;
	font-size:.8em;
}
