body {
	background: #F5F3F2;
	margin: 0; padding: 0;
}

form { margin: 0; padding: 0; }

h1 {
	margin-top: 8px;
	font-size: 23px;
	color: #665A4F;
}
h2 {
	font-size: 19px;
	color: #665A4F;
}
h3 {
	font-size: 15px;
	color: #665A4F;
}

input[type='checkbox'], input[type='radio'] {
	vertical-align: middle;
}


/* LAYOUT DE LA PAGINA */
#page_back{
	background: transparent url('../img/web/fondo_pagina_1030x5.png') repeat-y center center;
	width: 1030px;
	margin: 0 auto;

}


#page_detail {

}

#page_wrapper {
	margin: 0 auto;
	width: 978px;
}


#content_wrapper{

}

#page_header {
	height: 127px;
}

#header_back{
	width: 980px;
	height: 127px;
	margin: 0 auto;
	background: #000 url("../img/web/joyacor_cabecera_980x127.jpg") no-repeat 0 0;
}

#img_cabecera {
	width: 717px;height: 226px;
	border-left: 1px solid #204F63;
}

#page_header #language_flags {
	float: right;
	width: 110px; height: 50px;
	margin: 10px auto;
}

#search_field {
	width: 140px;
	margin: 20px auto;
}
#search_field small {
	display: block;
	text-align: left;
	margin-left: 8px;
}

#search_field input {
	border: 1px solid #595959;
	background: #FFF;
	color: black;
	vertical-align: middle;
	font-size: 9px;
	padding: 2px;
	width: 100px;
}

#page_central {
	height: 226px; width: 978px;
	margin: 3px auto 0 auto;
	border-top: 1px solid #204F63;
	border-bottom: 1px solid #204F63;
}

#secciones {
	width: 978px; height: 24px;
	margin: 3px 0;
	line-height: 24px;
	background: transparent url('../img/web/menu_5x24.png') repeat-x 0 0;
	overflow: hidden;
}

#secciones a {
	display: inline-block;
	height: 20px;
	margin: 0 10px; padding: 0 10px;
	font-family: Comic sans serif;
	font-size: 13px;
	color: #CC4500;
	font-weight: bold;
	text-align:center;
	-moz-user-select: none;
	cursor: pointer;
	text-decoration: none;
}

#secciones a.first {

}

#secciones a.current {
	color: #000;
}
#secciones a:hover{
	color: #000;
}

#page_left_menu {
	width: 200px;
	max-width: 200px;
	height: 100%;
	border-right: 1px solid #ccc;
}

#page_left_menu .menu_categorias {
	margin-top: 30px;
}

#page_left_menu .menu_categorias a.categoria {
	display: block;
	font-size: 11px;
	padding: 3px 3px 3px 8px;
	margin: 4px 5px 0 5px;
	text-decoration: none;
	border: 1px solid #665A4F;
	color: #333;
	background: #C8C0B9;
}

#page_left_menu .menu_categorias a.categoria:hover{
	background: #B28B69;
	border-color: #665A4F;

}

#page_left_menu .menu_categorias a.categoria.current {
	background: #F5F3F2;
	border-color: #665A4F;
	color: #665A4F;
}

#page_left_menu .menu_categorias a.categoria.first {

}

#page_left_menu .menu_categorias .menu_subcategorias {
	margin-bottom: 3px;
}

#page_left_menu .menu_categorias a.subcategoria {
	display: block;
	font-size: 11px;
	padding: 3px 3px 3px 8px;
	margin: 0 5px 0 15px;
	text-decoration: none;
	color: #333;
	background: #C8C0B9 url('../img/filtro_8x32.png') repeat-x 0 -14px;
	border-bottom: 1px solid #204F63;
	border-left: 1px solid #204F63;
}

#page_left_menu .menu_categorias a.subcategoria.current {
	background: #F5F3F2 url('../img/filtro_8x32.png') repeat-x 0 -14px;
	border-color: #665A4F;
	color: #665A4F;
}

