/* -----------

ELEMENTOS XHTML PRINCIPALES

-----------  */



body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	background: url(../img/styles/bodyshade.jpg) repeat-y;
	background-position: center center;
	text-align: center;
	color: #8A8A8A;
	padding: 0;
	margin: 0;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-style:normal;
	margin: 0;
	font-weight: normal;
	color: #454545;
	text-align: left !important;
}

h1 {
	font-family: 'Arial black', Arial, Helve, sans-serif;
	font-size: 2em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

h2,h3,h4,h5,h6 {
	font-family: Helve, Helvetica, Arial, sans-serif;
}	

h2 {
	font-size: 1.7em;
	
}

h3 {
	font-size: 1em;
	font-weight: bold !important;
	color: #969696;
}

p {
	margin: 0 0 1em 0;
}

.accesibilidad {
	display: none !important;
}

.leftclear{
clear:left;
}

.rightclear{
clear:right;
}

.bothclear,
.clear {
display: block;
clear:both;
}



/*to hide content*/
.hide{
visibility:hidden;
}

a {
	color: #E5781F;
	text-decoration: none;
	/* para resolver el problema de links not clickable sobre pngs en ie 6 */
	position: relative;
	font-weight: bold;
}

 a:visited {
 color: #995015 ;
}

a:active {
	color: #A82222;
}

a:hover {
	color: #000;
}


a img {
	border: none;
}


ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}



acronym {
	font-style: italic;
	cursor: help;
	text-decoration: none;
	border-bottom: none;
}




/* -----------

CABECERA Y MENU

-----------  */


#cabecera {
	text-align: center;
	width:800px;/*width oftop banner*/
	margin-left:auto; /*set left align*/
	margin-right:auto; /*set right align*/
	position: relative;
	background: #4d545c url(/img/styles/bg_body.png) repeat-y center top;
	z-index: 109;
	position: relative;
}

#cabecera_top {
	width: 800px;
	height:42px; /*heigth of gray banner area*/
	margin: 0 auto;
	text-align: left;
	padding:5px 0px 5px 10px; /*set top and left padding of logo & top link area*/
	font-size: 0.7em;
}

/* escondido para ie 5.5 y 6 */
#cabecera>#cabecera_top {
	padding-bottom: 5px;
}




a#logo {
	position: absolute;
	left: 8px;
	top: 2px;
	z-index: 250;
	width: 110px;
	height: 80px;
}

#uromac {
	position: relative;
	top: -72px;
	left: 110px;
}

/* utilities menu */
ul.submenu {
	line-height: 1em;
	text-align: right;
	width: 385px;
	position: relative;
	left: 560px;;
	top: 5px;
}

body.ru ul.submenu {
	left: 500px;
}

ul.submenu li {
	float: left;
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid #919191;
}

ul.submenu li.last {
	margin-right: 5px;
	border: none;
}

ul.submenu a {
color: #E5781F;
text-decoration: none;
}

ul.submenu a:hover {
color: #fff;
}

body.es .submenu .language a,
.submenu .en a {
	background: url(/img/cabecera/uk-flag.jpg) no-repeat left center;
	padding-left: 34px;
}

body.en .submenu .language a,
.submenu .es a {
background: url(/img/cabecera/spain-flag.jpg) no-repeat left center;
padding-left: 27px;
}

 
.language.ru a {
	background: url(/img/cabecera/russian-flag.png) no-repeat left center !important;
	padding-left: 32px !important;
}

form#buscar {
	margin-right:20px;
	text-align: right;
	margin-top: 30px; /*vertical distance between buscar text field & top link*/
	margin-bottom: 0;
}

form#buscar input.submit {
	background:url(../img/common/buscar_btn.jpg) no-repeat;
	color: #ffffff;
	height: auto;
	font-size: 12px;
}

form#buscar input.submit:hover {
	cursor: hand;
}

form#buscar input {
	border: none;
	height: 11px;
}

form#buscar label {
	display: none;
}


/* wrapper of the main menu */
#cabecera_bottom {
	text-align: center;
	width:800px; /*menu bar width*/
	margin: 0 auto 0 auto;
	border:1px solid #939393; /*add border color*/ 
	border-width: 1px 0 0 0;
	background: url(/img/styles/bg_menu_ul.png) repeat-x left bottom;
	position: relative;
}

/* ----  MAIN MENU ------ */

/* reset list styles */

