body
{
  margin: 0;
  padding: 0;
  font: normal 100% Arial;
  background: #F9FBFC url(../imagenes/box_show_shared_file_bg.gif) left top repeat-x;
}

a
{
  text-decoration: none;  
}

img
{
  border: none;
}

div.main_area
{
	position: absolute;
	left:50%;
	top:50%;
	width: 400px;
	height: 260px;	
	/*margin: 150px auto 0 auto;*/
	margin-top: -130px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -200px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/

}

div.main_area div.logo
{
	width: 100%;
	height: 49px;
	text-align: center;	
}

div.main_area div.top_text
{
	width: 100%;
	text-align: center;
	line-height: 45px;
	color: #aaa;
	font-size: 18px;
}

div.main_area div.top_text a
{
	color: #3A94D6;	
	background: url(../imagenes/box_underline_2E91D0_dotted.gif) left bottom repeat-x;
}

div.main_area div.top_text a:hover
{
	background: url(../imagenes/box_underline_2E91D0_solid.gif) left bottom repeat-x;
}

div.main_area div.file_area_top
{
	width: 400px;
	height: 10px;
	background: url(../imagenes/box_shared_f_t.gif) left top no-repeat;
}

div.main_area div.file_area
{
	padding-top: 25px;
	width: 400px;
	height: 150px;
	background: url(../imagenes/box_shared_f_c.gif) left top repeat-y;
}

div.main_area div.file_area_bottom
{
	width: 400px;
	height: 37px;
	background: #2E91D0 url(../imagenes/box_shared_f_b.gif) left bottom no-repeat;
	color: #CDE7F8;
	font-size: 13px;
	line-height: 37px;
	text-align: center;
}

div.main_area div.file_area_bottom a
{
	color: #CDE7F8;
	background: url(../imagenes/white_1px.gif) left bottom repeat-x;
}

div.main_area div.file_area_bottom a:hover
{
	background: url(../imagenes/white_2px.gif) left bottom repeat-x;
}


div.main_area div.file_area div.file
{	
	margin-bottom: 15px;
	width: 400px;
	padding-right: 20px;
	text-align: center;
	vertical-align: middle;
}

div.main_area div.file_area div.file img
{
	vertical-align: middle;
	margin-right: 5px;
}

div.main_area div.file_area div.file a
{
	color: #2A6A99;
	background: url(../imagenes/box_underline_2E91D0_dotted.gif) left bottom repeat-x;
	font-size: 26px;
	visibility: hidden;
	white-space: nowrap;
}

div.main_area div.file_area div.file a:hover
{
	background: url(../imagenes/box_underline_2E91D0_solid.gif) left bottom repeat-x;
}

div.main_area div.bottom_text
{
	margin-top: 4px;
	width: 100%;
	text-align: center;
}

div.main_area div.bottom_text a
{
	color: #2173B0;
	font-size: 14px;
	background: url(../imagenes/box_underline_2E91D0_dotted.gif) left bottom repeat-x;
}

div.main_area div.bottom_text a:hover
{
	background: url(../imagenes/box_underline_2E91D0_solid.gif) left bottom repeat-x;
}

div.bottom_text_block
{
	width: 410px;
	margin: auto;
	height: 28px;
	line-height: 22px;
	border: solid #FEEC6D 1px;
	background-color: #FFFDE6;
	text-align: center;
}

div.adblock
{	
	margin: 0 auto;
	width: 500px;
	border: 1px solid #D6E2EB;
	font-size: 14px;
	background-color: #fff;
	text-align: left;
	padding: 15px;
}

div.adblock div.head
{
	color: #000;
	font-weight: bold;
}

div.adblock div.text
{
	color: #000;
	font-size: 13px;
}

div.adblock div.text a
{
	color: #2E91D0;
	background: url(../imagenes/blue3_1px.gif) left bottom repeat-x;
}

div.adblock div.text a:hover
{
	color: #2E91D0;
	background: url(../imagenes/blue3_hover_1px.gif) left bottom repeat-x;
}
/*################################### CSS BUTTONS ###################################*/
/* BUTTONS TABLE */
table.box_new_popup_button_table
{
	margin: 0;
	padding: 0;
	width: 100%;
}

table.box_new_popup_button_table td
{
	white-space: nowrap;
}

table.box_new_popup_button_table td.left,
table.box_new_popup_button_table td.right
{
	width: 50%;
}

/* LARGE BUTTON */
a.box_new_popup_button
{
	display: block;
	cursor: pointer;
	background-image: none !important; 
}

