/* @group Reset browser styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* @end */

/* @group HTML */

/* @group Common */

body {
	background-color: #A5ACB0;
	font: 13px "Trebuchet MS", Arial, Geneva;
}

table {
	margin-bottom: 1em;
}

/* links */

a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

a:active {
	color: blue;
	text-decoration: underline;
}

/* Link tipo input botón */

a.button, a.button:link, a.button:visited, a.button:hover, a.button:active {
	background-color: #d1d4d3;
	font-size: 12px;
	margin: 0;
	padding: 1px 3px;
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	border-right: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	border-top: 1px solid white;
	border-left: 1px solid white;
}

hr {
	border-style: none;
	border-bottom: 1px solid #545e6a;
	margin-top: 10px;
	margin-bottom: 10px;
}



/* @end */

/* @group UL */

ul.normal {
	padding-left: 25px;
	margin-bottom: 1em;
}

ul.normal li {
	margin-bottom: 4px;
	list-style-image: url(img/arrow-021-white-18pt.gif);
	list-style-position: outside;
}



/* @end */

/* @group UL Content */

ul.content-list {
	padding-left: 25px;
}

ul.content-list li {
	margin-bottom: 4px;
	width: 400px;
	list-style-image: url(img/arrow-021-white-18pt.gif);
	list-style-position: outside;
}



/* @end */

/* @group UL Table Content (Titulo arriba) */

ul.content-list-table-hup {
	width: 400px;
	padding-left: 20px;
}

ul.content-list-table-hup > li {
	list-style-image: url(img/arrow-021-white-18pt.gif);
	list-style-position: outside;
	display: table;
	padding-left: 22px;
	background: url(img/arrow-021-white-18pt.gif) no-repeat;
	padding-bottom: 10px;
}

ul.content-list-table-hup > li > span.list-table-th {
	font-weight: bold;
	display: table-row;
	background-repeat: no-repeat;
	font-size: 14px;
}

ul.content-list-table-hup > li > span.list-table-td {
	font-weight: normal;
	display: table-row;
	font-style: normal;
	background-repeat: no-repeat;
}



/* @end */

/* @group UL Table Content (Título izquierda) */

ul.content-list-table {
	width: 400px;
	display: table;
}

ul.content-list-table > li {
	width: 400px;
	list-style-image: url(img/arrow-021-white-18pt.gif);
	list-style-position: outside;
	display: table-row;
	background-repeat: no-repeat;
}

ul.content-list-table > li > span.list-table-th {
	font-weight: bold;
	display: table-cell;
	padding-left: 26px;
	padding-bottom: 6px;
	font-size: 14px;
	background: url(img/arrow-021-white-18pt.gif) no-repeat;
}

ul.content-list-table > li > span.list-table-td {
	font-weight: normal;
	display: table-cell;
	font-style: normal;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 6px;
}



/* @end */

/* @group UL MK */

ul.mk {
	width: 80%;
	padding-left: 10px;
}

ul.mk li {
	background: url(img/arrow-021-white-18pt.gif) no-repeat 0 1px;
	margin-bottom: 1em;
}

ul.mk li div.item-header {
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
}

ul.mk li div.item-content {
	padding-left: 20px;
}



/* @end */

/* @group Table Horizontal Lines */

table.hlines tbody tr td {
	padding: 4px 20px 4px 6px;
	text-align: left;
	border-bottom: 1px solid gray;
}

table.hlines tbody tr th {
	padding: 4px 20px 4px 6px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid gray;
}



/* @end */

/* @group Table simple */
table.simple {
	background-color: #F1F1F1;
	padding: 0;
	border: 1px solid #b7bcbe;
	border-collapse: collapse;
}

table.simple tbody tr th {
	font-weight: normal;
	padding: 4px;
	border: 1px solid #b7bcbe;
	text-align: left;
	background-color: #dee2e5;
}

table.simple tbody tr td {
	padding: 4px 8px;
	border: 1px solid #b7bcbe;
	text-align: left;
}



/* @end */

/* @group Table Striped */

table.striped {
	
}

table.striped tr td {
	padding: 2px 12px 2px 2px;
}

table.striped tr.odd td {
	background-color: #eaeaea;
}



/* @end */

/* @group Forms */

/* @group Validación */

div.validation-msg {
	display: none;
}

div#MC-messages > div.msgs {
}

div#MC-messages > div.msgs > div.attention {
	background-color: #f98c91;
	padding: 4px 6px;
	display: inline-block;
	margin-bottom: 1em;
}



/* @end */

/* @group Common */

/* Labels */

span.form-label {
	display: block;
	color: #666;
}

span.form-label-placeholder {
	display: block;
	color: white;
}

span.form-label-inline {
	color: #666;
}

span.form-label-inline-radio {
	color: #666;
	vertical-align: top;
}

/* Fake botones */

div.button {
	background-color: #d1d4d3;
	font-size: 12px;
	margin: 0;
	padding: 1px;
	cursor: pointer;
	border-bottom: 1px solid #4b4b4b;
	border-right: 1px solid #4b4b4b;
}

/* Input botones */

input.submit, input.button {
	background-color: #d1d4d3;
	border-bottom: 1px solid #4b4b4b;
	border-right: 1px solid #4b4b4b;
	border-top: 1px solid white;
	border-left: 1px solid white;
	font-size: 12px;
	margin: 0;
	padding: 1px;
}

input.button-safe {
	border-bottom: 1px solid #4b4b4b;
	border-right: 1px solid #4b4b4b;
	border-top: 1px solid white;
	border-left: 1px solid white;
	font-size: 12px;
	padding: 1px 11px 1px 1px;
	margin: 0;
	background: #d1d4d3 url(img/icon-safelock.gif) no-repeat 96% 50%;
}

/* Input text */

input.text {
	font-size: 12px;
	padding: 0 2px 0 1px;
	margin: 0;
}

input.text.attention {
	border: 2px solid red;
	padding-top: 2px;
	padding-bottom: 2px;
	background: white url(img/attention-icon.gif) no-repeat 98%;
	margin: 0;
}

input.text-natural.attention {
	border: 2px solid red;
	padding-top: 2px;
	padding-bottom: 2px;
	background: white url(img/attention-icon.gif) no-repeat 98%;
	margin: 0;
}

/* Input Checkbox  */

input.checkbox {
	vertical-align: baseline;
	margin: 0;
}

input.checkbox.attention {
	border: 2px solid red;
}

