html, body, div, span, iframe, form,
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,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}/* reset em * W3C CSS validator likes CSS files to start with a class rather than a comment. */
a {
   text-decoration: none;
}
a:link {
   color: #666666;
}
a:visited {
   color: #666666;
}
a:active {
   color: #666666;
}
a:hover {
   color: #F12D2A;
}

body {
margin:0 auto;
width:744px;
background:#FFF;
font-family:Arial, Helvetica, sans-serif;
}
.wrapper {}

/*header*/
.header {
	margin:0;
	padding:0;
	height:197px;
	width: 744px;
	border-bottom:#b8b8b8 solid 4px;
	margin-bottom:4px;
	background: url(../images/header_1.png) top left no-repeat;
	}
.header h1 a{
		position:absolute;
		height:96px;
		width:215px;
		margin:30px 20px;
		background: url(../images/raicars.png) top left no-repeat;
		text-decoration:none;
		border:none;
		}
.header h1 span {
			visibility:hidden;
			}
.header h2 {
		display:none;
		}
	
/*localization*/
.header .local {
	float:right;
	width:180px;
	margin:10px 20px;
	font-size:70%;
	text-align:right;
	}
.header .local ul {
	list-style-type:none;
	}
.header .local ul li {
		display:inline;
		}
.header .local ul li a {
			text-decoration:none;
			padding:2px 10px;
			}
.header .local ul li a,
.header .local ul li a:visited {
			color:#fff;
			}
.header .local ul li a:hover,
.header .local ul li.selected a {
			color:#000;
			background:#f12d2a;
			}

/*main navigation*/
.menu {
	margin-bottom:10px;
	text-transform:uppercase;
	text-align:right;
	border-top:#c82523 solid 10px;
	width: 174px;
	float:left;
	font-size:70%;
	}
.menu ul {
		list-style-type:none;
		}
.menu ul li {
			background: #f12d2a;
			line-height:22px;
			}
.menu ul li a, 
.menu ul li a:visited {
				border-top:#FFF solid 1px;
				display: block;
				color: #FFF;
				text-decoration:none;
				margin:0 12px;
				padding-top:5px;
				}
.menu ul li a:hover, 	
.menu ul li.selected a {
				color: #000;
				}
.menu ul li:first-child a,
.menu ul li:first-child a:visited {
				border:none;
				}
.menu ul li:last-child a,/*doesn't work on IE6*/
.menu ul li:last-child a:visited {
				padding-bottom:24px;
				}


.banner {
	clear:both;
	width:172px;
	/*border:#f12d2a solid 1px;*/
	float:left;/*this floats .content*/
	}
.banner img {
	/*margin:5px;*/
	padding:0;
	border:none;
	text-decoration:none;
	}
	
/*contents*/
.content {
	margin:0 0 10px 184px;
	padding:10px 20px 40px 20px;
	border:1px #f12d2a solid;
	border-top:10px #f12d2a solid;
	width:518px;/*558-40(padding)*/
	_width:514px;/*only ie6 gets that*/
	background:#f4f4f4;
	overflow:auto;
	position:relative;
	}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
 {
	.content { margin:0 0 10px 10px; }/*Opera hack* It will only be a matter of time before Firefox 
										supports this and this hack will then most likely apply to Firefox as well.*/
 }
.content .title {
		margin-bottom:5px;
		display:block;
		font-style:italic;
		font-weight:bold;
		text-align:left;
		border-bottom:#f12d2a solid 1px;
		color:#f12d2a;
		}
.content p {
		padding:5px 0px;
		font-size:70%;
		}
.content p.clear {
		clear:both;
		}
.content p span {
			display:block;
			text-align:center;
			}
.content p a,
.content p a:hover,
.content p a:visited{
	color:#000;
	text-decoration:none;
	display:block;
	font-weight:bold;
	}
.content p img {
			position:relative;
			float:left;
			margin-right:10px;
			padding:0px;
			border:#f12d2a solid 1px;
			}

/*forms*/
.content form p {
	clear:both;
	margin-bottom:15px;
	}
.content form span {
	margin-bottom:5px;
	}
.content input,
.content .s_select,
.content .l_select {
		margin:1px 5px;
		}
.content label {
		display:block;
		float:left;
		text-align:right;
		width:300px;
		}
.content fieldset p{
			height:130px;
			overflow: auto;
			background:#FFF;
			margin:5px 10px;
			}
.content .s_select {
		width:40px;
		}
.content .l_select {
		width:120px;
		}
.content .date {
		width:20px;
		/*background: url(../images/date.png) top left;*/
		border:none;
		cursor: pointer; /* hand-shaped cursor */
  		cursor: hand; /* for IE 5.x */
  		position:absolute;
		}