/* base style */
ul.menu {
	font-family: Trebuchet, Arial, Helvetica, Sans-serif;
	font-size: 1em;
	text-align:center;
	height: 30px; /*top menu height*/
	line-height: 30px;  /*top menu height*/
	width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 200;
	left: 110px;
}

body.ru ul.menu {
	font-size: 0.9em;
}

/* main menus */
ul.menu li {
	float: left;
	position: relative;
	text-align: center;
}


/* all menus style */
ul.menu li a {
	display: block;
	color: #EF981D;
	padding: 0 1em 0 1em;
	height: 30px; /*top menu height on rollover*/
	line-height: 30px;	/*top menu height on rollover*/
	margin: 0;
	text-decoration: none;
	margin-right: 2px;
	font-weight: normal;
}

ul.menu li a:visited {
	color: #EF981D;
}

/* and main menus style on mouse over */
ul.menu li a:hover {
	text-decoration: none;
	color: #fff;
	background: url(/img/styles/bg_menu_a_over.png) repeat-x left top;

}

body.portada #portada a,
body.portada2 #portada a,
body.productos #productos a,
body.servicios #servicios a,
body.empresa #empresa a,
body.areaclientes #areaclientes a,
body.contacto #contacto a,
body.home #portada a,
body.products #productos a,
body.services #servicios a,
body.company #empresa a,
body.customer_area #areaclientes a,
body.contact #contacto a {
	color: #fff;
	background: url(/img/styles/bg_menu_a_over.png) repeat-x left top;
}


/* submenus block */
ul.menu li ul {
	display:none;
}

/* show submenus: li.over is for ie, this needs the accompaning .js hack */
ul.menu li:hover ul,
ul.menu li.over ul /* ie */ {
	display: block;
	
}

ul.menu ul {
margin-top: 24px;
}

ul.menu ul li a{
height: 21px;
line-height:21px;
}

/* to avoid submenus getting the rollover style when they appear */
body.portada #portada li a,
body.productos #productos li a,
body.empresa #empresa li a,
body.servicios #servicios li a,
body.areaclientes #areaclientes li a,
body.contacto #contacto li a,
body.home #portada li a,
body.products #productos li a,
body.company #empresa li a,
body.services #servicios li a,
body.customerarea #areaclientes li a,
body.contact #contacto li a {
	color: #EF981D;
	background: none;
	
}



/* rollover submenus */
ul.menu li li a:hover {
	color: #fff !important;
	background: url(/img/styles/bg_menu_a_over.png) repeat-x left top !important;
}

ul.menu ul {
	position: absolute;
	top: 6px;
	left: 0;
	background-color: #fff;
	font-size: 0.8em;
	text-align: left;
	padding: 0 !important;
	border: 1px solid #d8d8d8;
	border-width: 0 1px 0 1px;
}

ul.menu ul li {
	text-align: left;
	margin: 0 !important;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #D8D8D8;
	width: auto;
}

ul.menu ul li a {
	display: block;
	width: 135px !important;
	height: 2.0em !important;
	padding-top: 0.5em;
	margin: 0;
}

body.ru ul.menu ul li a {
	width: 200px !important;
}

ul.menu li li.gama a {
	text-transform: uppercase;
	font-weight: bold;
}




/* -----------

BREADCRUMB 

----------- */
#breadcrumb {
	background-color:#dcdcdc; /*bg color*/
	height:21px;	/*height*/
	padding-left:10px; /*left padding*/
	line-height:21px; /*height*/
	color:#4d545c; /*text color*/
	font-size: 0.7em;
	text-align: left;
	clear: left;
	margin: 2px auto 20px auto;
	width: 791px;
}
#breadcrumb a {
	color:#4d545c; /*text color*/
	text-decoration: none;
	border-bottom: none;
}

#breadcrumb a:hover {
	color: #fff;
}

#breadcrumb h4 {
	font-size: 1em;
}

#breadcrumb h4,
#breadcrumb p {
	display: inline;
	margin-right: 1em;
}




/* -----------

contenedor principal (wrapper)
todo esta dentro de este div para dar el ancho etc 

-----------  */

#contenedor { 
	position: relative;	
	margin: 0 auto;
	width: 780px;
}


/* -----------

CONTENT

-----------  */


#principal {
	width: 370px;
	float: left;
	text-align: justify;
	margin-bottom: 50px;
}