/* Select */

select {
	font-size: 12px;
}

select.peq {
	font-size: 11px;
}

select.attention {
	border: 2px solid red;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(img/attention-icon.gif) no-repeat 98%;
}

select.attention option {
	background-color: white;
}

/* Textarea */

textarea.attention {
	border: 2px solid red;
}



/* @end */

/* @group Formgrid */

div.formgrid-section {
	margin-bottom: 2em;
	margin-top: 1em;
}

div.formgrid-block {
	
}

div.formgrid-block-opt {
	border: 1px solid #b3bfd0;
	background-color: #d1dff3;
	padding: 8px 12px 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.formgrid-block-naf {
	margin-bottom: 1em;
	height: 35px;
}

div.formgrid-block-whole {
	margin-bottom: 1em;
	height: 35px;
}

div.formgrid-block-whole-autoH {
	margin-bottom: 1em;
}

div.formgrid-block-half {
	width: 49%;
	float: left;
	height: 35px;
	margin-bottom: 1em;
}

div.formgrid-block-half-autoH {
	width: 49%;
	float: left;
	margin-bottom: 1em;
}

div.formgrid-block-half-placeholder {
	width: 49%;
	float: left;
	height: 35px;
	margin-bottom: 1em;
}

div.formgrid-block-third {
	width: 32%;
	float: left;
	height: 35px;
	margin-bottom: 1em;
}

div.formgrid-block-third-autoH {
	width: 32%;
	float: left;
	margin-bottom: 1em;
}

div.formgrid-block-flex {
	float: left;
	padding-right: 1em;
	margin-bottom: 1em;
}

div.formgrid-block-third-placeholder {
	width: 32%;
	float: left;
	height: 35px;
	margin-bottom: 1em;
}

/* Especiales */

div.formgrid-comboCheckbox-checkbox {
	float: left;
	margin-bottom: 1em;
}

div.formgrid-comboCheckbox-text
 {
	padding-left: 19px;
	color: #666;
	margin-bottom: 1em;
}

div.formgrid-block h2 {
	border-bottom: 1px solid gray;
}

div.formgrid-block h2 div.extra {
	color: gray;
	font-weight: normal;
	font-style: normal;
	float: right;
	font-size: 14px;
}

div.formgrid-block div.h2extra {
	color: gray;
	font-weight: normal;
	font-style: normal;
	float: right;
	font-size: 14px;
	margin-top: -32px;
	clear: none;
	text-align: right;
}

/* Auto format */

/*   --input */

div.formgrid-block-whole input.text {
	width: 90%;
}

div.formgrid-block-naf input.text {
	width: auto;
}

div.formgrid-block-half input.text {
	width: 80%;
}

div.formgrid-block-third input.text {
	width: 80%;
}

/* --textarea */

div.formgrid-block > textarea {
	width: 95%;
}

div.formgrid-block-whole textarea {
	width: 95%;
}

div.formgrid-block-whole-autoH textarea {
	width: 95%;
}

/* --table */

div.formgrid-block-half table {
	margin: 0;
}

/* Extras */

div.fieldswrap {
	background-color: #d1dff3;
	margin-bottom: 1em;
	border: 1px solid #b3bfd0;
	padding-left: 1em;
	padding-top: 0.6em;
	position: relative;
}

/* Agregar */

div.fieldswrap-controlwrap-add {
	padding-left: 1em;
	text-align: right;
	margin-bottom: 1em;
}

span.fieldswrap-controller-add {
	width: 24px;
	height: 24px;
	background-image: url(img/icon-add.gif);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

span.fieldswrap-controller-add:hover {
	cursor: pointer;
}

/* Eliminar */

/*
Remove desde arriba
div.fieldswrap-controller-remove {
	width: 24px;
	height: 24px;
	float: right;
	margin-top: 1em;
	margin-right: 10px;
	background: url(img/icon-remove.gif) no-repeat;
}

div.fieldswrap-controller-remove:hover {
	cursor: pointer;
}
*/
div.fieldswrap-controller-remove {
	width: 24px;
	height: 24px;
	float: right;
	background: url(img/icon-remove.gif) no-repeat;
	margin-right: 10px;
	margin-top: 1em;
}

div.fieldswrap-controller-remove:hover {
	cursor: pointer;
}

div.fieldswrap div.formgrid-block {
	margin: 0;
}



/* @end */

/* @group CAPTCHA */

#captcha_img {
	margin-top: 1em;
	margin-right: 1em;
}



/* @end */



/* @end */



/* @end */

/* @group Core layout */

#page {
	padding-left: 195px;
	padding-right: 195px;
	width: 610px;
	background: white url(img/shadow-header.gif) repeat-x 0 87px;
}

#header, #footer {
	margin-left: -195px;
	margin-right: -195px;
}

.column {
	position: relative;
	float: left;
}

#content {
	padding: 10px 10px 30px;
	width: 590px;
}

#menu {
	width: 175px;
	padding: 10px;
	margin-left: -610px;
	right: 195px;
}

#util {
	width: 181px;
	padding: 10px 7px;
	margin-right: -610px;
	font-size: 11px;
	line-height: 1.3em;
}

#footer {
	clear: both;
	background: #4c575f url(img/shadow-footer.gif) repeat-x;
	height: 9em;
}

#header {
	height: 87px;
	background: #ff6600 url(img/header-search-2.gif) no-repeat 0 100%;
}



/* @end */

/* @group Error */

#page-error {
	width: 610px;
	background: white url(img/shadow-header.gif) repeat-x 0 87px;
}

#header-error {
	height: 87px;
	background: #ff6600 url(img/header-search-1.gif) no-repeat 0 100%;
}

#content-error {
	padding: 10px 10px 30px;
	height: 100%;
}

/* @group Content */

#content-error h1 {
	font-weight: normal;
	color: #f60;
	font-size: 24px;
	font-style: normal;
	margin: 3px 0 12px;
}

#content-error h2 {
	font-weight: bold;
	color: #31383e;
	font-size: 16px;
	margin: 0 0 12px;
}

#content-error p {
	line-height: 1.1em;
	margin: 0 0 12px;
}

#content-error p.nota {
	font-style: italic;
	color: gray;
}

#content-error p.claim {
	color: #f97a24;
	font: italic 1.3em Georgia, "Times New Roman", Times, serif;
}



/* @end */



/* @end */

/* @group Header */

/*#unipost-identity {
	position: absolute;
	top: 12px;
	left: 20px;
}*/

