body {
	background-image:url(images/fondo-general.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-top: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:x-small;
}


/*ENCABEZADOS-------------------------------------------------------*/
h1 {
	font-size: 15px;
	text-indent:50px;
	height:22px;
	font-family: Helvetica, sans-serif;
	background-image:url(images/fondo-titulos.gif);
	background-repeat:no-repeat;
	font-weight: bold;
	color:#555555;
	padding-top:3px;
}

h2 {
	text-align:center;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color:#999999;
	text-decoration:none;
}


p{
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	text-align:justify;
}
/*MARCOS-------------------------------------------------------------------*/
#box {
	width: 787px;
	margin:0px auto;
	display:table;
	background-image:url(images/fondo-contenido.gif);
	background-repeat:repeat-y;
	background-position:center;
	/*border-bottom:1px solid #000000;*/
}

#contenido {
	margin:5px;
	width: 450px;
	height:auto;
	float:left;
}

#contenidoext {
	margin:5px;
	width: 595px;
	height: auto;
	float:left;
	display:block;
}
#contenidoalquiler {
	width: 595px;
	height:auto;
	margin:5px;
	float:left;
	background-image:url(images/fondo-alquiler.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#noticias{
	width: 159px;
	float: left;
	background-color: #CCCCCC;
	background-image:url(images/fondo-noticias.gif);
	text-align:center;
}

#menu {
	width: 152px;
	float: left;
	padding-left:7px;
	display:block;
}

#cabecera {
	height:132px;
}
#pie{
	width: 787px;
    padding-top:5px;
	display:table;
	margin:auto;
	background-image:url(images/fondo-pie.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:30px;
	border-bottom:1px solid #000000;
}

/*ENLACES----------------------------------------------------------------------*/
a:link, a:hover,a:visited {
	text-decoration:underline;
	color: #DB2232;
	font-weight:bold;
	font-size:12px;
}
a.pielink:link, a.pielink:hover,a.pielink:visited {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	font-size:11px;
}
a.textolink:link, a.textolink:hover,a.textolink:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration:underline;
	color: #DB2232;
	font-weight: normal;
	font-size: 12px;
}

/*TEXTOS---------------------------------------------------------------*/

.referencias, .datospie{
	color:#999999;
	font-size:10px;
}
.datospie{
	color:#FFFFFF;
}
.bordereferencias{
	border-bottom:1px dashed #CCCCCC;
}
.bordefotosnoticias{
	border:2px solid white;
}
.lista{
	list-style-image: url(images/punto-web.gif);
}
.titulotabla,.maquinas{
	color:#DB2232;
	font-weight:bold;
}
.maquinas{
font-size:small;
padding-top:5px;
}


.titulotabla{
background-color:#FFFFFF;
}
.tablareferencias{
	background-color:#CECECE;
	font-size:x-small;
	padding:4px;
	border:1px solid #959595;
}
.tablareferencias td{
	border-bottom:1px solid #959595;
}
.tablamarca{
	font-size:x-small;
	border-left:1px solid #959595;
	border-right:1px solid #959595;
	background-color:#C6D0DE;
}
.tablarojo{
	background-color:#FAEAE9;
	font-size:x-small;
}
.tablaficha td{
	border-bottom:1px dotted #E3E3E3;
}
.maquinasmodelo td{
font-size:x-small;
padding:0px;
border-bottom:0px;
text-align:left;
}
.tablafichaseccion{
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color:#555555;

}
/*ESQUINAS--------------------------------------------*/
.t {background: url(images/dot2.gif) 0 0 repeat-x; margin-left:10px;}
.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot4.gif) 0 0 repeat-y}
.r {background: url(images/dot3.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:5px}
