@charset "utf-8";
*
{
	margin: 0;
	padding: 0;
	border: 0px;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	border: none;
	margin: 0px;
	font-weight: bold;
	color: #000000;
	outline: none;
}

span
{
	position: absolute;
	left: -5000px;
	top: 0px;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
}
p {
	margin-bottom: 15px;
}
p + ul {
	margin-top: -15px;
	margin-bottom: 10px;
}
li {
	list-style: none;
}




strong {
	font-weight: bold;
}

.flt_right {
	float: right;
}
.localization {
	text-align: right;
	overflow: auto;
}
.localization   li  {
	list-style: url(../images/dot_yellow.jpg);
}

/* ---------------- // BLOQUE SUPERIOR USUARIO ------------------ */
.b-user {
	float: right;
	display: block;
	margin: 5px 0px;
	border: 1px dashed #008700;
	text-align: right;
	padding: 0px 5px;
}
.b-user li{
	padding: 0px 0px 5px 0px;
}
.b-user a {
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #719F86;
}
.b-user a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #008700;
}
.b-user-cp  {
	background-image: url(../images/icons/cp.png);
}
.b-user-logout {
	background-image: url(../images/icons/logout.png);
}
.b-user-register{
	background-image: url(../images/icons/register.png);
}
.b-user-login {
	background-image: url(../images/icons/login.png);
}

.b-user b {
	color: #008700;
}

/* ---------------- BLOQUE SUPERIOR USUARIO // ------------------ */
.localization   ul  {
	float: right;
	text-align: left;
}

.error_list{
	color: #C21414;
}

#contact {
	float: right;
}


label  {
	display: block;
	font-weight: bold;
}

/* ------------------ // CAJAS DE TEXTO TUNING ------------------ */
.txt{
	border-width: 0px;
	border-style: none;
}
.txt:hover{
	background: #DFEF86; 
}
.txt:focus{
	background: #DFEF86; 
}
/* ------------------ CAJAS DE TEXTO TUNING KOOOOOOOOO // ------------------ */
input, textarea {
	background: #DAF3DE;
	font-size: 15pt;
}

.borde{
	border:#97B300 1px solid;
}

.wide
{
	width: 100%;
}

#form {
	overflow: hidden;
	margin-bottom: 15px;
}

/* ---------------  // FORMULARIOS PANEL DE CONTROL --------------------*/
.box-body{
	overflow: hidden;
	border: rgb(151, 179, 0) solid 1px;;
	padding: 5px;
	margin-bottom: 15px;
}

.box-cell {
	overflow: hidden;
	border: rgb(151, 179, 0) solid 1px;;
	padding: 5px;
	margin-bottom: 15px;
}

.box-title, .block-title{
	color: #97B300;
	font-weight: bold;
	margin-bottom: 10px;
}

.block {
	overflow: hidden;
	margin-bottom: 5px;
}
/* ------------------ FORMULARIOS PANEL DE CONTROL // --------------------*/
/* ------------------ // TABLAAAAAAAAAAAAAAAAS PRESUPUESTO -------------- */
.presupuestos
{
border-collapse:collapse;
width: 100%;
}
.presupuestos thead{
text-align: center;
background: #F8FFCF;
}
.presupuestos tbody tr td, .presupuestos thead th{
font: 9pt/10pt Helvetica;
border: #C1CF74 1px solid;
vertical-align: top;
}
 .presupuestos thead th{
font-weight: bold;
}
.presupuestos tbody tr td ul li
{
font: 9pt/10pt Helvetica;
}
#presupuesto_pager{
text-align:center;
}
#presupuesto_pager span{
position:relative;
left:auto;
top:auto;
color: #008700;
}
/* ------------------ TABLAAAAAAAAAAAAAAAAS PRESUPUESTO // --------------- */
.multi_block label {
	display: inline;
}


.box-product-fixed-width{
	width: 206px;
	text-align: left;
	float: left;
}

.box-product {
	text-align: left;
	float: left;
	overflow: hidden;
	margin-left: 20px;
	width: auto;
}


