* { margin: 0; padding: 0; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: 0; }
acronym, abbr { border-bottom: 0; }
acronym, dfn, abbr { cursor: help; }
a acronym { cursor: inherit; }
button { cursor: pointer; }
textarea { overflow: auto; }
input  { overflow-y: visible; }

body, input, button, textarea, select {
	font-family: Arial, sans-serif;
	font-size: .95em;
}

button {
	width: auto;
	overflow: visible;
}

html {
	width: 100%;
	height: 100%;
}

body {
	text-align: center;
	cursor: default;
	background: url(images/body-bg.png);
	text-align: center;
	font-size: .7em;
	color: #27313e;
	height: 100%;
}

a.button {
	background: #aaa;
	color: #fff;
	border: 1px #ddd solid;
	padding: .1em .4em;
	text-transform: lowercase;
	font-size: 1.1em;
}

a.button:hover {
	text-decoration: none;
}

#page {
	width: 937px;
	height: 633px;
	background: url(images/page-bg.png) no-repeat !important;
	background-image: url(images/page-bg.gif);
	position: relative;
	margin: -316px auto 0;
	text-align: left;
	top: 50%;
}

#head {
	position: absolute;
	left: 50%;
	margin-left: -68px;
	bottom: 45px;
}

#mainmenu {
	position: absolute;
	right: 61px;
	top: 56px;
	float: right;
	color: #707173;
	font-size: 1.2em;
}

#mainmenu .entries {
	float: left;
}

#mainmenu .entries .entry {
	list-style: none;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 1em;
	letter-spacing: -.05em;
	font-family: Arial Black, Arial, sans-serif;
}

#mainmenu .entries .active, #mainmenu .entries .active a {
	color: #fff !important;
}

#mainmenu .entries .entry a {
	color: #707173;
}

#mainmenu .entries .entry a:hover {
	text-decoration: none;
	color: #ccc;
}

#bodywrapper {
	position: absolute;
	top: 97px;
	left: 72px;
	width: 781px;
	height: 412px;
	overflow: hidden;
}

#body {
	padding: 1em;
}

#foot {
	position: absolute;
	left: 60px;
	bottom: 45px;
}

#foot .logos a {
	opacity: .7;
}

#foot .logos a:hover {
	opacity: 1;
}

#foot .logos img {
	vertical-align: middle;
	margin-right: 1em;
}

#foot_cube {
	position: absolute;
	left: 730px;
	bottom: 45px;
}

#foot_cube .logos a {
	opacity: .7;
}

#foot_cube .logos a:hover {
	opacity: 1;
}

#foot_cube .logos img {
	vertical-align: middle;
	margin-right: 1em;
}

#body .pagetitle {
	text-transform: uppercase;
	font-size: 3.5em;
	color: #b1b3b4;
	letter-spacing: -.05em;
	font-family: Arial Black, Arial, sans-serif;
	line-height: .8em;
	margin-bottom: .3em;
}

#body .pagesubtitle {
	font-size: 1.8em;
	color: #b1b3b4;
	letter-spacing: -.05em;
	font-family: Arial Black, Arial, sans-serif;
	line-height: .8em;
	margin-bottom: .6em;
}

#body .textcontent {
	text-align: justify;
}

#body .textcontentnovedades{
	position:absolute;
}

#body .textcontent p {
	margin: .5em 0;
	line-height: 1.4em;
}

#body .textcontent a {
	color: #001;
}

#body .paginable {
	color: #b3b3b3;
	height: auto !important;
	height: 1%;
	min-width: 0;
	overflow: hidden;
	padding: .4em 1em;
	font-weight: bold;
}

#body .paginable a {
	color: #b3b3b3;
}

#body .paginable .entrynumber {
	float: left;
	line-height: 1.5em;
}

#body .paginable .currentpage {
	float: left;
	line-height: 1.5em;
	margin-left: .5em;
	padding-left: .7em;
	background: url(images/paginable-sep.gif) no-repeat left 55%;
}

#body .paginable .pages {
	float: right;
}

#body .paginable .pages .entries {
	float: left;
}

#body .paginable .pages .entries .entry {
	float: left;
	list-style: none;
}

#body .paginable .pages .entries .entry .inner {
	display: block;
	color: #3a3a3a;
	line-height: 1.3em;
	text-align: center;
}

#body .paginable .pages .entries .entry .number {
	width: 1.3em;
	height: 1.3em;
	margin: 1px;
}

#body .paginable .pages .entries .active .number {
	margin: 0;
	border: 1px #b1b3b4 solid !important;
	color: #000;
}

