@charset "utf-8";
* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
}
#contenedor {
	background-color: #FFFFFF;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	height:100%;
	padding-right: 5px;
	padding-left: 5px;
}
#encabezado {
	background-image: url(imagenes/encabezado_fondo.gif);
	background-repeat: repeat-x;
	height: 265px;
}
#menu {
	background-image: url(imagenes/menu_fondo.gif);
	background-repeat:  repeat-x;
	height: 75px;
}
#contenido {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 180px;
	text-align: left;
	vertical-align: top;
	width: 465px;
	float: left;
	padding-right: 50px;
}
#alconadanatale {
	background-image: url(imagenes/eneadiseno.gif);
	background-repeat: no-repeat;
	float: right;
	width: 15px;
	height: 200px;
	margin-top: 20px;
}
#alconadanatale a
{
	display: block;
	text-indent:-9999px;
	height: 150px;
}
#contenido {
	padding-top: 25px;
	padding-right: 60px;
	padding-bottom: 25px;
	padding-left: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #283122;
}
h1 span {
	display:none;
}
h1 a img {
	border:0;
}
h2 {
	font-size: 22px;
	font-family: "Trebuchet MS", Arial;
	font-weight: normal;
	color: #4D5F41;
	margin-bottom: 10px;
}
h3 {
	font-family: "Trebuchet MS", Arial;
	font-size: 17px;
	line-height: 20px;
	color: #768D63;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 3px;
}
p {
	margin-bottom: 6px;
}

ul {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 15px;
	color: #36422D;
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
	font-weight: bold;
	list-style-type: none;
}
ul li {
	display: inline;

}
ul li a:link {
	text-decoration: none;
	color: #36422D;
}
ul li a:active {
	text-decoration: none;
	color: #36422D;
}
ul li a:hover {
	text-decoration: none;
	color: #647854;
}
ul li a:visited{
	text-decoration: none;
	color: #36422D;
}
li span {
	color:#768D63
}
ol {
	font-family: "Trebuchet MS", Arial, Helvetica, SansSerif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 15px;
	padding-top: 14px;
	font-weight: bold;
	list-style-type: none;
}

ol li {
	display: inline;
}
ol li a:link {
	text-decoration: none;
	color: #FFFFFF;
}
ol li a:active {
	text-decoration: none;
	color: #FFFFFF;
}
ol li a:hover {
	text-decoration: none;
	color: #36422D;
}
ol li a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
a:link {
	color: #768D63;
	text-decoration: none;
}
a:visited {
	color: #768D63;
	text-decoration: none;
}
a:active {
	color: #768D63;
	text-decoration: none;
}
a:hover {
	color: #4D5F41;
	text-decoration: none;
}
#contenido ul {
	margin: 0px;
	padding: 0px;
}

#contenido  li  {
	display: block;
	background-image: url(imagenes/punto.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	background-position: 0px 8px;
}
.form_texto {
	margin-bottom: 20px;
}

.form_campos {
	border: 1px solid #C4CEBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #768D63;
	height: 19px;
	width: 300px;
	margin-bottom: 6px;
}
.form_campos2 {
	border: 1px solid #C4CEBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #768D63;
	width: 300px;
	margin-bottom: 6px;
}
.form_boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #768D63;
	border: 1px solid #5C6D4E;
	height: 20px;
	margin-bottom: 6px;
}