#page_left_menu .menu_categorias a.subcategoria:hover{
	background: #B28B69;
	border-color: #665A4F;
}
#page_left_menu .menu_categorias a.categoria,
#page_left_menu .menu_categorias a.subcategoria
{
	border-right: 1px solid #204F63;
}
#page_left_menu .menu_categorias a.categoria.current,
#page_left_menu .menu_categorias a.subcategoria.current
{
	border-right: 1px solid #321100;
}

/* PAGINACION */
.paginacion {
	clear: both;
	margin: 0 0 12px 4px;
	color: #AAA;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	text-align: center;
}

.paginacion a, .paginacion span {
	margin: 0 2px 0 2px;
	padding: 2px 6px 2px 6px;
	border: 1px solid gray;
	font-family: verdana, tahoma, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.paginacion a {
	background: #FEE18B;
	color: #6F5402;
	border: 1px solid #6F5402;
	cursor: pointer;
}

.paginacion a:hover {
	background: #F8ECBB;
}

.paginacion span {
	background: #EFF4FB;
	color: gray;
	cursor: default;
}

.paginacion label {
	font-weight: bold;
	font-size: 17px;
	color: gray;
	margin: 0 3px;
}

/* LOGIN */
/* Formulario de login */

#loginbox{
	margin: 5px;
}

#loginbox h2{
	color: #665A4F;
	margin: 3px 0;
	font-size: 11px;
	text-align: center;
}
#loginbox form{
	margin: 0; padding: 5px;
	border: 1px solid #665A4F;
	background: #C8C0B9;
}
#loginbox label {
	display: block;
	margin-left: 8px;
	color: #444;
	padding: 4px 0 2px 0;
	font-weight: normal;
}
#loginbox input {
	display: block;
	margin-left: 8px;
	border: 1px solid #665A4F;
	color: #665A4F;
	font-size: 11px;
	width: 157px;
}
#caja_boton_login{
	text-align: right;
}
#loginbox a {
	margin-top: 8px;
	margin-right: 4px;
}
/* /LOGIN */
/* USUARIO REGISTRADO */
#usuario_identificado{
	border: 1px solid #204F63;
	background: #F2F5D4;
	margin: 5px;padding: 10px;
}
/* MENU PRIVADO */
.menu_privado h2{
	margin: 5px 20px;
	font-size: 13px;

}

/* SUSCRIPCION AL BOLETIN */
#frm_suscripcion_boletin {
	margin: 5px;
	text-align: left;
}

#frm_suscripcion_boletin h2 {
	color: #665A4F;
	margin: 3px 0;
	font-size: 11px;
	text-align: center;
}

#frm_suscripcion_boletin_div {
	padding: 3px 0 9px 0;
	border: 1px solid #665A4F;
	background: #C8C0B9;
}

#frm_suscripcion_boletin label {
	display: block;
	margin-left: 8px;
	color: #444;
	padding: 4px 0 2px 0;
}

#frm_suscripcion_boletin input {
	display: block;
	margin-left: 8px;
	border: 1px solid #665A4F;
	color: #665A4F;
	font-size: 11px;
	width: 120px;
}

#frm_suscripcion_boletin div a {
	margin-top: 8px;
	margin-left: 5px;
}

/* /SUSCRIPCION AL BOLETIN */


#ruta {
	height: 15px; overflow: hidden;
	margin-bottom: 4px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 11px;
	color: #555;
	text-align: left;
}

#ruta label {
	color: #777;
}

#content_wrapper {
	clear: both;
}

.page_content {
	min-height: 500px;
	padding: 12px;
	overflow: hidden;

}
.page_content.col-structure-ambas {
	width: 604px;
}

#content_table {
	empty-cells: show;
}

#separador_vertical_contenido{
	padding: 0;
	width: 1px;
	font-size: 1px;
	background: #97989A;
}

#page_right_menu {
	width: 150px;
	height: 100%;
	text-align: center;
	border-left: 1px solid #ccc;
}

#page_right_menu u {
	margin: 3px 13px 3px 12px; /* estos margenes son importantes */
	display: block;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #555;
	color: #555;
	font-weight: bold;
	font-family: verdana, sans-serif;
}

