/*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: 80px;
	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;
	}

	/*Barra de menú y descripción*/
#navegacion
	{
	width: 780px;
	margin: 10px 0px;
	height: 135px;
	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: 580px;
	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*/

	/*CONTACTO*/
#contenido table#contacta
	{
	margin: 0px auto;
	font-size: 17px;
	}
#contenido table#contacta td
	{
	border: 1px outset black;
	}
#contenido table#contacta td table.contacta_dentro td
	{
	border: none;
	padding: 10px;
	}
#contenido table#contacta td table.contacta_dentro td.contacta_titulo
	{
	width: 200px;
	}#contenido table#contacta td table.contacta_dentro td.contacta_sub
	{
	width: 100px;
	}

	