.content input.text_date {
		width:122px;
		}
.content label.texta {
		display:block;
		width:210px;
		}
.content form textarea {
		width:350px;
		margin-left:140px;
		margin-right:0px;
		}
.content textarea,
.content fieldset,
.content label.texta {
		}
.content .but_L {
		padding:0;
		margin:0;
		color:#FFF;
		font-size:70%;
		border:0;
		background:transparent url(../images/but_L.png) center top no-repeat;
		width:87px;
		height:26px;
		cursor: pointer; /* hand-shaped cursor */
  		cursor: hand; /* for IE 5.x */
		}

.content .info {
		position:relative;
		padding:0;
		margin:4px 0 0 62px;
		color:#FFF;
		border:0;
		background:transparent url(../images/but_S.png) center top no-repeat;
		font-weight:bold;
		width:52px;
		height:22px;
		cursor: pointer; /* hand-shaped cursor */
  		cursor: hand; /* for IE 5.x */
		}
.content .input_b {
		width:100px;
		height:35px;
		margin-left:300px;
		margin-top:20px;
		border:none;
		}
.content form.center label {
		display:block;
		float:left;
		text-align:right;
		width:180px;
		}
.content form.center textarea {
		width:260px;
		height:100px;
		margin-left:185px;
		}
.content p.center {
	text-align:center;
	}		
.content form.center .but_L {
			/*position:relative;
			margin-left:200px;*/
			font-size:100%;
			margin:0 auto;
			
	}
		
.content .list_view {
		width:257px;
		float:left;
		padding-right:2px;
		}
		
.content .view {
		width:280px;
		float:left;
		}
.content .view .big_pic {
		border:none;
		margin-bottom:5px;
		}
.content .view .selected_small_pic {
		margin:2px;
		padding:0px;
		border:#f12d2a 1px;
		width:62px;
		}
.content .view .small_pic {
		margin:2px;
		padding:0;
		border:none;
		width:62px;
		/*height:40px;*/
		}/*TODO-- js switch img#_2 to img#_1 on hover */
		
/*ficha details_view*/		
.details_view {
	margin-left:300px;
	width:200px;
	}
.details_view div {
	background: #FFF;
	text-align:right;
	position:relative;
	}	
.details_view div.alternate {
	background: #fcf2f3;
	}
.details_view h4 {
		color:#cb2b28;
		font-weight:bold;
		}
.details_view span {
	/*width:100x;*/
	display:block;
	}
.details_view span.prop {
		position:absolute;
		left:0;
		}
.details_view span.value {
		margin-left:10px;
		}



/*footer*/
.footer {
	border:#f12d2a solid 1px;
	color:#f12d2a;
	display:block;
	text-align:right;
	font-size:60%;
	width:744px;
	}
.footer ul {
		list-style-type:none;
		}
.footer ul li {
			display:inline;
			}
.footer ul li a, 
.footer ul li a:visited,
.footer ul li a:hover {
				color: #f12d2a;
				text-decoration:none;
				line-height:24px;
				padding: 0;		
				text-transform:uppercase;
				}
.footer ul li span {
				padding:0 10px;
				}
.footer ul li:last-child span {
				display:none;
				}
.footer ul li:last-child {
				padding-right:20px;
				}
/*.footer ul li a:after {
				content: "|";
				padding:0 5px;
				}*//*doesn't work in IE*/			
/*tested on FF 3.5, IE 6, O 9.6 @ win NT 5.2*/
/*epic at gbg dot bg*/

form#ftransfer table {
	font-size:11px;
	color:#000000;
}
form#ftransfer table input, form#ftransfer table textarea, form#ftransfer table select {
	font-size:11px;
	color:#000000;
	margin:0px 0px 0px 3px;
}
form#ftransfer table td {
	height:21px;
	overflow:visible;
	vertical-align:middle;
	font-size:11px;
}
img#espera {
	visibility:hidden;
	/*display:none;*/
}
iframe.capaIframe {
	position:absolute;
	top:0px;
	overflow:hidden;
	margin:0px;
	height:1px;
	width:1px;
	background-color:#FFFFFF;
	display:none;
}

img.calendario {
	cursor:pointer;
}

form#ftransfer table td.separador {
	height:12px;
	overflow:visible;
}
.content {
	min-height:243px;
}
.negrita {
	font-weight:bold;
	padding-left:3px;
}
span#verImporte {
	font-weight:bold;
	margin-left:3px;
	color:#F00;
	font-size:12px;
}
.cajaroja {
	padding:5px;
	margin:0px 5px 0px 0px;
	border:1px solid #f00;
	min-height:70px;
	overflow:visible;
	width:240px;
	float:left;
}
form#ftransfer table#tablaPTransfer td {
	height:18px;
}