#page_right_menu div.banner {
	margin-bottom: 5px;
	text-align: center;
}

#page_footer {
	background: #9C8D80 url('../img/web/pie_2x27.png') repeat-x 0 0;
	min-height: 100px;
	text-align: center;
	padding: 8px;
	border-top: 1px solid #204F63;
}

#menu_privado {
	margin: 10px auto;

}

#menu_privado .body {
	padding-top: 8px;
	padding-bottom: 6px;
}

#menu_privado a {
	display: block;
	text-align: center;
	font-family: arial, sans-serif;
	margin-bottom: 2px;
	text-decoration: none;
	color: red;
}
#menu_privado a:hover {
	text-decoration: underline;
}

/* Listado de noticias */
.listado_noticias {
	margin: 8px 0;
	clear: both;
}

/* NOTICIAS EN PORTADA */
#noticias_portada{
	background: #C8C0B9;
}

#noticias_en_portada {
	padding: 5px 5px;
	height: 210px;
	overflow: hidden;
}

#noticias_en_portada u{
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}

#noticias_en_portada .noticia {
	height: 47px;
	overflow: hidden;
	margin-bottom: 14px;
	background: #F5F3F2;
	text-align: right;
	border: 1px solid #665A4F;
	padding: 1px;
}

#noticias_en_portada h3 {
	clear: both;
	font-size: 11px;
	margin: 3px 5px;
	text-align: center;
	font-weight: normal;
	color: #665A4F;
	height: 27px;
	overflow: hidden;
}

#noticias_en_portada small {
	color: #666;
	font-size: 9px;
	float: left;
	margin-left: 5px;
}

#noticias_en_portada a {
	color: #D2AE0F;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
}

#noticias_en_portada a:hover {
	color: black;
}

/* BANNERS */
.banners-pos-top, .banners-pos-right, .banners-pos-bottom, .banners-pos-left {
	text-align: center;
}

.listado_noticias tr.par {
	background: #FEE18B;
}

.listado_noticias h1 {
	color: #d7181e;
}

.noticia {
	clear: both;
}

.noticia .titulo {
	font-size: 17px;
	font-weight: bold;
	color: #F15923;
	text-align: left;
}

.noticia .fecha {
	text-align: left;
	color: #999;
	font-size: 11px;
}

.noticia .link {
	float: right;
}

.noticia .comentarios {
}

.noticia .comentarios .comentario {
	clear: both;
	padding: 5px;
}

.noticia .comentarios .comentario.par {
	background: #EEE;
}

.noticia .comentarios .titulo {
	font-size: 13px;
}

.noticia .comentarios .comentario .nombre {
	padding-left: 10px;
	font-weight: bold;
	float: left;
}

.noticia .comentarios .comentario .fecha {
	text-align: right;
	float: right;
}

.noticia .comentarios .comentario .texto {
	clear: both;
	text-indent: 25px;
	text-align: justify;
	padding: 10px 15px;
}

.formulario_comentarios input  { width: 200px; }
.formulario_comentarios textarea  { width: 360px; }

/* ESTILOS DE LOS MODULOS EN HTML */
.mod_galeria_imagenes {
	clear: both;
}
/* FIN DE ESTILOS DE LOS MODULOS EN HTML */

.form_tipo {
	margin: 12px;
}

.form_tipo th {
	font-weight: bold;
	text-align: right;
}

.form_tipo .text {
	width: 250px;
	border: 1px solid red;
	background: #F1F1F1;
	color: red;
	font-size: 11px;
}

.form_tipo .submit {
	border: 1px solid red;
	background: #F1F1F1;
	color: red;
	font-size: 11px;
}

/* FORMULARIOS DE BUSCAR */
.buscar {
	margin: 12px;
}

.buscar input {
	border: 1px solid red;
	background: #F1F1F1;
	color: #444;
	font-size: 11px;
	padding: 2px;
}

a.icon {
	padding-left: 16px;
	background: transparent url('') no-repeat left center;
}

