html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #333333;
	text-decoration: none;
}

body {
	margin: 0px;
	background-color: #D9DFE6; /* #C4CED7 */
}

#header {
	display: block;
	width: 942px;
	height: 122px;
	background-color: #ffffff;
	background-image: url(/images/imgtdp/header_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #0066cd;
	font-family: Arial, Helvetica, sans-serif;
}

#header .areaname {
	float: left;
	padding-top: 19px;
/*	position: relative; 
	height: 120px;
	text-align: left;	*/
	width: 522px;
	display: inline;
}

#header h1 {
	margin: 0 138px 0 16px;
	padding: 0 0 0 0;
	font-size: 44px;
	height: 42px;
	line-height: 46px;
	display: inline;
}
#header h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	display: inline;
}
#header h1 a, #header h3 a {
	font-weight: normal;
	color: #7d8fb0;
	text-decoration: none;
}
#header h2 a{
	font-weight: normal;
	color: #0066cd;
	text-decoration: none;
}

#header h2 {
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	font-size: 23px; 
	line-height: 26px;
	height: 26px;
}
#header .slogan {
	margin: 1px 0 0 0;
	font-size: 13px; 
	font-weight: bold;
	font-style: italic;
	color: #660066;
}
#header .line {
	margin: 0;
	padding: 0;
	height: 2px;
}

#header .logo {
	margin: 8px 7px 0 16px;
	padding: 0;
	width: 66px;
	float: left;
	text-align: left;
	left: 13px;
}
#header .areaimages {
	position: relative;
	width: 420px;
	float: right;
	text-align: right;
	right: 0px;
	vertical-align: middle;
}
#header .menu {
	position: relative;
	margin-top: 4px; margin-right: 4px;
	color: #a0a0a0;
	font-weight: normal ;
	font-size: 11px;
}
#header .blog {
 	position: relative; margin-top: 6px; margin-right: 4px;
}




/* начало верхнего меню */
#menu-top {
	display: block;
	width: 942px;
	height: 24px;
	margin: 0; padding: 0;
	background-image: url(/images/imgtdp/menu_top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#menu-top ul {
	list-style: none;
	margin: 0; 
	padding: 0 0 0 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
}
#menu-top li.about {
	background-color: #8e98b3;
}
#menu-top li.places {
	background-color: #2eba7d;
/*	border-right-color: #2eba7d; */
}
#menu-top li {
	list-style: none;
	display: list-item;
	float: left;
	margin: 0; 
	padding: 4px 0 4px 0;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	/*  width: 131px;  */
}

#menu-top a {
	display: inline;
	padding: 6px 17px 7px 18px;
	height: 24px;
	color: #ffffff;
	text-decoration: none;
/*	background-color:#C09; */
}

#menu-top a:hover {	
	display: inline;
	color: #222b35;
	padding: 6px 17px 7px 18px;
	height: 24px;
	background-image: url(/images/imgtdp/menu_top_over.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/* конец верхнего меню */


/* начало верхнего меню */
#menu-middle {
	display: block;
	width: 942px;
	height: 24px;
	margin: 0; padding: 0;
}
#menu-middle ul {
	list-style: none;
	margin: 0; 
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	line-height: 17px;
	text-transform: uppercase;
}
#menu-middle li {
	list-style: none;
	display: list-item;
	float: left;
	margin: 0; 
	padding: 5px 0 2px 0;
	background-image: url(/images/imgtdp/menu_middle_separator.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#menu-middle li.separator {
	display: block;
	width: 1px;
	height: 14px;
	background-image: url(/images/imgtdp/menu_middle_separator.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#menu-middle a {
	display: inline;
	height: 24px;
	text-decoration: none;
	color: #ffffff;
/*	background-color:#CF9;*/
}
#menu-middle a:hover {
	display: inline;
	/*	margin-right: -1px; */
	margin-left: 1px;
	height: 24px;
	/*	border-top-color: #ff0000;
	border-top-style:  double;
	border-top-width: 3px;
	border-bottom-color: #F00;
	border-bottom-style: double;
	border-bottom-width: 3px;
	background-position: left 3px; */
	background-color: #ffe69e;
	color: #000000;
}
#menu-middle.about {
	background-color: #8e98b3;
}
#menu-middle.places {
	background-color: #2eba7d;
}
#menu-middle.about ul {
	padding: 0 0 0 9px;
}
#menu-middle.places ul {
	padding: 0 0 0 4px;
}
#menu-middle.about ul a {
	padding: 6px 6px 7px 7px;
}
#menu-middle.about ul a:hover {
	padding: 8px 6px 5px 6px;
}
#menu-middle.places ul a {
	padding: 6px 5px 7px 6px;
}
#menu-middle.places ul a:hover {
	padding: 8px 5px 5px 5px;
}
	