#body .paginable .pages .entries .entry .number:hover {
	margin: 0;
	border: 1px #d8d9d9 solid;
	text-decoration: none;
}

#body .paginable .pages .entries .entry .prev {
	line-height: 1.5em;
	border-right: 1px #b1b3b4 solid;
	margin-right: .5em;
	padding-right: 1em;
}

#body .paginable .pages .entries .entry .next {
	line-height: 1.5em;
	border-left: 1px #b1b3b4 solid;
	margin-left: .5em;
	padding-left: 1em;
}

#body .paginable .pages .entries .disabled .text {
	color: #b1b3b4;
}

#body .basicform label {
	float: left;
	clear: both;
	width: 35%;
	text-align: right;
	line-height: 1.7em;
	text-transform: uppercase;
}

#body .basicform input, #body .basicform textarea {
	float: right;
	background: #F6F6F6;
	border: 0;
	padding: .2em 1em;
	margin-bottom: .5em;
	border: 1px #ccc solid;
	width: 50%;
}

#body .basicform button {
	clear: both;
	float: right;
	background: #aaa;
	color: #fff;
	border: 1px #ddd solid;
	padding: .1em .4em;
	text-transform: lowercase;
}

#body .contactform {
	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE6 Clearing */
	height: 1%;
}

#body .contactform:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#body .contactform .proplist .set {
	margin-bottom: 1em;
	clear: both;

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE6 Clearing */
	height: 1%;
}

#body .contactform .proplist .set:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#body .contactform .proplist .property {
	float: left;
	text-transform: uppercase;
	margin-bottom: .3em;
	clear: both;
}

#body .contactform .proplist .value {
	background: #F6F6F6;
	border: 0;
	clear: left;
	padding: .2em .5em;
	border: 1px #ccc solid;
}

#body .contactform .proplist .value .inner {
	background: none;
	border: 0;
	width: 100%;
}

#body .contactform .privacy {
	float: left;
	color: #606864;
}

#body .contactform .privacy .message {
	float: none !important;
}

#body .contactform .privacy .check, #body .contactform .privacy .textcontent {
	vertical-align: middle;
}

#body .contactform .privacy a {
	color: #606864;
}

#body .contactform .actions {
	text-align: right;
}

#body .contactform .actions .action {
	float: right;
	background: #aaa;
	color: #fff;
	border: 1px #ddd solid;
	padding: .1em .4em;
	text-transform: lowercase;
	font-size: 1.1em;
}

#body .contactform .error .message {
	padding-bottom: .2em;
	color: #CE191F;
	font-style: italic;
	float: right;
}

#maquetablecontent div.parrafo  {
	margin-bottom: 1em;

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#maquetablecontent div.parrafo:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#maquetablecontent div.foto {
	margin-bottom: .5em;
}

#maquetablecontent div.foto a {
	display: block;
}

#maquetablecontent div.foto a:hover img, #maquetablecontent div.foto a:focus img {
	border-color: #9DABA8;
}

#maquetablecontent div.foto img {
	display: block;
	border: 1px #fff solid;
	padding: 1px;
	vertical-align: middle !important;
	vertical-align: auto;
}

#maquetablecontent div.fotoizquierda {
	float: left;
	margin-right: 1em;
}

#maquetablecontent div.fotoderecha {
	float: right;
	margin-left: 1em;
}

#maquetablecontent div.fotoarriba {
	float: left;
	margin-bottom: .5em;
}

#maquetablecontent div.foto .pie {
	margin-top: .2em;
	display: table;
	font-style: italic;
}

#maquetablecontent a.documento {
	background: url(images/download.gif) no-repeat left center;
	display: inline-block;
	padding: .25em 0 .25em 2em;
	margin-bottom: .5em;
}

#slider {
	width: 100%;
	overflow: hidden;
	width: 759px;
}

#slider .slidercontainer {
	width: 1600px;
}

#slider .slidercontainer .sliderblock {
	width: 759px;
	padding-right: 11px;
	float: left;
}

#newcontent {
	float: left;
	width: 582px;
	/*height: 246px;*/
	height: 250px;
	overflow: hidden;
	position: relative;
}

#newcontent .date {
	color: #5e5e5e;
}

#newcontent .readmore {
	position: absolute;
	right: 0;
	bottom: 0;
	border: .2em #fff solid;
	border-width: .5em 0 0 1em;
	z-index:100 !important;
	overflow:hidden;
}

#newcontent .readmore a {
	/*display: block;*/
	background: #b1b3b4;
	padding: .1em .5em;
	color: #fff;
	font-weight: bold;
}

