@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(../../../imagenes/standAdmin/console_background.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin:0px;
	font-family:Verdana;
}

#admin_navigation
{
	padding:1px;
	width:auto;
	border:1px solid #CCCCCC;
	background:#C5E6F5;
	
	height:20px;
}

#admin_navigation ul
{
	margin-top:0px;
}

#admin_navigation ul li
{
	
	float:right;
	margin-right:1px;
	list-style:none;
	border-bottom:1px solid #CCCCCC;
}

#admin_navigation a
{
	padding:4px 10px;
	text-align:center;
	width:auto;
	/*background:#FF9900;*/
	background:#FFFFFF;
	display:block;
	/*color:#666666;*/
	color:#0033CC;
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
}

#admin_navigation a:hover
{
	background:#CCCCCC;
}

#admin_content
{
	font-family:Verdana;
	font-size:10px;
	margin:auto;
	width:1000px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
}

/*#admin_content #content_top
{
	height:10px;
	background-image:url(../../../imagenes/standAdmin/console_top_stand_admin.gif);
	background-repeat:repeat-x;
}*/

/*#admin_content #content_center
{
	padding:8px;
	background-image:url(../../../imagenes/standAdmin/console_center_stand_admin.gif);
	background-repeat:repeat-y;
}*/

#admin_content #content_center .formulario
{
	background:url(../images/console_background.jpg) center no-repeat;
	height:370px;
	margin-left:-16px;
	margin-top:-19px;
}

#admin_content #content_center .error
{
	background:url(../images/console_background.gif) center no-repeat;
	height:370px;
}

#admin_content #content_center .error a
{
	border-collapse:collapse;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#006699;
}

#admin_content #content_center table.empleos
{
	background:#DEF8FA;
	border-collapse:collapse;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#006699;
}

#admin_content #content_center td.listado_h
{
	background:#006699;
	border-collapse:collapse;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:6px;
}

#admin_content #content_center td.listado_e
{
	font-size:12px;
	font-weight:bold;
	color:#003333;
	padding:4px;
}

#admin_content #content_center td.buttons
{
	background:#FFFFCC;
}

div.mensajeincio
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	vertical-align:middle;
	margin-right:60px;
	font-style:italic;
}

#admin_content #content_center #stand_container div.edit_section
{
	background:#FF9900;
	position:absolute; 
	z-index:1; 
	padding:8px; 
	padding-top:4px;
	padding-bottom:4px; 
	border:2px solid #666666;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}

#admin_content #content_center #stand_container div.edit_section:hover
{
	background:#C5E6F5;
	color:#333333;
}

#admin_content #stand_container div.panel_item a
{
	font-weight:bold;
	/*background:#FF9900;*/
	background:#FFFFFF;
	text-align:left;
	padding:4px;
	font-size:10px;
	/*color:#333333;*/
	color:#0033CC;
	text-decoration:none;
	display:block;
	border:1px dotted #999999;
	border-bottom:0px;
}

#admin_content #stand_container div.panel_item a:hover
{
	background:#C5E6F5;
	text-align:left;
	padding:4px;
	font-size:10px;
	color:#333333;
}

/*#admin_content #content_bottom
{
	height:10px;
	background-image:url(../../../imagenes/standAdmin/console_bottom_stand_admin.gif);
	background-repeat:repeat-x;
}*/

#admin_content #stand_body
{
	height:500px;
}

#admin_content #stand_menu
{
	width:250px;
	background:#FFFFFF;
	float:right;
}
#admin_content .step
{
	padding:10px;
}
#admin_content .step legend
{
	font-size:12px;
	color:#666666;
}
#admin_content .step .content
{
	padding:15px;
}
#admin_content .alert
{
	padding:15px; font-size:13px; background:#FFFFCC; border:1px solid #FF9900;
}
#admin_content .big_button
{
	width:180px;
	height:60px;
}
#admin_content #product_list .product
{
	width:550px;
	text-align:left;
	padding:8px;
	border:1px solid #CCC;
	margin:5px;
	background:#F0F0F0;
}
#admin_content .green
{
	color:#009900;
	font-style:italic;
	font-size:12px;
}
#admin_content .red
{
	color:#990000;
	font-style:italic;
	font-size:12px;
}
#admin_content .link1
{
	font-size:12px;
	color:#999999;
}
#admin_content .link1:hover
{
	color:#666666;
}
#admin_content .link2
{
	font-size:14px;
	color:#990000;
	text-decoration:none;
}
#admin_content .link2:hover
{
	text-decoration:underline;
}
#stand_change
{
	padding:5px;
	margin:auto;
	width:1000px;
	background:#FFFFFF;
}

/************************ Panel - Mas Información **************************/

div.masinfo
{
	vertical-align:middle;
	text-align:center;
	height:18px;
	border:1px solid #999999;
	background:#CCCCCC;
}

#imageleft
{
	padding:4px;
	float:left;
	width:150px;
	height:150px;
	border:1px solid #FF9900;
	background:#999999;
}

#imageright
{
	padding:4px;
	float:right;
	width:150px;
	height:150px;
	border:1px solid #FF9900;
	background:#CCCCC0;
}

#infotextleft
{
	border:1px solid #999999;
	padding:4px;
	overflow:auto;
	font-size:12px;
	text-align:justify;
	height:150px;
	background:#CCCCC0;
}

#infotextright
{
	border:1px solid #CCCCC0;
	padding:4px;
	overflow:auto;
	font-size:12px;
	text-align:justify;
	height:150px;
	background:#999999;
}

/* stand virtual */

#CompanyStand1
{
	width: 160px;
	border: 0px dotted #000000;
	font-family: verdana;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
}
#CompanyStand1 h1
{
	font-size: 14px;
}
#CompanyStand2
{
	width: 160px;
	border: 0px dotted #000000;
	font-family: verdana;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
}
#CompanyStand2 h1
{
	font-size: 14px;
}
#CompanyStand3
{
	width: 160px;
	border: 0px dotted #000000;
	font-family: verdana;
	font-size: 13px;
	text-align: center;
	font-weight: 600;
}
#CompanyStand3 h1
{
	font-size: 14px;
}
#CompanyStand4
{
	width: 300px;
	border: 0px dotted #000000;
	font-family: verdana;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
}
#CompanyStand4 h1
{
	font-size: 14px;
}
#CompanyStand5
{
	width: 200px;
	border: 0px dotted #000000;
	font-family: verdana;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
}
#CompanyStand5 h1
{
	font-size: 14px;
}
#CompanyStand6
{
	width: 160px;
	border: 0px dotted #000000;
	font-family: verdana;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
}
#CompanyStand6 h1
{
	font-size: 14px;
}

/* stand virtual */


/*********************************************************************/