@CHARSET "UTF-8";
*{
	margin:0;
}
html
{
	font-family:Verdana, Arial;
	font-size:10pt;
}
h1
{
	color:#900;
	border-bottom:2px solid #900;
	margin: 0 20px 0 20px;
}
#pg
{
	margin:8px auto 0 auto;
	background:#FFF;
	width:900px;
}
#super
{
	width:100%;
	height:135px;
	text-align:center;
}
#super table
{
	height:135px;
}
#super .cuadrante
{
	background:#000;	
}
#content
{
	margin:9px 0 0 0;
}
#left_content
{
	width:150px;
	float:left;
	text-align:center;
}
#left_menu
{
	background:#ff0;
}
#finder
{
	
}
#renta_section
{
	width:150px;
	height:150px;
	padding-top:10px;
	overflow: hidden;
}

#autoreg_section
{
	position: relative;
	width:150px;
	height:66px;
	margin: 10px 0;
	overflow: hidden;
}

#autoreg_section img
{
	border: 2px solid #ddd;
	width: 146px;
}
#main_content
{
	width:624px;
	max-width:630px;
	float:left;
	padding:0 0 0 6px;
}
#right_content
{
	float:right;
	text-align:right;
	width:118px;
	padding: 0 0 5px 0;
}
#right_content img
{
	border: 1px solid #000;
}
#foot
{
	width:100%;
	clear:both;
	color:#fff;
	text-align:center;
	background:#900 url(../images/theme/background_red.png) repeat-y center;
	height:15px;
	font-size:7pt;
	font-weight:bold;
}
.form_login
{
	border:1px solid #000;
	background:#eee;
	padding:25px 30px 25px 30px;
	width:450px;
	margin:10px auto 0 auto;
}
div.error
{
	border:1px solid #000;
	background:#eee;
	text-align:center;
	padding:15px 10px 15px 10px;
	width:450px;
	color:#700;
	margin:10px auto 0 auto;
	font-weight:bold;
}
.navigation
{
	padding:10px 0 5px 0;
	margin-bottom:5px;
	border-bottom:1px solid #000;
	text-align:center;
}
a.back
{
	color:#000;
	background: url(../images/icons/resultset_previous.png) left no-repeat;
	padding-left:18px;
	text-decoration:none;
	font-weight:bold;
}
a.back:hover
{
	color:#555;
	text-decoration:underline;
}
table
{
	font-size:11px;
}
.table_form
{
	margin:auto;
}
.table_form td
{
	text-align:center;
	background:#eee;
	font-size:11px;
	font-family:Verdana;
}
.table_form label
{
	margin:0 10px 0 10px 0;
}
.table_form td.submit
{
	text-align:center;
	background:#fff;
}
.required
{
	color:#900;
}
.red_text
{
	color:#f00;
}
.notif
{
	margin:15px auto 0 auto;
	border:1px solid #500;
	background:#eee;
	padding:10px 15px 10px 15px;
}
.logo_prod
{
	width:245px;
	max-width:245px;
	height:45px;
	border:1px solid #000;
	margin-bottom:3px;
}
.logo_prod_marca
{
	width:140px;
	height:45px;
}
.logo_prod_nombre
{
	width:100px;
	height:45px;
	background:#000;
	color:#fff;
	font-weight:bold;
}
#pop {
   z-index:100;
   position:absolute;
   border: 1px solid #333333;
   text-align:center;
   background:#000000;
}
#cerrar {
   float:right;
   margin-right:5px;
   cursor:pointer;
   font:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   color:#FFFFFF;
   background-color:#666666;
   width:12px;
   position:relative;
   margin-top:-1px;
   text-align:center;
}