#secundario {
	margin-left: 380px;
	text-align: right;
	margin-bottom: 50px;
}




/* -----------
FOOTER

-----------  */

#pie {
	margin: 13px auto 0px auto;
	padding:16px 0 16px 22px;
	width: 778px; /*bcoz padding left 22px*/
	text-align: center;
	border-top: 1px solid #C1C1C1;
	background-color:#4d545c;
	color:#ababab;
	clear: both;
}

#pie ul {
	margin: 0 auto;
}

#pie a{
color:#ababab;
text-decoration:none;
}

#pie a:hover {
	color: #fff;
}

#pie li {
	display: inline;
	margin-right: 2em;
	font-size: 0.7em;
}
#pie .last_underline{
text-decoration:underline;
}



/* -----------

   STYLES PER INDIVIDUAL PAGES

-----------  */

/* so the mooshow gets the whole width */
body.portada #contenedor,
body.home #contenedor {
	width: 800px;
}

body.portada #principal,
body.home #principal {
width: 100%;
float: none;
text-align: justify;
font-size: 0.9em;
}

body.portada #secundario,
body.home #secundario {
margin-left: 0;
text-align: left;
margin-bottom: 0;
}

body.portada #contenido1,
body.home #contenido1 {
	margin-top: 10px;
	margin-bottom: 10px;
}

body.portada #contenido2,
body.home #contenido2 {
	width: 375px;
	float: left;
	border-right: 1px solid #E0E0E0;
	padding-right: 0.8em;
	margin-right: 1em;
	padding-left:10px;
}

body.portada .entry,
body.portada small,
body.home .entry,
body.home small {
	text-align: left;
	font-size: 0.8em;
}


body.portada #contenido2,
body.portada #contenido3,
body.home #contenido2,
body.home #contenido3 {
	font-size: 0.9em;
	text-align: left;
}

body.portada #contenido3,
body.home #contenido3 {
	padding-left: 0;
	margin-left: 415px;
	padding-right: 10px;
}

body.portada #breadcrumb,
body.home #breadcrumb {
	display: none;
}

body.portada #secundario,
body.home #secundario {
	text-align: center;
	padding-left:10px;
	clear: both;
	padding-top: 10px;
}

body.portada #secundario ul,
body.home #secundario ul {
	margin: 0 auto;

}

body.portada #secundario li,
body.home #secundario li {
	float: left;
	width: 240px;
	background:url(../img/portada/client_bg_short.jpg) no-repeat;
	padding: 8px;
	margin-right: 6px;
	height: 153px;
}
 
body.portada #secundario li img,
body.home #secundario li img {
	float:left;
	margin-right: 0.5em;
}

body.portada #secundario li h3,
body.home #secundario li h3 {
margin-bottom: 0.4em;
	color:#7b8386;
}

body.portada #secundario li.last,
body.home #secundario li.last {
	margin-right: 0;
}

body.portada #secundario li p,
body.home #secundario li p {
	font-size: 0.7em;
	padding-right: 25px; 
	margin-bottom: 2px;
}

body.home.ru #secundario li p {
	font-size: 0.65em;
}

body.portada #secundario li h3,
body.portada #secundario li p,
body.home #secundario li h3,
body.home #secundario li p{
	text-align: left;
}

body.portada #primario2,
body.home #primario2 {
	width: 780px;
	margin: 0 auto;
	margin-top: 30px;
}

body.portada .left,
body.home .left,
body.portada .right,
body.home .right {
	border: 1px solid #DDDDDD;
	padding: 10px;
	display: block;
	
}

body.portada .left,
body.home .left {
	float: left;
}

body.portada .right,
body.home .right {
	margin-left: 395px;
}



/* -------------  wordpress ------------ */

body.portada.archive h1,
body.home.archive h1{
	margin-left: 30px;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

body.portada.archive #breadcrumb,
body.portada.single #breadcrumb,
body.home.archive #breadcrumb,
body.home.single #breadcrumb{
	display: block;
}

body.portada.single h2,
body.home.single h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
}

body.portada h2,
body.home h2 {
	font-size: 1.0em;
}

body.portada.single #principal,
body.portada.archive #principal,
body.home.single #principal,
body.home.archive #principal{
	width: 550px;
	margin-left: 50px;
}

body.portada.archive #principal h3 {
	font-size: 1.3em;
}

body.portada.archive #principal .post,
body.home.archive #principal .post {
	margin-bottom: 3em;
}