a.box_new_popup_button:hover
{
	border-bottom: none !important;
}

a.box_new_popup_button_first
{
	margin-right: 10px;
	background-image: none !important; 
}

a.box_new_popup_button_first:hover
{
	background-image: none !important; 
	border-bottom: none !important;
}


a.box_new_popup_button span
{
	display: block;
}

a.box_new_popup_button span.left,
a.box_new_popup_button span.right
{
	height: 30px;
}



a.box_new_popup_button span.center
{
	margin: 0 5px 0 5px;
	width: 58px;
	height: 31px;	
	line-height: 31px;
	font-size: 12px;
	color: #000;
	text-align: center;
	font-weight: bold;
	/*background: url(../imagenes/box_new_popup_butc1_.gif) left top repeat-x;*/
}

a.box_new_popup_button:hover span.center, a.box_new_popup_button_hover span.center
{	
	/*background: url(../imagenes/box_new_popup_butc2_.gif) left top repeat-x !important;*/
	color: #fff;
}

a.box_new_popup_button span.center_auto
{
	width: auto;
}

a.box_new_popup_button span.center_wide
{
	width: auto;
	padding: 0 5px 0 5px;
}

a.box_new_popup_button span.icon
{
	padding-left: 13px;
	padding-right: 6px;
	margin-left: 4px;
}

a.box_new_popup_button .gray
{
	color: #999;
}

a.box_new_popup_button span.icon_right
{
	padding-right: 17px;
	padding-left: 5px;
}

a.box_new_popup_button span.icon_play
{
	background: url(../imagenes/box_icon_music.gif) left center no-repeat;
}

a.box_new_popup_button:hover span.icon_play
{
	background: url(../imagenes/box_icon_music1.gif) left center no-repeat;
}

a.box_new_popup_button span.icon_download
{
	background: url(../imagenes/box_icon_download.gif) left center no-repeat;
}

a.box_new_popup_button:hover span.icon_download
{
	background: url(../imagenes/box_icon_download1.gif) left center no-repeat;
}

a.box_new_popup_button span.icon_options
{
	background: url(../imagenes/box_options_new.gif) right 8px no-repeat;
}

a.box_new_popup_button:hover span.icon_options
{	
	background-position: right -10px;
}

/* SMALL BUTTON */
a.box_new_small_button
{
	display: block;
	cursor: pointer;
	width: 72px;
}

a.box_new_small_button span
{
	display: block;
}

a.box_new_small_button span.left,
a.box_new_small_button span.right
{
	height: 22px;
}

a.box_new_small_button span.left
{
	background: url(../imagenes/box_new_sbutton_l.gif) left top no-repeat; 
}

a.box_new_small_button:hover span.left
{
	background: url(../imagenes/box_new_sbutton_l1.gif) left top no-repeat; 
}

a.box_new_small_button span.right
{
	background: url(../imagenes/box_new_sbutton_r.gif) right top no-repeat; 
}

a.box_new_small_button:hover span.right
{
	background: url(../imagenes/box_new_sbutton_r1.gif) right top no-repeat; 
}

a.box_new_small_button span.center
{
	margin: 0 5px 0 5px;
	width: 62px;
	height: 22px;	
	line-height: 22px;
	font-size: 11px;
	color: #000;
	text-align: left;
	font-weight: bold;
	background: url(../imagenes/box_new_sbutton_c.gif) left top repeat-x;
}

a.box_new_small_button:hover span.center
{	
	background: url(../imagenes/box_new_sbutton_c1.gif) left top repeat-x;
	color: #fff;
}

a.box_new_small_button span.center_auto
{
	width: auto;
}

a.box_new_small_button span.center_wide
{
	width: auto;
	padding: 0 5px 0 5px;
}

a.box_new_small_button span.icon
{
	padding-left: 13px;
	padding-right: 6px;
	margin-left: 4px;
}

a.box_new_small_button span.icon_right
{
	/*padding-right: 17px;*/
	/*padding-left: 5px;*/
}

a.box_new_small_button span.icon_options
{
	background: url(../imagenes/box_options1.gif) right 4px no-repeat;
}

a.box_new_small_button:hover span.icon_options
{
	background: url(../imagenes/box_options1b.gif) right 4px no-repeat;
}
/*################################### FIN CSS BUTTONS ###################################*/

/*################################### CSS BUTTONS 2 ###################################*/
a.box_new_popup_button span.left,
a.box_new_popup_button span.right
{
	height: 28px;
}