#unipost-identity {
	position: absolute;
	top: 12px;
	left: 20px;
	width: 180px;
	height: 56px;
}

#header-util {
	float: right;
	margin: 10px 10px auto auto;
	text-align: right;
	width: 200px;
}

#header-util-telf {
	margin-bottom: 3px;
}

#languageselector {
	font-size: 9px;
	color: white;
}

#languageselector li {
	float: right;
	padding-left: 6px;
}

#languageselector a.lenya-language-isCurrent {
	font-weight: bold;
	color: #ffb380;
	text-decoration: none;
}

#languageselector a.lenya-language-isCurrent:link {
	font-weight: bold;
	color: #ffb380;
	text-decoration: none;
}

#languageselector a.lenya-language-isCurrent:visited {
	font-weight: bold;
	color: #ffb380;
	text-decoration: none;
}

#languageselector a.lenya-language-isCurrent:hover {
	font-weight: bold;
	color: #ffb380;
	text-decoration: none;
}

#languageselector a.lenya-language-isCurrent:active {
	font-weight: bold;
	color: #ffb380;
	text-decoration: none;
}

#languageselector a:link {
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#languageselector a:visited {
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#languageselector a:hover {
	color: white;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#languageselector a:active {
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#header-search {
	position: absolute;
	top: 57px;
	left: 795px;
}

#header-search input.text {
	width: 130px;
}



/* @end */

/* @group Menu */

#menu ul {
	list-style-type: none;
}

#menu li.menu-parent-collapsed {
	padding: 3px 3px 3px 12px;
	border-bottom: 1px solid #545e6a;
	text-shadow: #000000 0 0 0;
	background: url(img/menu-arrow-collapsed.gif) no-repeat 0 0.7em;
}

#menu li.menu-parent-open {
	padding: 3px 3px 3px 12px;
	border-bottom: 1px solid #545e6a;
	text-shadow: #000000 0 0 0;
	background: url(img/menu-arrow-open.gif) no-repeat 0 0.7em;
}

#menu li {
	padding: 3px 3px 3px 12px;
	border-bottom: 1px solid #545e6a;
	list-style-image: none;
	list-style-position: inside;
	font-size: 14px;
	list-style-type: none;
}

#menu a.menuitem-active:link {
	color: #f60;
	text-decoration: none;
	font-weight: bold;
}

#menu a.menuitem-active:visited {
	color: #f60;
	text-decoration: none;
	font-weight: bold;
}

#menu a.menuitem-active:hover {
	color: #f60;
	font-weight: bold;
	text-decoration: none;
}

#menu a.menuitem-active:active {
	color: #f60;
	font-weight: bold;
	text-decoration: none;
}

#menu a {
	color: #4c575f;
	text-decoration: none;
	font-weight: bold;
}

#menu a:link {
	color: #4c575f;
	text-decoration: none;
	font-weight: bold;
}

#menu a:visited {
	color: #4c575f;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #4c575f;
	text-decoration: underline;
	font-weight: bold;
}

#menu a:active {
	color: #4c575f;
	text-decoration: underline;
	font-weight: bold;
}

/* @group Submenu */

#menu ul li ul {
}

#menu ul li ul li {
	border-style: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
	list-style-position: outside;
	list-style-type: none;
}

#menu ul li ul li.menu-current > a:link {
	font-weight: normal;
	font-style: normal;
	color: #f60;
	text-decoration: none;
}

#menu ul li ul li.menu-current > a:visited {
	font-weight: normal;
	font-style: normal;
	color: #f60;
	text-decoration: none;
}

#menu ul li ul li.menu-current > a:hover {
	font-weight: normal;
	font-style: normal;
	color: #f60;
	text-decoration: none;
}

#menu ul li ul li.menu-current > a:active {
	font-weight: normal;
	font-style: normal;
	color: #f60;
	text-decoration: none;
}

#menu ul li ul li a:link {
	color: #4c575f;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#menu ul li ul li a:visited {
	color: #4c575f;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#menu ul li ul li a:hover {
	text-decoration: underline;
	color: #4c575f;
	font-weight: normal;
	font-style: normal;
}

#menu ul li ul li a:active {
	text-decoration: underline;
	color: #4c575f;
	font-weight: normal;
	font-style: normal;
}



/* @end */

/* @group Menu Box */

div.menu-item-sub {
	font-size: 10px;
	width: 115px;
	line-height: 9px;
	margin: 0;
	padding: 0;
}

/* Contacto */

#menu li#menu-contacto {
	background: url(img/menu-item-contacto.gif) no-repeat 0 0;
	border-style: none;
	margin-top: 8px;
	padding: 4px 3px 8px 50px;
	margin-bottom: 0;
	height: 37px;
}

#menu li#menu-contacto a {
	font-size: 13px;
	line-height: 13px;
}

#menu li#menu-contacto-active {
	border-style: none;
	margin-top: 8px;
	margin-bottom: 0;
	height: 37px;
	padding: 4px 3px 8px 50px;
	background: url(img/menu-item-contacto-active.gif) no-repeat 0 0;
}

li#menu-contacto-active a:link {
	color: white;
}

li#menu-contacto-active a:visited {
	color: white;
}

li#menu-contacto-active a:hover {
	color: white;
}

li#menu-contacto-active a:active {
	color: white;
}
/* Empleo */

#menu li#menu-empleo {
	background: url(img/menu-item-empleo.gif) no-repeat 0 0;
	border-style: none;
	margin-top: 4px;
	padding: 10px 3px 7px 50px;
	height: 37px;
	border-bottom: 1px solid #545e6a;
	line-height: 0.9em;
}

#menu li#menu-empleo a {
	font-size: 13px;
}

#menu li#menu-empleo-active {
	background: url(img/menu-item-empleo-active.gif) no-repeat 0 0;
	border-style: none;
	margin-top: 4px;
	padding: 10px 3px 7px 50px;
	height: 37px;
	border-bottom: 1px solid #545e6a;
	line-height: 0.9em;
}

#menu li#menu-empleo-active a:link {
	color: white;
}

#menu li#menu-empleo-active a:visited {
	color: white;
}

#menu li#menu-empleo-active a:hover {
	color: white;
}

#menu li#menu-empleo-active a:active {
	color: white;
}



/* @end */



/* @end */

/* @group Util Boxes */

/* @group Util Box Light */