a.icon.mapa { background-image: url('../img/icons/mapa.png'); }
a.icon.ver { background-image: url('../img/icons/ver.png'); }

a.fileicon {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px; padding: 0;
	min-width: 16px;
	min-height: 16px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}

table.lista {
	border: 1px solid #000;
	border-collapse: collapse;
	background: #FEE18B;
}

table.lista th {
	background: #FEE18B;
	color: #222;
	border-bottom: 1px solid #000;
}

table.lista tr.par td {

}

table.lista tr.impar td {
	background: #FEE18B;
}

/* ESTILO DE FORMULARIOS */
.form {}

.form label {
	font-weight: bold;
}

.form input[type=text], .form input[type=password] {
	border: 1px solid #000;
}

.form input, .form select {
	color: #444;
	font-size: 11px;
	vertical-align: middle;
	padding: 1px;
}

.form textarea {
	border: 1px solid #000;
	color: #444;
	font-size: 11px;
	padding: 2px;
}

.form th{
	text-align: left;
}
.estado{
	font-weight: bold;
	text-align: center;
}

img.recuadro, a.recuadro img {
	margin: 5px;
	padding: 3px;
	border: 1px solid #444;
	background-color: #FFF;
}

/* RESULTADOS DE LA BUSQUEDA. views/buscar.php */
#resultado_busqueda {

}

#resultado_busqueda h2 {
	margin: 2px 0;
}

#resultado_busqueda h3 {
	color: gray;
	font-size: 9px;
	margin: 0; padding:0;
	display: block;
	font-weight: normal;
	margin-left: 25px;
}

#resultado_busqueda small {
	color: gray;
}

.texto-editable .paginacion-editable {
	text-align: center;
	border-top: 1px solid #F15923;
	padding-top: 8px;
}

.texto-editable .paginacion-editable a {
	font-weight: bold;
	color: #EEE;
	font-size: 13px;
}

.texto-editable .navegacion {
	position: relative;
	width: 100%;
	height: 26px;
}

.texto-editable .navegacion a.anterior {
	position: absolute; left: 0;
}
.texto-editable .navegacion a.siguiente {
	position: absolute; right: 0;
}

.page_content_tools {
	text-align: right;
	font-size: 11px;
	color: gray;
	padding-right: 12px;
}

.page_content_tools a {
	text-decoration: none;
	font-size: 9px;
	color: #444;
}


.info {
	text-decoration: none;
	padding-left: 30px;
	background: transparent url(../img/info.png) no-repeat 0 0;
	height: 30px;
	line-height: 25px;
	display: inline-block;
}

.info:hover {
	text-decoration: underline;
}

.todos{
	text-decoration: none;
}

.todos:hover {
	text-decoration: underline;
}

/* GALERIA */
#galeria_imagenes a {
	max-width: 60px;
	max-height: 40px;
	line-height: 60px;
	margin: 4px;
}

#galeria_imagenes a img {
	padding: 3px;
	border: 1px solid #000;
}

#galeria_wrapper {
	min-height: 200px;
}

#galeria_imagen_elegida {
	text-align: center;
}

#galeria_imagen_elegida img {
	max-width: 540px;
	max-height: 400px;
	padding: 3px;
	border: 1px solid #000;
}

#galeria_imagen_elegida p {
	text-align: center;
}

/* NOTICIAS */
.listado_noticias {
	margin: 8px 0;
	clear: both;
}

.listado_noticias tr.par {
	background: #eee;
}

.listado_noticias h1 {
	color: #404040;
}

.listado_noticias > table {
	border: 1px solid #444;
	border-collapse: collapse;
	clear: both;
}

.listado_noticias > table td {
	border-bottom: 1px solid #444;
	padding: 2px 5px;
}

.listado_noticias > table td.titulo {
	font-weight: bold;
}

.listado_noticias > table td.fecha {
	color: #444;
}