/* конец верхнего меню */


#footer {
	color: #8891a4;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	font-weight: bolder;
	vertical-align: middle;
	line-height: 11px;
}

#footer div { margin: 0; padding: 0 0 1px 0; }
#footer hr { margin: 1px 0 3px 0; padding: 0; color: #8891a4; }
#footer a { color: #646D82; text-decoration: none; background: transparent; font-weight: bolder; }
#footer a:hover, #footer a.emailus:hover  { color: #2777C3; text-decoration: none; background: transparent; }
#footer a.emailus { color: #646D82; text-decoration: none; background: transparent; }


div.tagcloud {
	width: 576px;
	height: auto;
	float: left;
	border: #f37021 thin dotted;
	margin: 5px 0 0 0;
}

div.tagcloud ul {
	padding: 0 0 0 4px;
	margin: 0;
}

div.tagcloud li {
	margin-right: 6px;
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

div.tagcloud li a, div.tagcloud { font-family: Arial, Helvetica, sans-serif; }

div.tagcloud li.tagCloudLevel1 { font-size: 9px; }
div.tagcloud li.tagCloudLevel2 { font-size: 11px; }
div.tagcloud li.tagCloudLevel3 { font-size: 14px; }
div.tagcloud li.tagCloudLevel4 { font-size: 18px; }
div.tagcloud li.tagCloudLevel5 { font-size: 22px; }
/*
div.tagcloud li.tagCloudLevel1 a { color: green; }
div.tagcloud li.tagCloudLevel2 a { color: blue; }
div.tagcloud li.tagCloudLevel3 a { color: yellow; }
div.tagcloud li.tagCloudLevel4 a { color: orange; }
div.tagcloud li.tagCloudLevel5 a { color: red; }
*/

h1
	{
	font-size: 15px;
	color: #2777C3;
	text-decoration: none;
	margin: 0px;
	}
h3, .h3span
	{
	font-size: 13px;
	color: #2777C3;
	text-decoration: none;
	margin: 0px;
	}
a:link
	{
	color: #333333;
	text-decoration: none;
	}
a:visited
	{
	color: #333333;
	text-decoration: none;
	}
a:hover
	{
	color: #2777C3;
	text-decoration: underline;
	}
.menu li {
	color: #333333;
	margin-bottom: 5px;
	list-style-image: url(../images/ico/arrowmenu.jpg);
	list-style-type: none;
	list-style-position: inside;
}
.menu li a:link {
	color: #333333;
	margin-bottom: 5px;
	list-style-image: url(../images/ico/arrowmenu.jpg);
	list-style-type: none;
	list-style-position: inside;
	text-decoration: none;
}
.menu li a:visited {
	color: #333333;
	margin-bottom: 5px;
	list-style-image: url(../images/ico/arrowmenu.jpg);
	list-style-type: none;
	list-style-position: inside;
	text-decoration: none;
}
.menu li a:hover {
	color: #E59F36;
	margin-bottom: 5px;
	list-style-image: url(../images/ico/arrowmenu.jpg);
	list-style-type: none;
	list-style-position: inside;
	text-decoration: underline;
}
.botonesmenu li {
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	list-style-position: inside;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 3px;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	_padding-left: 3px;
	background-image: url(../images/menu/botones.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.botonesmenu li a:link {
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	list-style-position: inside;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	
}
.botonesmenu li a:visited {
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	list-style-position: inside;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
.botonesmenu li a:hover {
	list-style-type: none;
	color: #E59F36;
	text-decoration: underline;
	margin-right: 0px;
	margin-left: 0px;
	list-style-position: inside;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

form {
	margin: 0px;
}
.center {
	text-align: center;
}
.bghead {
	background-image: url(../images/head/bghead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.headcajagris {
	background-image: url(/images/imgtdp/gris_head_bg.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 28px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 18px;
	vertical-align: middle;
	text-transform: uppercase;
}
.headcajagris_old {
	background-image: url(../images/bgheadgris.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 8px;
	vertical-align: middle;
}
.headmenu {
	background-image: url(../images/menu/head.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 8px;
	vertical-align: middle;
}
.headmenu_usuario {
	background-image: url(../images/menu/head_usuario.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 8px;
	vertical-align: middle;
}
.filetegrismenu {
	background-color: #f9edd3; /* #EFEFEF */
	padding: 9px 8px 10px 8px;
	border: 1px solid #CCCCCC;
/*	text-transform: uppercase; */
}
.filetegris {
	padding: 8px 5px 0 5px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.filetegris h2 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #000000;
}
.filetegris h3 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #4444ff;
}
.filetegris img.visor {
	padding: 6px 0 6px 0;
	margin: 0;
}

.othersite {
	color: #206DC8;
	text-decoration: none;
}
.othersite a:link {
	color: #206DC8;
	text-decoration: none;
}
.othersite a:visited {
	color: #206DC8;
	text-decoration: none;
}
.othersite a:hover {
	color: #F04E11;
	text-decoration: underline;
}
.nav {
	color: #E59F36;
	text-decoration: none;
}
.nav a:link {
	color: #E59F36;
	text-decoration: none;
}
.nav a:visited {
	color: #E59F36;
	text-decoration: none;
}
.nav a:hover {
	color: #F04E11;
	text-decoration: underline;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}
p b {
	text-decoration: underline;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-transform: none;
}
select.id_region {
	width: 138px;
}
select.id_ciudad {
	width: 94px;
}
select.id_tipo {
	width: 110px;
}
select.id_level {
	width: 84px;
}
select.id_price {
	width: 98px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
/*input#btnsearch {
	height: 21px;
	background-image: url(../btn/search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 53px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
input#btnsearch:hover {
	height: 21px;
	background-image: url(../btn/search_ov.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 53px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}*/
.btnsearch {
	height: 21px;
	background-image: url(../btn/search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 53px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.btnsearch:hover {
	height: 21px;
	background-image: url(../btn/search_ov.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 53px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.loginbgtop {
	background-image: url(../images/login/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.loginbgizq {
	background-image: url(../images/login/bg-izq.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.loginbgder {
	background-image: url(../images/login/bg-der.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.loginbgbottom {
	background-image: url(../images/login/bg-bottom.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
input#btnlogin {
	height: 21px;
	background-image: url(../btn/login.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 97px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
input#btnlogin:hover {
	height: 21px;
	background-image: url(../btn/login_ov.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 97px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.btnlogin {
	height: 21px;
	background-image: url(../btn/login.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 97px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.btnlogin:hover {
	height: 21px;
	background-image: url(../btn/login_ov.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 97px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.colorprecio {
	color: #2777C3;
	text-decoration: none;
}
.colorprecio2 {
	font-size: 13px;
	color: #2777C3;
	text-decoration: none;
}
.colorpreciooferta {
	font-size: 13px;
	color: #ff0000;
	text-decoration: none;
}
.huella {
	color: #2777C3;
	text-decoration: none;
}
.segmentadavertical {
	background-image: url(../images/ico/segmentada-vertical.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.banner p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.fondofoto {
	background-color: #f9edd3; /* #EFEFEF */;
}
.segmentadahorizontal {
/*	background-image: url(../images/ico/separata-horizontal.jpg); */
	background-image: url(../images/imgtdp/separata-horizontal.gif); 
	background-repeat: repeat-x;
	width: 300px;
	height: 12px;
}
.txt9 {
	font-size: 9px;
	line-height: 130%;
	color: #333333;
	text-decoration: none;
	background-color: #f9edd3; /* #EFEFEF */
	border: 1px solid #CCCCCC;
}
.caracteres {
	font-size: 9px;
	line-height: 130%;
	color: #333333;
	text-decoration: none;
}
.cajagris {
	border: 3px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