.box-product-image{
	height: 60px;
	overflow: hidden;
}

.center{
	text-align:center;
}


.radio label, .radio input{
	display: inline;
	width: auto;
}

.flt_left {
	float: left;
}
.clear{
	clear:both;
}


.green {
	color: #008700;
}

.box .info
{
	padding: 15px 0px 15px 48px;
	background:url(../images/icons/atencion.png) no-repeat left;
}

/* ------------------- // BOTONCICOS DE LOS COJONES ------------------ */
.buttons {
	margin: 15px 0px 0px 0px;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
/* -------------------   BOTONCICOS DE LOS COJONES // ------------------ */

.att{
background-color: #FEF6D2;
}
.gold {
	color: #97B300;
}
.more {
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
}

#maps {
	margin-top: 62px;
}
#map_holder {
	margin-bottom: 10px;
	border: 1px solid #000000;
}
#map_zaragoza {
	height: 120px;
}

#map_barcelona {
	height: 120px;
}




#container {
	width: 850px;
	margin:10px auto;
}



#title h2
{
	line-height: 50px;
	display: block;
	line-height: 50px;
}

#title
{
	background: #008700;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #E3FF47;
	font-weight: bold;
}
#body {
	background: url(../images/container.jpg)  repeat-y 0px 0px;
	text-align: justify;
	width: 100%;
	overflow: auto;
	clear: right;
}

.producto {
	background: #DAF3DE;
}

/* -------------------- // CAJAS GENERADAS DINAMICAMENTE -------------------  */
.b-result-content {
	border: 1px #DAF3DE solid;
	margin-bottom: 15px;
}

.b-result-content p{
	margin-bottom: 5px;
}

.b-sub-result-content
{
	overflow:hidden;
	margin-bottom: 5px;
}

.producto-imagen{
	float: left;
	border: #97B300 1px dotted;
	padding: 1px;
	margin-right: 10px;
}

/* -------------------- CAJAS GENERADAS DINAMICAMENTE // -------------------  */
.producto strong {
	color: #97B300;
}

ul.productos li {
	list-style: url(../images/dot.jpg) inside;
}
ul.productos {
	padding-left: 10px;
}
#galeria .imagen {
	margin-top: 20px;
}





#header
{
	height: 173px;
	background: #FEF6D2 url(../images/head_bg.jpg) no-repeat right 0px;
	border: 1px solid #008700;
	position: relative;
}

#header   li  
{
	list-style: none;
	font-size: 8pt;
	letter-spacing: -1px;
	padding: 3px 0px 3px 23px;
	border-top: 1px solid #008700;
}
#header  strong {
	font-size: 8pt;
}



#header .info  {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
}


#header h1 a
{
	background: url(../images/logo.jpg) no-repeat 0px 0px;
	width: 210px;
	height: 46px;
	position: absolute;
	margin-left: 23px;
	margin-top: 25px;
}
#content 
{
	overflow: hidden;
	width: 669px;
}
#content_inner {
	width: 412px;
	padding: 10px;
	overflow: hidden;
}

#menu {
	border-right: 1px solid #E3FF47;
	border-left: 1px solid #E3FF47;
	width: 234px;
}

#menu li {
	list-style: none;
}
#menu li a {
	display: block;
	line-height: 49px;
	background: #666666;
	color: #FAFFDB;
	font-weight: bold;
	border-bottom: 1px solid #E3FF47;
	width: 100%;
	text-indent: 23px;
}
#menu li a.active {
	color: #E3FF47;
	background: #008700;
}
#menu li a:hover {
	color: #E3FF47;
	background: #008700;
}
#right_col {
	width: 180px;
	overflow: auto;
}
#footer {
	border-top: 1px solid #E3FF47;
}
#footer p {
	line-height: 25px;
	background: #97B300;
	font-size: 8pt;
	color: #008700;
	padding-left: 23px;
	margin: 0px;
}
#footer p strong {
	font-size: 8pt;
}