.util-box-light {
	margin-bottom: 10px;
	background: url(img/shadow-box-light-body.gif) repeat-y;
	padding-right: 13px;
	padding-left: 13px;
}

.util-box-light-head {
	width: 181px;
	height: 6px;
	background: url(img/shadow-box-light-up.gif) no-repeat;
	margin-left: -13px;
	margin-right: -13px;
	margin-bottom: 0.5em;
}

.util-box-light-footer {
	width: 181px;
	height: 6px;
	background: url(img/shadow-box-light-down.gif) no-repeat;
	margin-left: -13px;
	margin-right: -13px;
	margin-top: 10px;
}

.util-box-light h2 {
	color: #f60;
	font-size: 15px;
	margin-bottom: 6px;
	font-weight: bold;
}

.util-box-light p, form, input {
	margin-bottom: 0.6em;
}

.util-box-light ul {
	margin-bottom: 1em;
}



/* @end */

/* @group Util Box Negative */

.util-box-negative {
	padding: 0 13px;
	margin-bottom: 10px;
	background: url(img/shadow-box-negative-body.gif) repeat-y;
}

.util-box-negative-head {
	width: 181px;
	height: 6px;
	background: url(img/shadow-box-negative-up.gif) no-repeat;
	margin-left: -13px;
	margin-right: -13px;
	margin-bottom: 0.5em;
}

.util-box-negative-footer {
	width: 181px;
	height: 6px;
	background: url(img/shadow-box-negative-down.gif) no-repeat;
	margin-left: -13px;
	margin-right: -13px;
	margin-top: 10px;
}

.util-box-negative h2 {
	color: white;
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: bold;
}

.util-box-negative p, form, input {
	margin-bottom: 0.6em;
}



/* @end */

/* @group Online */

#util-box-online {
	padding: 0 13px;
	margin-bottom: 10px;
	background: url(img/shadow-box-light-body.gif) repeat-y;
}

.util-box-online-head {
	width: 181px;
	height: 43px;
	background: url(img/box-online-before.gif) no-repeat;
	margin-left: -13px;
	margin-right: -13px;
	margin-bottom: 0.5em;
}

.util-box-online-footer {
	width: 181px;
	height: 6px;
	background: url(img/shadow-box-light-down.gif) no-repeat;
	margin-left: -13px;
	margin-right: -13px;
}

#util-box-online h2 {
	color: #f60;
	font-size: 15px;
	margin-bottom: 6px;
	font-weight: bold;
}

#util-box-online p, form, input {
	margin-bottom: 0.6em;
}



/* @end */

/* @group FAQ */

#util-box-faq ul {
	padding-left: 14px;
}

#util-box-faq ul li {
	list-style-position: outside;
	list-style-image: url(img/box-clear-list-item.gif);
	margin-bottom: 4px;
}

#util-box-faq ul li a:link {
	text-decoration: none;
}

#util-box-faq ul li a:visited {
	text-decoration: none;
}

#util-box-faq ul li a:hover {
	text-decoration: underline;
}

#util-box-faq ul li a:active {
	text-decoration: underline;
}



/* @end */

/* @group Centros */

#util-box-centros {
	padding: 0 13px;
	margin-bottom: 10px;
	background: url(img/shadow-box-negative-body.gif) repeat-y;
}

.util-box-centros-head {
	width: 181px;
	height: 43px;
	background: url(img/box-centros-before.gif) no-repeat;
	margin-left: -13px;
	margin-right: -13px;
	margin-bottom: 0.5em;
}

.util-box-centros-footer {
	width: 181px;
	height: 6px;
	background: url(img/shadow-box-negative-down.gif) no-repeat;
	margin-left: -13px;
	margin-right: -13px;
}

#util-box-centros h2 {
	color: white;
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: bold;
}

#util-box-centros p, form, input {
	margin-bottom: 0.6em;
}



/* @end */



/* @end */

/* @group Content */

/* @group Productos */

#body h1.productos {
	font-weight: normal;
	color: #f60;
	font-size: 32px;
	font-style: normal;
	margin: 6px 0 20px;
	height: 55px;
	float: none;
	padding: 0 0 0 58px;
}

#body h1.pCartas {
	background: url(img/productos-logo-cartas.gif) no-repeat;
}

#body h1.pUniburofax {
	background: url(img/productos-logo-uniburofax.gif) no-repeat;
}

#body h1.pUnicontrol {
	background: url(img/productos-logo-unicontrol.gif) no-repeat;
}

#body h1.pUnidata {
	background: url(img/productos-logo-unidata.gif) no-repeat;
}

#body h1.pPublicitarios {
	background: url(img/productos-logo-publicitarios.gif) no-repeat;
}

#body h1.pRevistas {
	background: url(img/productos-logo-revistas.gif) no-repeat;
}

#body h1.pIntegral {
	background: url(img/productos-logo-integral.gif) no-repeat;
}

#body h2.productos {
	font-weight: normal;
	color: gray;
	font-size: 16px;
	float: left;
	margin: -42px 0 0 58px;
	padding: 0;
	height: auto;
	font-style: normal;
}

div.productosPresupuestoLinkSO {
	margin-top: 1em;
	text-align: right;
}

div.productosPresupuestoLink {
	background-color: #4189DD;
	padding: 6px 6px 6px 10px;
	margin-top: 1em;
	float: right;
}

div.productosPresupuestoLink a:link {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(img/productos-presupuesto-arrow-B.gif) no-repeat 100%;
	padding-right: 26px;
}

div.productosPresupuestoLink a:visited {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(img/productos-presupuesto-arrow-B.gif) no-repeat 100%;
	padding-right: 26px;
}

div.productosPresupuestoLink a:hover {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(img/productos-presupuesto-arrow-B.gif) no-repeat 100%;
	padding-right: 26px;
}

div.productosPresupuestoLink a:active {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(img/productos-presupuesto-arrow-B.gif) no-repeat 100%;
	padding-right: 26px;
}



/* @end */

/* @group Main visual */

#content div.main-visual-264 {
	width: 590px;
	height: 264px;
	margin-left: -3px;
	margin-right: -3px;
	background: url(img/shadow-main-visual-full-264.gif) no-repeat;
	padding: 3px;
}

/* (main-visual-97) */

#content div.main-visual {
	width: 590px;
	height: 97px;
	margin-left: -3px;
	margin-right: -3px;
	background: url(img/shadow-main-visual-full-97.gif) no-repeat;
	padding: 3px;
}



