div.Frame { overflow: auto; width:190px; height:190px; border: 0px solid black; padding: 1px 1px; }
div.FrameTerminos { overflow: auto; width:750px; height:300px; border: 0px solid black; padding: 1px 1px; }
div.FrameFotos { overflow: auto; width:100px; height:380px; border: 0px solid black; padding: 1px 1px; }
div.FrameRelacionados { 
	overflow: auto; 
	width:140px; 
	height:520px; 
	padding: 1px 1px;
	border: 1px solid navy; }

fieldset {
	width: 469px;
	padding:0px;
	margin: 0px;
	border: 1px solid #bbbbbb;
}
legend {
	font-weight:bold;
	font-size: 11px;
	padding: 1px;
	margin: 0px 0px 0px 1px;
}




.filtro{
  font-family: 'arial';
  font-size: 11px;
  color: blue;
  font-style: bold;  
}

.filtrosmall{
  font-family: 'arial';
  font-size: 9px;
  color: blue;
  font-style: bold;  
  font-weight: 1000;  
}

.autos {
	border: 1px solid #0099CC;
}

.vertical {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: 'arial';
	font-size: 10px;
	color: blue;
 
}

.verticalwhite {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F7F8E0;
	font-family: 'arial';
	font-size: 10px;
	color: blue;
	 
}


.comentario{
  font-family: 'arial';
  font-size: 10px;
  color: black;
  font-style:italic;
}

.filtroNegro{
  font-family: 'arial';
  font-size: 13px;
  color: black;
  font-style: bold;  
}
.filtroRojo{
  font-family: 'arial';
  font-size: 13px;
  color: red;
  font-weight: 900;  
}

.titulo{
  font-family: 'arial';
  font-size: 16px;
  color: blue;
  font-style: bold;
  font-weight: 900;  
}

.mensaje{
  font-family: 'arial';
  font-size: 14px;
  color: blue;
  font-style: italic;
  font-weight: 900;  
}

.observacion{
  font-family: 'arial';
  font-size: 11px;
  color: red;
  font-style: italic;
  font-weight: 100;  
}

.inputText{
  font-family: 'arial';
  font-size: 10px;
  font-style: bold;
  color: blue;
  width: 180px;
}

.boton{
  font-family: 'verdana';
  font-size: 10px;
  font-style: bold;
  color: red;
  width: 120px;
  border-width:1px;
}
.botonvolver{
  font-family: 'verdana';
  font-size: 13px;
  font-style: bold;
  color: red;
  width: 130px;
  border-width:2px;
  border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
}

.botonShort{
  font-family: 'verdana';
  font-size: 10px;
  font-style: italic;
  color: red;
  width: 80px;
}

.inputTextShort{
  font-family: 'arial';
  font-size: 10px;
  font-style: bold;
  color: blue;
  width: 60px;
}

.cabeceraResultado{
  font-family: 'arial';
  font-size: 12px;
  color: blue; 
}

.linkboton { font-weight: 900;
font-family: 'arial';
font-size: 12px;
color: green;
text-align: 'center';
}


.linkpagina{ font-weight: 900;
font-family: 'arial';
font-size: 11px;
color: blue;

}

.linkbotonred { font-style: normal;
font-family: 'arial';
font-size: 12px;
color: red;
text-align: 'center'}


a:link{ color: blue; text-decoration: none}
a:active{ color: blue; text-decoration: none}
a:visited{ color: blue; text-decoration: none}
a:hover{ color: red; text-decoration: underline}

.flotante {  float: left;  position: absolute;}