/* VER NOTICIAS */
.noticia { clear: both; }
.noticia .titulo {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}
.noticia .fecha {
	text-align: left;
	color: #999;
	font-size: 11px;
}
.noticia .link { float: right; }
.noticia .comentarios {}
.noticia .comentarios .comentario {
	clear: both;
	padding: 5px;
	background: #FEE18B;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	margin-bottom: 5px;
}
.noticia .comentarios .comentario.par { background: #EEE; }
.noticia .comentarios .titulo {	font-size: 13px; }
.noticia .comentarios .comentario .nombre {
	padding-left: 10px;
	font-weight: bold;
	float: left;
}
.noticia .comentarios .comentario .fecha {
	text-align: right;
	float: right;
}
.noticia .comentarios .comentario .texto {
	clear: both;
	text-indent: 25px;
	text-align: justify;
	padding: 10px 15px;
}
.formulario_comentarios input  { width: 200px; }
.formulario_comentarios textarea  { width: 320px; }



/* PRENSA */
.prensa_listado .prensa_item {
	background: #EEE;
	border: 1px solid #999;
	margin: 8px 0;
	padding: 4px;
	min-height: 90px;

}

.prensa_listado .prensa_item img {
	float: left;
	max-height: 90px;
	margin-right: 16px;
}

.prensa_listado .prensa_item h3 {
	margin: 0;
	font-size: 17px;
	color: #F15923;
}

/* RESIZABLES */
.resizable-table {	empty-cells: show; margin-top: -1px; }
.resizable-title {
	margin: 0;
	margin-left: 30px;
	background: #444;
	color: #FFF;
	padding: 4px 15px;
	border: 2px solid #D6D6D6;
	border-bottom: 0;
	display: inline-block;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
}

/* RESIZABLE BLANCO */
.resizable-body { background: #FFF; }
.resizable-top { background: transparent url(../img/estilo/resizable/blanco/top.png) repeat-x 0 0; }
.resizable-right { background: transparent url(../img/estilo/resizable/blanco/right.png) repeat-y 0 0; }
.resizable-bottom { background: transparent url(../img/estilo/resizable/blanco/bottom.png) repeat-x 0 0; }
.resizable-left { background: transparent url(../img/estilo/resizable/blanco/left.png) repeat-y 0 0; }
.resizable-top-left { background: transparent url(../img/estilo/resizable/blanco/top_left.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }
.resizable-top-right { background: transparent url(../img/estilo/resizable/blanco/top_right.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }
.resizable-bottom-left { background: transparent url(../img/estilo/resizable/blanco/bottom_left.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }
.resizable-bottom-right { background: transparent url(../img/estilo/resizable/blanco/bottom_right.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }

/* RESIZABLE AMARILLO */
.resizable-amarillo .resizable-body { background: #FFFFEA; }
.resizable-amarillo .resizable-top { background: transparent url(../img/estilo/resizable/amarillo/top.png) repeat-x 0 0; }
.resizable-amarillo .resizable-right { background: transparent url(../img/estilo/resizable/amarillo/right.png) repeat-y 0 0; }
.resizable-amarillo .resizable-bottom { background: transparent url(../img/estilo/resizable/amarillo/bottom.png) repeat-x 0 0; }
.resizable-amarillo .resizable-left { background: transparent url(../img/estilo/resizable/amarillo/left.png) repeat-y 0 0; }
.resizable-amarillo .resizable-top-left { background: transparent url(../img/estilo/resizable/amarillo/top_left.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }
.resizable-amarillo .resizable-top-right { background: transparent url(../img/estilo/resizable/amarillo/top_right.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }
.resizable-amarillo .resizable-bottom-left { background: transparent url(../img/estilo/resizable/amarillo/bottom_left.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }
.resizable-amarillo .resizable-bottom-right { background: transparent url(../img/estilo/resizable/amarillo/bottom_right.png) no-repeat 0 0; width: 16px; height: 16px; overflow: hidden; }

/* FORMULARIOS Y TABLAS */
.tabla-formulario { }

.tabla-formulario th {
	text-align: left;
	font-size: 13px;
	color: #666;
	font-weight: bold;
}

.tabla-formulario input[type=text],  .tabla-formulario textarea {
	border: 1px solid #6f5916;
	color: #6f5916;
}

/* ESTILOS DE LOS MODULOS EN HTML */
.mod_galeria_imagenes {
	clear: both;
}

.mod_galeria_imagenes a {
	float: left;
	margin: 10px;
	color: #79681F;
	text-decoration: none;
	text-align: center;
}

.mod_galeria_imagenes a img {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #79681F;
	max-height: 80px;
}

.mod_galeria_imagenes a:hover img {
	background-color: #D4AE1B;
}

.mod_galeria_imagenes table {
	empty-cells: show;
}

.mod_lista_descargas table tr.par {
	background: #EEE;
}

.mod_lista_descargas table tr.impar {
	background: #DDD;
}

.mod_lista_descargas table a {
	text-decoration: none;
	color: #FF0000;
}

.mod_lista_descargas table a:hover {
	text-decoration: underline;
}

.mod_formulario h1 {
	font-size: 23px;
	font-family: "Century Gothic", tahoma, sans-serif;
	margin: 8px 0;
	color: #79681f;
	text-align: center;
}

#miniweb-container {
	background: transparent url('../img/empresas/ver/body.png') repeat-y 0 0;
	width: 768px; margin: 0 auto;
	min-height: 530px;
}

#miniweb {
	position: relative;
	background: transparent url('../img/empresas/ver/head.png') no-repeat 0 0;
}

#miniweb-foot {
	background: transparent url('../img/empresas/ver/foot.png') no-repeat 0 0;
	height: 23px;
}

#miniweb-body {
	min-height: 300px;
	margin-left: 150px;
	margin-right: 15px;
}

#miniweb-head {
	position: relative;
	height: 130px;
}

#miniweb-logo {
	position: absolute;
	top: 15px; left: 15px;
}

#miniweb-titulo {
	position: absolute;
	top: 30px; left: 150px;
	font-size: 19px;
	width: 600px;
}

#miniweb-titulo h2 {
	font-size: 23px;
	margin: 0;
}

#miniweb-titulo cite {
	color: #666;
	font-size: 17px;
	letter-spacing: 2px;
	margin-left: 35px;
}

#miniweb-botonera {
	position: absolute;
	top: 170px; left: 0;
	width: 150px;
	height: 250px;
}