/* @end */

div.p_like {
	margin-bottom: 1em;
}

div.p_like_extramargin {
	margin-bottom: 2em;
}

#body h1 {
	font-weight: normal;
	color: #f60;
	font-size: 24px;
	font-style: normal;
	margin: 3px 0 12px;
}

#body h2 {
	font-weight: bold;
	color: #31383e;
	font-size: 16px;
	margin: 0 0 12px;
}

#body h2.serviciosRelacionados {
	font-weight: bold;
	color: #31383e;
	font-size: 16px;
	border-bottom: 1px solid #31383e;
	margin: 1.5em 0 -0.7em;
}

#body h3 {
	font-weight: normal;
	color: gray;
	font-size: 14px;
	margin: 0 0 12px;
	font-style: normal;
}

#body h3.h1subtitle {
	font-weight: normal;
	color: gray;
	font-size: 14px;
	margin: -12px 0 12px;
	font-style: normal;
}

#body p {
	line-height: 1.1em;
	margin: 0 0 12px;
}

#body p.nota {
	font-style: italic;
	color: gray;
}

#body p.claim {
	color: #f97a24;
	font: italic 1.3em Georgia, "Times New Roman", Times, serif;
}

span.nota {
	font-style: italic;
	color: gray;
}

.extra-content {
	background-color: #e6f0ff;
	border: 1px solid #b3bfd0;
	margin-bottom: 1em;
	padding: 1em;
}

.content-media-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.content-media-right {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}

.italic {
	font-style: italic;
}

/* @group Home */

div.home_3b183 {
	
}

div.home_3b183 .b183 {
	width: 183px;
	float: left;
	margin-right: 20px;
}

div.home_3b183 .last {
	margin-right: 0;
}

div.home_3b183 .b183 .b183visual {
	margin-left: -3px;
	margin-right: -3px;
	height: 80px;
	padding: 3px;
	background: url(img/shadow_b183.gif) no-repeat;
}

div.home_3b183 .b183 .title {
	color: #4c575f;
	font-size: 18px;
	margin-bottom: 0.5em;
}

/*div.home_3b183 .b183 .title {
	font-weight: bold;
	color: #31383e;
	font-size: 16px;
	margin-bottom: 0.5em;
}*/

#home-banners {
	margin-top: 1.5em;
	width: 596px;
	margin-left: -3px;
	margin-right: -3px;
}

#home-banner-400 {
	float: left;
	width: 400px;
	height: 80px;
	background: url(img/shadow-banner-400-full.gif) no-repeat;
	padding: 3px;
}

#home-banner-170 {
	float: right;
	width: 170px;
	height: 80px;
	background: url(img/shadow-banner-170-full.gif) no-repeat;
	padding: 3px;
}



/* @end */

/* @group Layout 2 cols */

div.layout2cols {
	margin-bottom: 2em;
	margin-top: 1em;
}

div.layout2cols div.col {
	width: 265px;
	padding-right: 20px;
	float: left;
}



/* @end */



/* @end */

/* @group Login */

.login-panel {
	width: 200px;
	border: 1px solid #b3bfd0;
}

.login-panel-content {
	background-color: #d1dff3;
	padding: 10px;
	border-bottom: 1px solid #b3bfd0;
}

.login-panel-actions {
	padding: 10px;
}



/* @end */

/* @group Login 2 */

div.login-block {
	
}

div.login-signin {
	width: 220px;
	float: left;
	padding-right: 30px;
}

div.login-signup {
	width: 230px;
	float: left;
	padding: 12px;
	background-color: #d1dff3;
}



/* @end */

/* @group FAQ */

div.faq-item {
	margin-bottom: 1.6em;
	padding-left: 10px;
}

div.faq-item div.question {
	font-size: 14px;
	padding-left: 20px;
	background: url(img/arrow-021-white-18pt.gif) no-repeat 0 1px;
	font-weight: bold;
}

div.faq-item div.question a {
	text-decoration: none;
	color: black;
}

div.faq-item div.question a:visited {
	text-decoration: none;
	color: black;
}

div.faq-item div.question a:hover {
	text-decoration: none;
	color: black;
}

div.faq-item div.question a:active {
	text-decoration: none;
	color: black;
}

div.faq-item div.answer {
	padding-left: 20px;
}

div.faq-item ul {
	padding-left: 14px;
}

div.faq-item ul li {
	list-style-position: outside;
	list-style-image: url(img/box-clear-list-item.gif);
	margin-bottom: 4px;
}



/* @end */

/* @group Fixas */

#fixas {
	margin-top: 2em;
}

ul.fixa-tabs-row {
	height: 23px;
	margin: 0 0 6px;
	padding-left: 10px;
	background: url(img/shadow-tabs.gif) repeat-x 0 100%;
}

ul.fixa-tabs-row-pruebamejora {
	border-bottom: 4px solid #ff6600;
}

ul.fixa-tabs-row li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}

ul.fixa-tabs-row li.current {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}

ul.fixa-tabs-row li a {
	float: left;
	background: #f3f3f3;
	font-size: 14px;
	line-height: 15px;
	margin-right: 8px;
	text-decoration: none;
	color: #4c575f;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	padding: 3px 10px 4px;
}

ul.fixa-tabs-row li a:link {
	float: left;
	background: #f3f3f3;
	font-size: 14px;
	line-height: 15px;
	margin-right: 8px;
	text-decoration: none;
	color: #4c575f;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	padding: 3px 10px 4px;
}

 ul.fixa-tabs-row li a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 14px;
	line-height: 15px;
	margin-right: 8px;
	text-decoration: none;
	color: #4c575f;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	padding: 3px 10px 4px;
}

ul.fixa-tabs-row li a:active {
	float: left;
	background: #f3f3f3;
	font-size: 14px;
	line-height: 15px;
	margin-right: 8px;
	text-decoration: none;
	color: #4c575f;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	padding: 3px 10px 4px;
}

ul.fixa-tabs-row li.current a  {
	float: left;
	background: #ff6600;
	font-size: 14px;
	line-height: 15px;
	padding: 3px 10px 4px;
	margin-right: 8px;
	text-decoration: none;
	color: white;
	border-top: 1px solid #e5540e;
	border-right: 1px solid #e5540e;
	border-bottom-style: none;
	border-left: 1px solid #e5540e;
}