#newcontent .readmore a:hover {
	background: #707173;
	text-decoration: none;
}

#newgallery {
	width: 164px;
	height: 246px;
	float: right;
	overflow:hidden;
}
.newgalleryinternal{
	height:auto !important;
}

#newgallery .entries .entry {
	list-style: none;
	float: left;
	padding: 0 0 1px 1px;
	/*width: 81px;*/
	/*height: 81px;*/
	/*overflow: hidden;*/
}

#newgallery .entries .entry img {
	vertical-align: middle;
}

#newothers {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
}

* html #newothers { /* Stupid IE6 */
	left: 0em;
	width: 100%;
	padding: 0 1em;
}

* html #newothers .list { /* Stupid IE6 */
	margin: 0 -1em;
}

#newothers .list .entries {
	border-top: 1px #fff solid;
}

#newothers .list .entries .entry {
	list-style: none;
	border-bottom: 1px #fff solid;
}

#newothers .list .entries .active a {
	background: #dadadb !important;
}

#newothers .list .entries .entry a {
	display: block;
	background: #f6f6f6;
	color: #27313e;
	padding: .4em 1em;
}

#newothers .list .entries .entry a:hover {
	text-decoration: none;
}

html > body #newothers .list .entries .entry a:hover { /* Not for IE<7 */
	background: #fff;
}

#newothers .list .entries .active .date{
	color: #fff !important;
}

#newothers .list .entries .entry .date {
	color: #b1b3b4;
}

#newothers .list .entries .active .link {
	display: none;
}

#newothers .list .entries .entry .link {
	font-weight: bold;
	color: #b1b3b4;
}

#clientaccess  .pagetitle {
	display: none;
}

#clientaccess {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#loginbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	margin: -150px 0 0 -150px;
	border: 1px #e5e6e6 solid;
	font-size: 1.1em;
}

#loginbox .basicform {
	width: 100%;
	padding-top: 22%;
	background: url(images/logo-gris.png) no-repeat center 2em !important;
	background-image: url(images/logo-gris.gif);
}

#loginbox .basicforminner {
	width: 19em;
	margin: auto;
	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#loginbox .basicforminner:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#loginbox .basicform .info {
	margin-bottom: 25%;
	text-align: center;
	font-weight: bold;
	color: #707173;
}

#company {
	color: #5E5E5E;
}

#companyinfo {
	float: left;
	width: 58%;
}

#companyproducts {
	float: right;
	width: 40%;
}

#companyproducts .logos {
	margin-top: .4em;
}

#companyproducts .logos img {
	vertical-align: middle;
	margin-right: 1em;
}

#companypos {
	clear: right;
	float: right;
	width: 40%;
	margin-top: 1em;
}

#companypos .entries {
	float: right;
	margin-right: 5em;
	color: #868889;
	list-style: none;
}

#companypos .entries .entry {
	background: url(images/companypos-entries.gif) no-repeat left 60%;
	padding-left: 1.5em;
}

#companypos .entries a {
	color: #27313E;
}

#contact #maquetablecontent {
	width: 48%;
	float: left;
}

#contactform {
	width: 49%;
	float: right;
	padding-top: .5em;
}

#contactform .back button {
	float: none;
	margin-top: 1em;
	font-size: 1.1em;
}

#newdetail {
	margin: -1em;
	height: 365px;
	overflow: auto;
	position: relative;
}

#newdetail .inner {
	padding: 1em;
	position: relative;
}

#newdetail #newcontent {
	height: auto;
	width: auto;
	float: none;
	padding-right: 180px;
}

#newdetail #newcontent .date{
	color: #5E5E5E;
}

#newdetail #newgallery {
	float: none;
	position: absolute;
	top: 1em;
	right: 1em;
}

* html #newdetail #newgallery {  
	right: 2.5em;
}

#newview .controls {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2em;
	line-height: 2em;
}

#newview .controls a {
	color: #3A3A3A;
	font-weight: bold;
}

#newview .controls .back {
	float: left;
	padding-left: 1em;
}

#newview .controls .entries {
	float: right;
	list-style: none;
	padding: .4em 1em 0 0;
}

#newview .controls .entries .entry {
	border: 0 #3A3A3A solid;
	line-height: 1.3em;
	vertical-align: middle;
	float: left;
	padding: 0 1em;
}

#newview .controls .entries .previous {
	border-width: 0 1px 0 0;
}

#newview .controls .entries .next {
	border-width: 0 0 0 1px;
	margin-left: -1px;
}