#miniweb-botonera a {
	display: block;
	margin: 8px 0;
	width: 130px; height: 24px; line-height: 23px;
	margin-left: -3px;
	padding-left: 6px;
	background: transparent url('../img/empresas/ver/boton.png') no-repeat 0 0;
	color: #222;
	text-decoration: none;
}

#miniweb-botonera a:hover {
	background-position: 0 -24px;
}

#miniweb-botonera a.verde {
	background-position: 0 -48px;
}

#miniweb-botonera a.verde:hover {
	background-position: 0 -72px;
}

#miniweb-datos-contacto h2, #miniweb-datos-comerciales h2 {
	margin: 0;
	padding: 3px;
	font-size: 19px;
	color: #444;
	background: #FAECA1;
	border: 1px solid #C4A70A;
}

#miniweb-datos-contacto table, #miniweb-datos-comerciales table {
	background: #FAECA1;
	border: 1px solid #C4A70A;
	border-top: 0;
	width: 100%;
}

#miniweb-datos-contacto table th, #miniweb-datos-comerciales table th {
	background: #F1FAA1;
}

#miniweb-datos-contacto table td, #miniweb-datos-comerciales table td {
	background: #F1FAA1;
}

#miniweb-contacto table {
	margin: 0 auto;
	border: 1px solid #C4A70A;
	background: #FDF7D5;
	width: 420px;
	border-collapse: collapse;
}

#miniweb-contacto table td.caption {
	margin: 0 auto;
	padding: 3px;
	font-size: 19px;
	color: #444;
	background: #FAECA1;
	border: 1px solid #C4A70A;
	width: 420px;
}
#miniweb-contacto input[type=text], #miniweb-contacto textarea {
	border: 1px solid #C4A70A;
	background: #FAECA1;
	color: #444;
	padding: 2px;
}