/*ESTILOS GENERALES*/

body
	{
	font-family: Tahoma,Arial,Sans-Serif;
	font-size: 13px;
	}
img
	{
	border: none;
	}
a
	{
	color: #f60;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	}
h1
	{
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	}
h2
	{
	font-size: 14px;
	}
	
/*ESTILOS COMUNES A TODAS LAS PÁGINAS*/

#contenedor
	{
	width: 780px;
	margin: 0 auto;
	}

	/*Cabecera*/
#cabecera
	{
	height: 85px;
	padding: 5px;
	background-image: url(images/linea.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
#cabecera img
	{
	float: left;
	margin: 3px;
	}
#cabecera #inicio
	{
	float: right;
	display: inline;
	margin-bottom: 20px;
	}
#cabecera #buscador
	{
	text-align: right;
	width: 250px;
	display: inline;
	}

	/*Barra de menú y descripción*/
#navegacion
	{
	width: 780px;
	margin: 10px 0px;
	height: 145px;
	background-image: url(images/linea.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
#menu
	{
	width: 170px;
	height: 110px;
	padding: 0px;
	float: left;
	}
#menu ul
	{
	padding: 0px;
	margin: 0px;
	}
#menu li
	{
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	}
#navegacion #descripcion
	{
	width: 610px;
	height: 110px;
	color: #f60;
	float: right;
	display: inline;
	text-align: right;
	font-size: 15px;
	}

	/*Contenido*/
#contenido
	{
	height: 300px;
	width: 780px;
	border: 0px solid black;
	background-image: url(images/linea.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 13px;
	}

	/*Pie*/
#pie
	{
	text-align: center;
	margin: 10px 0px;
	height: 25px;
	background-image: url(images/linea.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
/*ESTILOS PROPIOS DE CADA PÁGINA*/

	/*INDEX*/
#contenido form
	{
	text-align: center;
	}
#contenido form#form_menu input.boton_inicio
	{
	width: 190px;
	height: 280px;
	background-color: white;
	background-repeat: no-repeat;
	border: none;
	}
#contenido form#form_menu input#boton_rec
	{
	background-image: url(images/boton_recicla.gif);
	}
#contenido form#form_menu input#boton_rec:hover
	{
	background-image: url(images/boton_recicla_hover.gif);
	}
#contenido form#form_menu input#boton_nue
	{
	background-image: url(images/boton_nuevo.gif);
	}
#contenido form#form_menu input#boton_nue:hover
	{
	background-image: url(images/boton_nuevo_hover.gif);
	}
#contenido form#form_menu input#boton_otr
	{
	background-image: url(images/boton_otros.gif);
	}
#contenido form#form_menu input#boton_otr:hover
	{
	background-image: url(images/boton_otros_hover.gif);
	}
#contenido form#form_menu input#boton_gal
	{
	background-image: url(images/boton_galeria.gif);
	}
#contenido form#form_menu input#boton_gal:hover
	{
	background-image: url(images/boton_galeria_hover.gif);
	}
#tocho 
        {
	background-color:white;
    }
.tochotexto 
        {	
    font-size: 4px;
	color: white;
    }
div#publicidad
	{
	text-align: center;
	background-image: url(images/linea.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
#publicidad table
	{
	margin: 0 auto;
	text-align: center;
	width: 750px;
	}
#publicidad td.publi
	{
	width: 120px;
	height: 60px;
	}	