body.portada.single #principal  img,
body.home.single #principal  img {
	float: left;
	margin-right: 1em;
}

/* ****************************   PAGINA INDEX PRODUCTOS ***************** */


/* using > to avoid ie6 applying this everywhere as it doesn't read the double class */
body.productos.presentacion #contenido>#principal,
body.productoscarretillas #contenido #principal,
body.productosdumpers #contenido #principal,

body.products.presentacion #contenido>#principal,
body.productsforklifts #contenido #principal,
body.productsdumpers #contenido #principal {
	float: left;
	width: 570px;
	border-right:1px solid #d5d5d5;
}

body.productoscarretillas #contenido #principal,
body.productosdumpers #contenido #principal,

body.productsforklilfts #contenido #principal,
body.productsdumpers #contenido #principal {
	border-right: none;
}

body.productos.presentacion #contenido>#principal ul,
body.productos.presentacion #contenido>#secundario ul,
body.productoscarretillas #contenido #principal ul,
body.productosdumpers #contenido #principal ul,

body.products.presentacion #contenido>#principal ul,
body.products.presentacion #contenido>#secundario ul,
body.productsforklifts #contenido #principal ul,
body.productsdumpers #contenido #principal ul {
list-style-type: none;
}

body.productos.presentacion #contenido>#principal li a,
body.productos.presentacion #contenido>#secundario li a,
body.productoscarretillas #contenido #principal li a,
body.productosdumpers #contenido #principal li a,

body.products.presentacion #contenido>#principal li a,
body.products.presentacion #contenido>#secundario li a,
body.productsforklifts #contenido #principal li a,
body.productsdumpers #contenido #principal li a {
	font-size: 1.1em;
	font-weight: bold;
}

body.productos.presentacion #contenido>#principal a.titular,
body.productos.presentacion #contenido>#secundario a.titular,
body.productoscarretillas #contenido #principal a.titular,
body.productosdumpers #contenido #principal a.titular,

body.products.presentacion #contenido>#principal a.titular,
body.products.presentacion #contenido>#secundario a.titular,
body.productsforklifts #contenido #principal a.titular,
body.productsdumpers #contenido #principal a.titular {
	font-style: normal;
	margin-bottom: 0;
	color:#da6919;
	font-size: 18px;
	text-decoration:none;
}

body.productos.presentacion #contenido>#principal li,
body.productos.presentacion #contenido>#secundario li,
body.productoscarretillas #contenido #principal li,
body.productosdumpers #contenido #principal li,

body.products.presentacion #contenido>#principal li,
body.products.presentacion #contenido>#secundario li,
body.productsforklifts #contenido #principal li,
body.productsdumpers #contenido #principal li {
	width: 160px;
	float: left;
	margin-right: 15px;
	text-align: left;
	margin-bottom: 20px;
	border: #d5d5d5 1px solid;
	font-size: 0.9em;
	line-height: 1.4em;
}

body.productos.presentacion #contenido>#principal h3,
body.productos.presentacion #contenido>#secundario h3,
body.productoscarretillas #contenido #principal h3,
body.productosdumpers #contenido #principal h3,

body.products.presentacion #contenido>#principal h3,
body.products.presentacion #contenido>#secundario h3,
body.productsforklifts #contenido #principal h3,
body.productsdumpers #contenido #principal h3 {
	margin-bottom: 0.2em;
}

body.productos.presentacion #contenido>#secundario,
body.products.presentacion #contenido>#secundario {
	padding-left: 25px;
	text-align: left;
	margin-left: 575px;
	margin-right:10px;	
}

body.productos.presentacion #contenido>#secundario ul,
body.productos.presentacion #contenido>#secundario ul,

body.products.presentacion #contenido>#secundario ul,
body.products.presentacion #contenido>#secundario ul {
	margin-top: 15px;
}

body.productos.presentacion #contenido>#secundario .products_textarea,
body.products.presentacion #contenido>#secundario .products_textarea {
	font-size: 0.9em;
	line-height: 1.3em;
}

body.productos.presentacion #contenido>#secundario h2,
body.productos.presentacion #contenido>#secundario a,

body.products.presentacion #contenido>#secundario h2,
body.products.presentacion #contenido>#secundario a{
	text-align: left;
}

body.productos.presentacion #contenido>#principal h2,
body.productos.presentacion #contenido>#secundario h2,
body.productoscarretillas #contenido #principal h2,
body.productosdumpers #contenido #principal h2,