ul.fixa-tabs-row li.current a:link {
	float: left;
	background: #ff6600;
	font-size: 14px;
	line-height: 15px;
	padding: 3px 10px 4px;
	margin-right: 8px;
	text-decoration: none;
	color: white;
	border-top: 1px solid #e5540e;
	border-right: 1px solid #e5540e;
	border-bottom-style: none;
	border-left: 1px solid #e5540e;
}

ul.fixa-tabs-row li.current a:visited {
	float: left;
	background: #ff6600;
	font-size: 14px;
	line-height: 15px;
	padding: 3px 10px 4px;
	margin-right: 8px;
	text-decoration: none;
	color: white;
	border-top: 1px solid #e5540e;
	border-right: 1px solid #e5540e;
	border-bottom-style: none;
	border-left: 1px solid #e5540e;
}

ul.fixa-tabs-row li.current a:active {
	float: left;
	background: #ff6600;
	font-size: 14px;
	line-height: 15px;
	padding: 3px 10px 4px;
	margin-right: 8px;
	text-decoration: none;
	color: white;
	border-top: 1px solid #e5540e;
	border-right: 1px solid #e5540e;
	border-bottom-style: none;
	border-left: 1px solid #e5540e;
}

span.dhl-trademark {
	font-style: italic;
	color: #f60;
}

#fixas-content-frame {
	background-color: #f4f4f4;
}

#fixas-content-frame div.fixa-fixa {
	background-color: #f4f4f4;
	padding: 12px 15px 10px 18px;
}

#fixas-content-frame div.fixa-fixa h2 {
	color: #f60;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	font-style: normal;
	margin-top: 0;
	border-style: none;
}



/* @end */

/* @group Paneles */

div.panel {
	padding: 10px 10px 4px;
	margin-bottom: 1em;
}

div.panel form {
	padding: 0;
	margin: 0;
}



/* @end */

/* @group Search */

ul.search-results {
	width: 80%;
}

ul.search-results li {
	border-bottom: 1px solid gray;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

div.search-result-title > a:link {
	font-weight: bold;
	text-decoration: none;
}

div.search-result-title > a:visited {
	font-weight: bold;
	text-decoration: none;
}

div.search-result-title > a:hover {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}

div.search-result-title > a:active {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}

div.search-result-description {
	color: gray;
}

div.search-result-score {
	color: gray;
	float: right;
}



/* @end */

/* @group Catalog 3 */

div.catalog-block {
	width: 90%;
}

div.catalog-block-half {
	width: 50%;
	float: left;
}

div.cat-thumbnail {
	float: left;
}

div.cat-description {
	float: left;
	padding-left: 12px;
}

div.cat-description a:link {
	text-decoration: none;
}

div.cat-description a:visited {
	text-decoration: none;
}

div.cat-description > div.title {
	color: #f60;
	font-size: 14px;
}

div.cat-description > div.download-link-pdf {
	background: url(img/icon_pdf.gif) no-repeat 0 center;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
}

div.cat-description > div.download-link-jpg {
	background: url(img/icon_jpg.gif) no-repeat 0 center;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
}



/* @end */

/* @group Catalog nuevo */

div.cat2-item {
	border-bottom: 1px solid silver;
	padding-bottom: 12px;
	margin-bottom: 1em;
}

div.cat2-item-preview {
	float: left;
	width: 100px;
}

div.cat2-item-content {
	margin-left: 105px;
}

div.cat2-item-collection-title {
	font-weight: bold;
	color: #31383e;
	font-size: 16px;
	margin-bottom: 0.2em;
}

div.cat2-item-collection {
	
}

div.cat2-item-collection table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

div.cat2-item-collection table td {
	padding: 2px 10px 3px 0;
	vertical-align: bottom;
}

div.cat2-item-collection table td.cat2-item-iconTD {
	padding: 2px 2px 3px;
	vertical-align: bottom;
	text-align: right;
	width: 20px;
}

div.cat2-item-collection table td.cat2-item-controlTD {
	padding: 2px 2px 3px;
	vertical-align: bottom;
	text-align: right;
	width: 80px;
}



/* @end */

/* @group Zona Empleo */

table.empleo-ofertas {
	width: 100%;
	border-collapse: collapse;

}

table.empleo-ofertas th {
	padding: 4px 14px 6px 6px;
	text-align: left;
	font-weight: bold;
	color: white;
	white-space: nowrap;
}

table.empleo-ofertas td {
	padding: 4px 14px 6px 6px;
	border-bottom: 1px solid #a5acb0;
}

table.empleo-ofertas thead {
	background-color: #a5acb0;
}



table.empleo-ofertas th.puesto {
}

table.empleo-ofertas th.ref {
	width: 90px;
}

table.empleo-ofertas th.pob {
}

table.empleo-ofertas th.fecha {
}

table.empleo-ofertas th.control {
	width: 60px;
}

tr.empleo-details td {
	background-color: #d1dff3;
}

tr.empleo-details td h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

td.empleo-control {
	vertical-align: bottom;
	text-align: right;
}

/* @group Formgrid especial */

/* BORRAMEUNDÍA */

div.formgrid-block-solicitud-select {
	width: 42%;
	float: left;
	margin-bottom: 1em;
}

div.formgrid-block-solicitud-control {
	width: 6%;
	float: left;
	margin-bottom: 1em;
}



/* @end */



/* @end */

/* @group Zona Estudios */

p.DMMI-promo {
	background: url(img/arrow-021-white-18pt.gif) no-repeat;
	padding-left: 20px;
}



/* @end */

/* @group Zona Centros */

/*input#centros-q {
	margin-bottom: 1em;
}*/

#map-canvas {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 590px;
	height: 350px;
}

#gmaps-globo h1 {
	font-size: 14px;
	font-weight: bold;
	color: #f60;
}

#gmaps-globo p {
	
}

#gmaps-globo p.telf {
	
}

#gmaps-globo p.fax {
	
}

div.gmaps-results {
	border-bottom: 1px solid #a5acb0;
	margin-bottom: 2em;
}

div.gmaps-result {
	height: 40px;
	padding-left: 25px;
	border-top: 1px solid #a5acb0;
	padding-top: 5px;
}

img.gmaps-result-marker {
	float: left;
	margin-left: -25px;
}

#gmaps-result-centro-0 {
	background: url(/modules/gmaps/images/marker_Unipost.png) no-repeat 0 center;
}

#gmaps-result-centro-1 {
	background: url(/modules/gmaps/images/markerA.png) no-repeat 0 center;
}