a.box_new_popup_button span.left
{
	background: url(../imagenes/box_new_popup_butl_new.gif) left top no-repeat;
}

a.box_new_popup_button:hover span.left, a.box_new_popup_button_hover span.left
{
	background-position: left -28px !important;
}

a.box_new_popup_button span.right
{
	background: url(../imagenes/box_new_popup_butr_new.gif) right top no-repeat; 
}

a.box_new_popup_button:hover span.right, a.box_new_popup_button_hover span.right
{
	background-position: right -28px !important;
}

a.box_new_popup_button span.center
{
	margin: 0 5px 0 5px;
	height: 28px;	
	line-height: 28px;
	background: url(../imagenes/box_new_popup_butc_new.gif) left top repeat-x;
}

a.box_new_popup_button:hover span.center, a.box_new_popup_button_hover span.center
{	
	background-position: left -28px !important;
}

span.select_center
{
	display: block;
	width: 100%;
	background: url(../imagenes/box_button_select_arrow.gif) right center no-repeat;
}
/*################################### FIN CSS BUTTONS 2 ###################################*/

/*################################### FIN CSS TABLA Register_Form ###################################*/
table.register_form div.gray_line
{
	background-color: #ddd;
	height: 1px;
	width: 150px;
	margin-top: 10px;
}

table.register_form div.annual_price span.price
{
	color: #06d725;		
}

table.register_form div.annual_price span.text
{
	color: #888;
	font-size: 12px;
}


table.register_form td.name
{
	text-align: right;
	width: 105px;
	font-size: 13px;
	color: #444;
	white-space: nowrap;
}

table.register_form2
{
	width: 330px;
}

table.register_form2 td.name
{
	width: 165px;
}

table.register_form2 td.line_row
{
	background: url(../imagenes/gray_1px_eee.gif) left center repeat-x;
}

table.register_form td.error
{	
	color: red;
}

table.register_form td.input
{
	width: 140px;
	background: url(../imagenes/box_signup_input.gif) 4px center no-repeat;
	padding-left: 10px;
}

table.register_form td.need_more_link
{
	text-align: center;
}

table.register_form td.need_more_link a
{
	color: #2e91d0;
	font-size: 14px;
	text-decoration: underline;
}

table.register_form td div span.need_more_link
{
	color: #2e91d0;
	font-size: 14px;
}

table.register_form_wide td.input
{
	width: 210px;
	background: url(../imagenes/box_signup_input_wide.gif) 4px center no-repeat;
	padding-left: 10px;
}

table.register_form td.input_captcha
{	
	padding-left: 5px;
	background: url(../imagenes/box_signup_input_narrow.gif) 107px 12px no-repeat;
}

table.register_form td.input_public
{		
	background: url(../imagenes/box_signup_input_narrow.gif) 4px 6px no-repeat;
}


table.register_form td.cvv
{	
	background: url(../imagenes/box_signup_input_narrow2.gif) 4px center no-repeat;
}

table.register_form td.cvv input
{	
	width: 73px !important;
}

table.register_form td.cvv img
{	
	width: 51px;
	height: 28px;
}

table.register_form td.input input
{
	width: 140px;
	color: #333;
	font-size: 12px;
	border: none;
	color: #000;
	background-color: Transparent;
}

table.register_form_wide td.input input
{
	width: 187px;	
}

table.register_form td.input_captcha input
{	
	margin-left: 10px;
	background: url(../imagenes/box_signup_input_narrow.gif) 105px 10px no-repeat;
}

table.register_form td.comment
{
	font-size: 12px;
	color: #888;
}

table.register_form tr.header td
{
	color: #5B84CE;
	font-size: 22px;
}

table.register_form tr.header td div.space
{
	margin-left: 30px;
}

table.register_form tr.header td.bg div.line
{
	position: relative;
	width: 100%;
	height: 0;
}

table.register_form td a.button
{
	cursor: pointer;
	display: block;
	width: 100px;
	height: 32px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: url(../imagenes/box_signup_next_button.gif) left top no-repeat;
	text-align: center;
	line-height: 32px;
}

table.register_form td a.button span
{
	background: none;
}

table.register_form td a.button:hover span
{
	background: url(../imagenes/white_1px.gif) left bottom repeat-x;
}

table.register_form td a.paypal_link
{
	color: #3A6AC2;
	font-size: 12px;
	background: url(../imagenes/blue4_1px.gif) left bottom repeat-x;
}

table.register_form td a.paypal_link:hover
{
	background: url(../imagenes/blue4_hover_1px.gif) left bottom repeat-x;
}