body.products.presentacion #contenido>#principal h2,
body.products.presentacion #contenido>#secundario h2,
body.productsforklifts #contenido #principal h2,
body.productsdumpers #contenido #principal h2{
	text-align: left;
	color:#4d545c;
	position: relative;
	font-size: 1.4em;
	border-bottom: 0;
	margin-top: 0;
}

body.productos.presentacion #contenido>#principal h2,
body.productoscarretillas #contenido #principal h2,
body.productosdumpers #contenido #principal h2,

body.products.presentacion #contenido>#principal h2,
body.productsforklifts #contenido #principal h2,
body.productsdumpers #contenido #principal h2{
	margin-bottom: 1em;
}

body.productos.presentacion #contenido>#secundario img,
body.products.presentacion #contenido>#secundario img {
	margin-left: 5px;
	border: none;
}


/* thumbnail of machines on products index page */
.products_imgarea{
text-align:center;
width:100%;
height:120px;
display:block;
border-bottom:#d5d5d5 1px solid;
margin:0;
padding:0;
}

.products_imgarea img {
padding: 5px;
}


.products_textarea{
	height:113px;
	display:block;
	background-color:#f3f1f2;
	margin:0;
	padding:5px;
	text-align: left;
}

body.productos.grail9000 #principal,
body.productos.grail5000 #principal {
	width: 310px;
}


/* ************************** PAGINAS PRODUCTOS IDIVIDUALES ******** */

body.productos #contenedor,
body.products #contenedor {
	text-align: left;
}

body.productos #principal,
body.products #principal {
	float: left;
	width: 290px;	
	text-align: left;
}

body.productos #intro,
body.products #intro {
	width: 700px;
	text-align: left;
}

body.productos #intro h1,
body.products #intro h1 {
	font-size: 2.0em;
}
	
body.productos #intro h2,
body.productos #principal h2,
body.products #intro h2,
body.products #principal h2 {
	font-size: 1.1em;
/* 	margin-top: 15px;  */
	margin-bottom: 5px;
	border-bottom: 1px solid #E0E0E0;
}

body.productos  #secundario,
body.products  #secundario {
	margin-left: 300px;
}



body.productos #principal dt,
body.products #principal dt{
	float: left;
	clear: left;
	margin-right: 8px;
	font-weight: bold;
}

body.productos #principal dl,
body.products #principal dl {
	padding-left: 15px;
	margin: 0;
	font-size: 0.8em;	
	line-height: 1.9em;
}

body.productos #principal ul,
body.products #principal ul {
	padding-left: 30px;
	list-style-type: square;
	font-size: 0.8em;
	line-height: 1.9em;
}


/* contenido "secundario" en paginas producto (imagenes extra) */
body.productos #secundario ul,
body.products #secundario ul {
/*background:url(../img/portada/carback_bg.jpg) no-repeat;*/
text-align:right;
}

body.productos #secundario li,
body.products #secundario li {
	display: inline;	
}

body.productos #secundario ul img,
body.products #secundario ul img {
margin-top:5px;
margin-right: 5px;
padding-right:4px;
border: 1px solid #E3E3E3;
}


/****************************    SERVICIOS ***********************/

body.servicios h1,
body.services h1 {
	font-size: 1.3em;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}

body.servicios  #principal ul,
body.services #principal ul {
	padding-left: 2em;
	list-style-type: square;
}


/********************************   EMPRESA *************************/
body.empresa h2,
body.company h2 {
	font-size: 1.2em;	
}

body.empresa #principal,
body.company #principal {
	width: 500px;
	text-align: left;
}

body.empresa #secundario,
body.company #secundario {
	margin-left: 520px;
	padding-top: 30px;
}
body.empresa #secundario li,
body.company #secundario li {
	display: inline;
}

body.empresa.mision #principal ol,
body.company.mission #principal ol {
margin-left: 4em;
}

body.empresa.mision #principal li,
body.company.mission #principal li {
font-size: 0.8em;
font-weight: bold;
margin-bottom: 0.5em;

padding-bottom: 0.5em;
border-bottom: 1px dotted #999;
}

body.empresa.mision #secundario li,
body.company.mission #secundario li {
display: inline;
padding: 5px;
}