#gmaps-result-centro-2 {
	background: url(/modules/gmaps/images/markerB.png) no-repeat 0 center;
}

#gmaps-result-centro-3 {
	background: url(/modules/gmaps/images/markerC.png) no-repeat 0 center;
}

#gmaps-result-centro-4 {
	background: url(/modules/gmaps/images/markerD.png) no-repeat 0 center;
}

#gmaps-result-centro-5 {
	background: url(/modules/gmaps/images/markerE.png) no-repeat 0 center;
}

span.number-telf {
	background: url(/images/icon_telf_w18px_transp.png) no-repeat 0 center;
	padding-left: 20px;
}

span.number-fax {
	background: url(/images/icon_fax_w18px_transp.png) no-repeat 0 center;
	padding-left: 20px;
}

a.gmaps-result:link {
	text-decoration: none;
}

a.gmaps-result:visited {
	text-decoration: none;
}

a.gmaps-result:hover {
	text-decoration: none;
}

a.gmaps-result:active {
	text-decoration: none;
}

a.gmaps-result:hover span.number-telf {
	color: black;
}

a.gmaps-result:hover span.number-fax {
	color: black;
}



/* @end */

/* @group Zona Prensa */

/* @group newsTable */
table.newsTable {
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

table.newsTable th {
	font-weight: bold;
	padding: 4px;
	text-align: left;
	border-bottom: 1px solid silver;
}

table.newsTable td {
	padding: 4px;
	text-align: left;
	border-bottom: 1px solid silver;
}

table.newsTable th.newsTable-titular {

}

table.newsTable th.newsTable-fecha {
}

table.newsTable th.newsTable-medio {
}

table.newsTable th.newsTable-control {
	width: 70px;
}



/* @end */



/* @end */

/* @group Feedback */

div#ui-message {
	padding: 4px 6px;
	margin-bottom: 1em;
	font-style: italic;
	line-height: 1.5em;
}

span#ui-message {
	padding: 4px 6px;
	margin-bottom: 2em;
	font-style: italic;
	line-height: 1.5em;
}

.resultMessage-positive {
	background-color: #bddcfd;
}

.resultMessage-negative {
	background-color: #f98c91;
}



/* @end */

/* @group Feedback2 */

div#feedback {
	margin-bottom: 1em;
}

div#feedback span#feedback-msg {
	padding: 4px 6px;
	margin-bottom: 2em;
	font-style: italic;
	line-height: 1.5em;
}

div#feedback span#feedback-msg.positive {
	background-color: #bddcfd;
}

div#feedback span#feedback-msg.negative {
	background-color: #f98c91;
}

div#feedback-manual {
	margin-bottom: 1em;
}

div#feedback-manual span#feedback-msg {
	padding: 4px 6px;
	margin-bottom: 2em;
	font-style: italic;
	line-height: 1.5em;
}

div#feedback-manual span#feedback-msg.positive {
	background-color: #bddcfd;
}

div#feedback-manual span#feedback-msg.negative {
	background-color: #f98c91;
}



/* @end */

/* @group Feedback 3 */

div.feedback {
	margin-bottom: 1em;
}

span.feedback-positive {
	padding: 4px 6px;
	margin-bottom: 2em;
	font-style: italic;
	line-height: 1.5em;
	background-color: #bddcfd;
}

span.feedback-negative {
	padding: 4px 6px;
	margin-bottom: 2em;
	font-style: italic;
	line-height: 1.5em;
	background-color: #f98c91;
}



/* @end */

/* @group Footer */

#footer-col-main {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

#footer-col-main ul {
	list-style-type: none;
}

#footer-main-copyright {
	margin-bottom: 0.2em;
	font-size: 13px;
	color: #d1d4d3;
}

#footer-col-1 {
	float: left;
	margin-left: 50px;
	border-left: 1px solid #75828c;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	height: 85px;
}

#footer-col-1 ul {
	list-style-type: none;
}

#footer-col-2 {
	float: left;
	margin-left: 50px;
	border-left: 1px solid #75828c;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	height: 85px;
}

#footer-col-2 ul {
	list-style-type: none;
}

#footer a:link {
	color: #75828c;
	text-decoration: none;
}

#footer a:visited {
	color: #75828c;
	text-decoration: none;
}

#footer a:hover {
	color: #75828c;
	text-decoration: underline;
}

#footer a:active {
	color: #75828c;
	text-decoration: underline;
}



/* @end */

/* @group Iconos */

span.iconXml, span.iconPdf, span.iconWord, span.iconImage, span.iconAttachment, span.iconZip, span.iconMultiMediaObject, span.iconRecortePrensa,  span.iconPresentation, span.iconUnknown {
	width: 16px;
	height: 16px;
	display: block;
	background-repeat: no-repeat;
}

span.iconXml {
	background-image: url(img/icon/page_white_code_red.png);
}
span.iconPdf {
	background-image: url(img/icon/pdf-osx.png);
}

span.iconWord {
	background-image: url(img/icon/page_white_word.png);
}

span.iconImage {
	background-image: url(img/icon/picture.png);
}

span.iconAttachment {
	background-image: url(img/icon/attach.png);
}

span.iconZip {
	background-image: url(img/icon/zip.gif);
}

span.iconMultiMediaObject {
	background-image: url(img/icon/page_white_dvd.png);
}

span.iconRecortePrensa {
	background-image: url(img/icon/newspaper.png);
}

span.iconPresentation {
	background-image: url(img/icon/presentation.png);
}

span.iconUnknown {
	background-image: url(img/icon/page_white.png);
}



/* @end */

/* @group Util */

.link-like {
	text-decoration: underline;
	cursor: pointer;
}

