* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline
}
p {
	padding-bottom: 15px;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
/*MAIN*/
#contenedor_pagina {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;

}
#header {
	background: url(../imagenes/fondo_header.png);
	background-repeat: no-repeat;
	background-color:#000000;
	width: 780px;
	height: 191px;
}
#logo{
	margin-top: 40px;
	margin-left: 15px;
	clear: both;
}
#botonera{
	float: right;
	margin-top: 35px;
	margin-right: 20px;
}
#botonera li{
	list-style: none;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 35px;
}
#botonera li a{
	color: #ffffff;
}
#pie{
	background: url(../imagenes/fondo_pie.png);
	background-repeat: no-repeat;
	background-color:#000000;
	width: 780px;
	height: 58px;
	color: #ffffff;
	padding-top: 25px;
	text-align: center;
	clear: both;
}
#pie a{
	color:#FFF;
}
#contenido{
	background: url(../imagenes/fondo_contenido.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	width: 780px;
	overflow: hidden;
	height: 1%;
}
#columna_izq{
	width: 167px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#columna_der{
	width: 592px;
	float: left;
}
#box_buscar{
	color: #ffffff;
	margin-top: 15px;
	margin-left: 15px;
}
#tit_box_buscar h3{
	font-size: 14px;
	text-transform: uppercase;
}
#tit_box_buscar h3{
	margin-bottom: 10px;
}
#box_buscar .campo{
	margin-bottom: 5px;
}
#box_buscar select{
	clear: both;
	width: 140px;
}
#box_buscar input[type="text"]{
	clear: both;
	width: 140px;
}
#botonera_letras{
	background-color: #e5e5e5;
	width: 593px;
	height: 30px;
}
#botonera_letras ul{
	float: left;
	margin-top: 5px;
	margin-left: 60px;
	display: inline;
}
#botonera_letras ul li{
	list-style: none;
	float: left;
	font-size: 13px;
	color: #333333;
	margin-right: 10px;
}
#nota_pie{
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	clear: both;
}
#lista_items{
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#lista_items .item{
	background: url(../imagenes/fondo_item.gif);
	background-repeat: no-repeat;
	background-color:#ffffff;
	width: 554px;
	height: 144px;
	position: relative;
}
#lista_items .item .foto_item{
	position: absolute;
	left: 25px;
	top: 25px;
}
#lista_items .item .datos_item{
	position: absolute;
	left: 145px;
	top: 25px;
	width: 300px
}
#lista_items .item .datos_item h4{
	font-size: 13px;
}
#lista_items .item .logo_ue_item{
	position: absolute;
	left: 435px;
	top: 25px;
}
#lista_items .item .btn_enviar_email{
	position: absolute;
	left: 435px;
	top: 100px;
}
#lista_items #sin_registros{
	width: 500px;
	height: 100px;
	text-align: center;
}

/*contacto*/
#tit_seccion {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-bottom: 5px;
}
#tit_seccion h1{
	font-size:14px;
}
.contenido_formulario {
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 130px;
	width:310px;
}
.tit_campo {
	padding-top:5px;
}
/*home*/
#contenido_home{
	width: 593px;
	height: 250px;
	background: url(../imagenes/fondo_home.jpg);
	background-repeat: no-repeat;
	background-color:#ffffff;
	position: relative;
}
#contenido_home h1{
	font-size: 17px;
	position: absolute;
	top: 20px;
	left: 25px;
}
#contenido_home p{
	position: absolute;
	top: 40px;
	left: 25px;
	width: 254px;
}