body.empresa.premios #principal,
body.company.prizes #principal,
body.company.awards #principal {
	width: 350px;
}
body.empresa.premios #secundario,
body.company.prizes #secundario,
body.company.awards #secundario {
	margin-left: 360px;
}


/* ***********************************  CONTACTO ************************* */

body.contacto #principal,
body.contact #principal {
	width: 780px;
}

body.contacto h1,
body.contacto p,
body.contact h1,
body.contact p {
	width: 700px;
	text-align: left;
	margin-left: 20px;
}

body.contacto p,
body.contact p {
	width: 500px;
}

body.contacto .contacto_content1{
	margin-left: 150px;
}

body.contact .contacto_content1 {
	margin-left: 50px;
}

.cssform{
padding:20px 0;
background-color:#F8F8F8;
text-align: right;
}

.cssform p{
clear:left;
margin: 0 0 1em 0;
padding: 5px 0 8px 0;
text-align: right;
}
.cssform label{
float:left;
width:150px;
text-align:right;
margin-right:15px;
}


.cssform input[type="text"]{
width:200px;
height:15px;
}

.cssform textarea{
	width:400px;
}

.cssform .submitstyle{
background-color:#f08a1e;
color:#ffffff;
}
.cssform span{
visibility:hidden;
}

body.contacto #map,
body.contact #map {
	margin-left: 20px;
}

body.contacto #principal,
body.contact #principal {
	margin-bottom: 4em;
}

.contactopic{
width:570px;
height:215px;
margin-left:auto;
margin-right:auto;
background:url(../img/contacto/conimgbg.jpg) no-repeat;
margin-bottom:50px;
}


.t1 {background: url(../img/contacto/dot.gif) #F8F8F8  0 0 repeat-x; width:460px; margin-left:auto; margin-right:auto;}
.b1 {background: url(../img/contacto/dot.gif) 0 100% repeat-x}
.l1 {background: url(../img/contacto/dot.gif) 0 0 repeat-y}
.r1 {background: url(../img/contacto/dot.gif) 100% 0 repeat-y}
.bl1 {background: url(../img/contacto/bl.gif) 0 100% no-repeat}
.br1 {background: url(../img/contacto/br.gif) 100% 100% no-repeat}
.tl1 {background: url(../img/contacto/tl.gif) 0 0 no-repeat}
.tr1 {background: url(../img/contacto/tr.gif) 100% 0 no-repeat; padding:10px} 


body.contacto.gracias h2 {
	font-size: 1.3em;
	width: 700px;
	margin-left: 50px;
	margin-top: 1em;
}

body.contacto.gracias p {
	margin-left: 50px;
}

body.localizacion #maptext,
body.map #maptext {
	display: none;
}

body.localizacion form,
body.map form {
	margin-top: 2em;
}

body.localizacion input,
body.map input {
	float: left;
	margin-right: 2em;
	border: 1px solid #999;
}

body.mapaweb #contenido,
body.webmap #contenido {
	text-align: left;
	padding-left: 40px;
}

body.mapaweb #contenido ul,
body.webmap #contenido ul {
	line-height: 1.5em;
	list-style-type: square;
	padding-left: 40px;
	margin-bottom: 1.5em;
}


/* ========================= SEGUNDA MANO ======================= */

body.segunda_mano #principal,
body.second_hand #principal {
	margin-left: 15px;
	width: 700px;
}

body.segunda_mano h1,
body.second_hand h1 {
	font-size: 1.3em;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-align: left;
}

body.segunda_mano .entry h2,
body.second_hand .entry h2 {
	font-size: 1.5em;
	margin-bottom: 0;
	margin-top: 10px;
	
}

body.segunda_mano .entry small,
body.second_hand .entry small {
	display: block;
	margin-bottom: 2em;
}

body.segunda_mano #contenido1 ol,
body.second_hand #contenido1 ol {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 650px;
	margin-left: 25px;
}

body.segunda_mano .entry,
body.second_hand .entry {
	border-bottom: 1px dotted #E1E1E1;
	padding-bottom: 1em;
	clear: both;
	text-align: left;
}

body.segunda_mano .entry p,
body.second_hand .entry p {
	float: left;
	margin-right: 1em;
	height: 220px;
	margin-left: 50px;
	text-align: left;
}

body.segunda_mano ul {
	line-height: 1.5em;
}

body.segunda_mano .entry dl,
body.second_hand .entry dl {
font-size: 0.9em;
margin-left: 220px;
text-align: left;
}