.link-like:hover {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

div.util-clear {
	clear: both;
	visibility: hidden;
}

span.stayopen {
	
}

.helper-clear {
	clear: left;
	background-color: #007cd5;
	position: relative;
}

div.util-Vspacer {
	margin-bottom: 2em;
}

/* Clearfix */
.clearfix:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
    
/* @end */

/* @group Trash */

/* @group Catalog Items 2 */

table.catalog {
	width: 100%;
}

table.catalog > tbody > tr > td > div.description {
	
}

table.catalog {
	
}



/* @end */

/* @group Catalog Items */

div.catalog {
	margin-bottom: 1em;
	width: 100%;
}

div.catalog-row-2cols {
	display: table-row;
	padding-bottom: 20px;
	width: 100%;
}

div.catalog-row-2cols div.catalog-item {
	width: 50%;
}

div.catalog-item {
	display: table-cell;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 5px;
}

div.catalog-item > div.thumbnail {
	float: left;
}

div.catalog-item > div.thumbnail-doc {
	float: left;
}

div.catalog-item > div.thumbnail-doc img {
	border: 1px solid silver;
}

div.catalog-item > div.description {
	padding-left: 80px;
}

div.catalog-item > div.description > div.title {
	color: #f60;
	font-size: 14px;
}

div.catalog-item > div.description > div.download-link-pdf {
	background: url(img/icon_pdf.gif) no-repeat 0 center;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
}

div.catalog-item > div.description > div.download-link-pdf a:link {
	text-decoration: none;
}

div.catalog-item > div.description > div.download-link-pdf a:visited {
	text-decoration: none;
}



/* @end */



/* @end */

/* @group JAS iframed */

span.header-sidehelp {
	display: block;
	float: right;
}

span.header-sidehelp a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: blue;
	font-size: 14px;
}

body.jasiframed {
	background-color: white;
}



/* @end */

/* @group Servicios Online */

/* @group Pasos */

ol.so_pasos {
}

ol.so_pasos li {
	background: url(img/paso-fondo.gif) no-repeat;
	position: relative;
	border: 1px solid #ff6600;
	border-bottom-style: none;
	border-left-style: none;
}

ol.so_pasos li div.so_pasos_number {
	width: 42px;
	color: white;
	font-size: 24px;
	text-align: center;
	padding-top: 10px;
	float: left;
}

ol.so_pasos li div.so_pasos_content {
	margin-left: 50px;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-right: 4px;
}

ol.so_pasos li.so_pasos_start {
	background: url(img/paso-fondo-start.gif) no-repeat;
}

ol.so_pasos li.so_pasos_start div.so_pasos_number {
	padding-top: 4px;
	float: left;
}

ol.so_pasos li.so_pasos_start div.so_pasos_content {
	padding-top: 6px;
}

ol.so_pasos li.so_pasos_end {
	padding-bottom: 6px;
	border-bottom: 1px solid #ff6600;
}



/* @end */

/* @group soCatalog2 */

table.soCatalog2 {
	
}

table.soCatalog2 tr {
}

table.soCatalog2 td {
	vertical-align: top;
	font: 13px "Trebuchet MS", Arial, Geneva;
	background-color: #f2f2f2;
	border: 1px solid #c8c8c8;
	position: relative;
}

table.soCatalog2 td div.soServicioLogo {
	margin-bottom: 0.5em;
}

table.soCatalog2 td div.soServicioSubtitle {
	color: gray;
	font-size: 14px;
	margin-bottom: 0.5em;
}

table.soCatalog2 td div.soServicioAcciones {
	text-align: right;
	position: absolute;
	bottom: 8px;
	right: 8px;
}



/* @end */

/* @group soServicio */

div.soServicio {
	background-color: #f2f2f2;
	padding: 12px 12px 30px;
	border: 1px solid #c8c8c8;
	height: 100%;
	position: relative;
}

div.soServicio div.soServicioLogo {
	margin-bottom: 0.5em;
}

div.soServicio div.soServicioSubtitle {
	color: gray;
	font-size: 14px;
	margin-bottom: 0.5em;
}

div.soServicio div.soServicioAcciones {
	text-align: right;
	position: absolute;
	bottom: 8px;
	right: 8px;
}



/* @end */

/* @group soCatalog */

table.soCatalog {
	
}

table.soCatalog tr {
}

table.soCatalog td {
	vertical-align: top;
	width: 50%;
	padding-right: 1em;
	padding-bottom: 1em;
	font: 13px "Trebuchet MS", Arial, Geneva;
}



/* @end */



/* @end */

/* @group Servicios Online Actions */

.so_action3 {
		background: url(img/so_action_button-start.gif) no-repeat 0;
	height: 40px;
	display: inline-block;
	margin-bottom: 0.6em;
}

.so_action3 a {
		background: url(img/so_action_button-end.gif) no-repeat 100%;
	height: 40px;
	display: block;
	display: inline-block;
	padding-right: 20px;
	padding-left: 10px;
}

.so_action3 a span.so_action3 {
	font-size: 18px;
	position: relative;
	top: 8px;
	margin: 0;
	padding: 0;
	background-image: none;
	display: inline;
	cursor: pointer;
}

span.so_action3_nota {
	color: #adc7e9;
}

.so_action3 a:link {
	color: white;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.so_action3 a:visited {
	color: white;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.so_action3 a:hover {
	color: white;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.so_action3 a:active {
	color: white;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}



/* @end */

@media print {

/* @group HTML */

body {
	background-color: #A5ACB0;
	font: 8pt "Trebuchet MS", Arial, Geneva;
}

#body h1 {
	font-size: 16pt;
	font-weight: bold;
	color: black;
}

#body h2 {
	font-size: 12pt;
	font-weight: bold;
	color: black;
}



/* @end */

/* @group Header */

#header-util {
	float: none;
	margin: 10px 10px auto auto;
	text-align: right;
	width: 200px;
	display: none;
}

#header-search {
	display: none;
}



/* @end */

/* @group Core layout */

#page {
	padding-left: 0;
	padding-right: 0;
	width: 610px;
	background: white url(img/shadow-header.gif) repeat-x 0 87px;
	margin: 0;
}

#header, #footer {
	margin-left: 0;
	margin-right: 0;
}

.column {
	position: relative;
	float: none;
}

#content {
	padding: 10px 10px 30px;
	width: 590px;
	margin: 0;
}

#menu {
	display: none;
}

#util {
	display: none;
}

#footer {
	display: none;
}

#header {
	height: 87px;
	background-color: white;
	background-image: none;
	display: none;
}



/* @end */

/* @group Zona Centros */

span.number-telf {
	background: url(/images/icon_telf_w18px_transp.png) no-repeat 0 center;
	padding-left: 0;
	font-weight: bold;
}

span.number-fax {
	background: url(/images/icon_fax_w18px_transp.png) no-repeat 0 center;
	padding-left: 0;
	font-style: italic;
	color: gray;
}

div.gmaps-result {
	height: 40px;
	padding-left: 25px;
	border-top: 1px solid #a5acb0;
	padding-top: 5px;
	font-size: 10pt;
}



/* @end */

}

/* My Comment */

/* My Comment */

/* My Comment */

/* My Comment */