body.segunda_mano .entry dt,
body.second_hand .entry dt {
	float: left;
	margin-right: 1em;
	font-weight: bold;
	
}

body.area_clientes h1,
body.customer_area h1 {
	margin-bottom: 1em;
}

body.area_clientes #principal,
body.customer_area #principal {
	margin-left: 60px;
	width: 700px;
	text-align: left;
}
body.area_clientes h1,
body.customer_area h1 {
 font-size: 1.6em;
 text-transform: none;
 font-family: Arial, Helvetica, Sans-serif;
}

body.area_clientes h3,
body.customer_area h3 {
	text-transform: uppercase;
	padding-bottom: 0.2em;
	margin-bottom: 1em;
	margin-top: 2em;
	border-bottom: 1px dotted #999;
}

.logos {
	margin-top: 20px;
}

/* ========================= FERROCARRIL ========================== */

body.productosferrocarril #contenedor,
body.productsrail #contenedor {
	width: 800px;
/* 	border: 1px dashed red; */
	padding: 0;
}

body.productosferrocarril h1,
body.productsrail h1 {
	text-indent: -5000px;
	height: 245px;
	width: 800px;
}
body.productosferrocarril h1 {
	background: url(/img/productos/ferrocarril/cabecera1.jpg) no-repeat;
}

body.productsrail h1 {
	background: url(/img/productos/ferrocarril/cabecera1_en.jpg) no-repeat;
}

body.ru.productsrail h1 {
	background: url(/img/productos/ferrocarril/cabecera1_ru.jpg) no-repeat;
}

body.productosferrocarril #breadcrumb,
body.productsrail #breadcrumb {
	display: none;
}

body.productosferrocarril #principal,
body.productsrail #principal {
width: 100%;
float: none;
text-align: justify;
font-size: 0.9em;
}

body.productosferrocarril #contenido1,
body.productsrail #contenido1 {
	margin-top: 10px;
	margin-bottom: 10px;
}

body.productosferrocarril #contenido2,
body.productsrail #contenido2 {
	width: 420px;
	float: left;
	border-right: 1px solid #E0E0E0;
	padding-right: 0.8em;
	margin-right: 1em;
	padding-left:10px;
}


body.productosferrocarril #contenido2,
body.productsrail #contenido2,
body.productosferrocarril #contenido3,
body.productsrail #contenido3 {
	font-size: 0.9em;
	text-align: left;
}

body.productosferrocarril #contenido3,
body.productsrail #contenido3 {
	padding-left: 0;
	margin-left: 455px;
	padding-right: 10px;
}

body.productosferrocarril #breadcrumb,
body.productsrail #breadcrumb {
	display: none;
}

body.productosferrocarril #principal ul,
body.productsrail #principal ul {
	list-style-type: square;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 1em;
}



body.portada.uro-map #principal,
body.home.uro-map #principal,
body.portada.idi #principal,
body.home.idi #principal, /* ruso */
body.home.rd #principal {
	width: 650px;
	margin-left: 20px;
}
body.portada.uro-map #principal ul,
body.home.uro-map #principal ul,
body.portada.idi #principal ul,
body.home.idi #principal ul, /* ruso */
body.home.rd #principal ul {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 15px;
}

body.portada.uro-map #principal li,
body.home.uro-map #principal li,
body.portada.idi #principal li,
body.home.idi #pricipal li, /* ruso */
body.home.rd #principal li {
	margin-bottom: 5px;
}

body.portada.uro-map  h2,
body.home.uro-map h2,
body.portada.idi  h2,
body.home.idi h2, /* ruso */
body.home.rd h2 {
	font-size: 1.4em;
}


body.portada.uro-map #principal img,
body.home.uro-map #principal im {
	float: left;
	margin-right: 30px;
}

.endesarrollo {
	text-indent: -50000px;
	position: absolute;
	background: url(/img/productos/producto_en_desarrollo.png) no-repeat;
	height: 120px;
	width: 260px;
	top: -20px;
	left: 500px;
}

body.ru .endesarrollo {
	text-indent: 0;
	position: absolute;
	background: #000;
	color: #ffffff;
	height: 1.3em;
	font-size: 0.8em;
	padding: 0.2em;
	width: 290px; 
	top: -20px;
	left: 450px;	
	text-align: center;
}

body.camion-bimodal h1 {
	margin-top: 15px;
}