@CHARSET "ISO-8859-1";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	font-family: Arial;	
	font-style: normal;
	font-size: 12px;
	color: #000;
	background: url("img/vbody_bg.png") repeat-x #0d920d;
}
input, textarea, select { font-family: Arial; }


a img { border: none; }

#header {
	height: 60px;
	width: 818px;
        padding: 10px 0;
	margin: auto;
        background: url("img/vlogo.png") no-repeat bottom left;
}

/***** BANNERS ****/

.banner_sup {
    width: 468px;
    height: 60px;
    background: #ccc;
    margin-left: 260px;
    float: left;
}

.banner_bottom {
    margin: 10px 0px;
    width: 468px;
    height: 60px;
    background: #ccc;
    float: left;
}

.banner_absolute {
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100px;
    height: 500px;

}

.banner_lat {
	width: 100%;	
	background: #eee;
        margin-bottom: 10px;
        float: left;
}

#logo {
	width: 245px;
	height: 53px;
	float: left;	
}

#logout { 
	margin: 17px 0px 0 0;
	padding: 4px 10px;
	font-size: 14px; 
	font-weight: bold;
	border: 2px solid #ef3100;
	background: #ff6600;
	color: #fff;
	float: left;
	text-decoration: none;
}
#logout:hover { background: #aaa; border-color: #666; }

#container, #container-bottom {
	width: 818px;
	padding: 0 5px;
	margin: auto;
	overflow: hidden;
}
#container 		{ background: url("img/vcontainer_bg.png") repeat-y; }
#container-bottom 	{ background: url("img/vbottom_bg.png") no-repeat; height: 12px; }

#registerSuccess {
    width: 700px;
    padding: 40px 0;
}
#registerSuccess p { padding: 10px 0; text-align: center; }

#topmenu {
	width: 100%;
	height: 97px;
	float: left;
	background: #feede6;
	text-align: center;
}

#topmenu div {
	margin: 16px 13px 0 13px;
	display: inline;
	float: left;
}
#topmenu div a {
	text-align: center;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #444;
} 
#topmenu div a:hover { text-decoration: underline; }

#wrap-left { 
	width: 468px;
	padding: 10px 0 10px 10px;
	float: left;
}
#wrap-right {
	width: 320px;
	padding: 10px;
	float: left;
}

.line 	{ float: left; padding: 0 0 10px 0; width: 100%; }
.line2 	{ float: left; padding: 0 0 10px 0; width: 100%; }
.box .line { padding: 5px; }
.box .line2 { padding: 2px 5px; }
#wrap-left  .box .line { width: 458px; }

.box        { float: left; border: 1px solid #aaa; margin: 0 0 10px 0; }
.box p      { padding: 10px; font-size: 14px; }
.box p.subt { font-size: 14px; font-weight: bold; color: #4c99f0; }

#wrap-right .box { border: 3px double #369; padding: 10px; line-height: 26px; }
#wrap-right .box .line {   }

.red_1 		{ background: #dd0044 url("red_link.gif") repeat-x; color: #fff; }
.red_2 		{ background: #ddd; color: #444; border-bottom: 1px solid #aaa; border-top: 1px solid #aaa; }

.cf, .cf1, .cf2, .cf3, .cf4 { float: left; padding: 0px 5px; }
.cf1 { width: 60px; }
.cf2 { width: 175px; }
.cf3 { width: 40px; }
.cf4 { width: 90px; }

.ff1, .ff2, .ff3,
.ff4, .ff5, .ff6 	{ 
	height: 24px;  
	padding: 5px 10px 5px 10px; 
	margin: 1px 2px; 
	border: 1px solid #aaa; 
	float: left;
}
.ff2, .ff3    { width: 244px; }
.ff1    { width: 162px; }
.ff4         { width: 80px; }
.ff5,
.ff6 { width: 328px; }

.ff1, .ff4          { text-align: right; padding-top: 10px; height: 19px; font-weight: bold; }
.ff2, .ff6          { padding-top: 10px; height: 19px; }
.ff2, .ff3, .ff5, .ff6	{ text-align: left; }
.ff4 input { width: 100%; height: 30px; margin-top: -8px; font-weight: bold; }

.ff5 input, 	
.ff5 select { width: 322px; padding: 2px; color: #666; }

.ff3 input, 	
.ff3 select	{ width: 238px; padding: 2px; color: #666; }

.ff3 input.radio,
.ff5 input.radio { width: auto; padding: 0; float: left; }
.ff3 label { display: inline; }
.ff1 label { font-weight: bold; }

a.rect_link 	{ 
	float: left; 
	padding: 6px 4px 0 4px;
	margin: 0 3px 0 0;
	height: 20px;
	color: #fff;
	background: url("red_link.gif") repeat-x;
	border: 1px solid #bd0d08;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.rect_link:hover { background: url("red_link_hover.gif") repeat-x; }

.act_box {
    text-align: center;
    border: 3px solid #e64a00;
    background: #f39585;
    padding: 20px 0;
    font-size: 20px;
    margin-bottom: 10px;
}

/* FORMULARIOS */

.errorSummary       { text-align: left; }
.errorSummary p     { font-weight: bold; }
.errorSummary ul    { list-style: square; list-style-position: inside; }
.errorSummary ul li { color: #de1818; }

#loginForm form {
    padding:  0px 0 40px 50px;
    width: 418px;
}
#loginForm .title { padding: 20px 0; text-align: center; font-size: 18px; font-weight: bold; }

#registerForm label,
#loginForm label {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #369;
}

#registerForm input,
#loginForm input{
    width: 272px;
    padding: 4px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

#registerForm .errorMessage,
#loginForm .errorMessage {
    float: left;
    color: #d22;
    width: 100%;
    font-size: 11px;
}
#registerForm .moved input { width: auto; margin: 7px 5px 0 0; }
#registerForm .moved a { display: inline; }

#loginForm label { width: 120px; text-align: right; padding-right: 10px; }
#loginForm input { width: 200px; }
#loginForm .reg_btn { margin-left: 130px; width: auto; }
#loginForm .errorMessage { margin-left: 130px; }

/*** ADS ***/

.ad {
	width: 458px;
	padding: 6px 5px 6px 5px;
	margin: 0px 0 10px 0;
	border: 1px solid #aaa;
	float: left;
	color: #666;
}
.ad p { width: 100%; float: left; }
.ad p .title 	{ font-size: 14px; font-weight: bold; color: #4ba0ef; }
.ad p .url 	{ font-size: 12px; color: #84b716; }

.center_bar 	{ width: 100%; float: left; padding: 10px 0; }

/* MODIFICADORES ABSOLUTOS */

.right	{ text-align: right; }
.left	{ text-align: left; }
.center { text-align: center; }
.fl	{ float: left; }
.fr	{ float: right; }

/* ESTILOS DE FUENTE */

.stl_0 { font-size: 10px; }
.stl_1 { font-size: 14px; color: #444; }
.stl_2 { font-size: 16px; color: #444; }
.stl_3 { font-size: 18px; color: #444; }
.stl_4 { font-size: 18px; padding: 0px; }
.stl_5 { font-size: 28px; color: #369; font-weight: bold; }

.c_b { color: #369; }
/* ESTILOS DE BOTON */

a.btn1 {
    background: url("red_link.gif") repeat-x;
    padding: 3px 5px;
    border: 1px solid #aaa;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
a.btn1:hover { background: url("red_link_hover.gif") repeat-x; }

p.field_info {
    font-size: 12px;
    line-height: normal;
    margin: 2px 0;
    padding: 0;
}

#welcome { background: url("img/home_tip_bg.jpg") no-repeat center #fff; }

#newstext { width:400px;height:100px;overflow:auto; font-size: 16px; }
#announce { width: 800px; font-size: 15px; }
#announce p { padding: 5px 0; }


/*** TERMINOS ***/

#terms { line-height: 20px; }
#terms h1 { text-align: center; margin: 10px 0; }
#terms p { color: #444;}
#terms ul { list-style: inside square; }
#terms ul li { margin-left: 12px; color: #444; }



/******/

#order-banner label { width: 100px; padding: 0 10px 0 0; float: left; text-align: right; font-weight: bold; }


.marq { float: left; width: 100%; font-size: 14px; margin-top: 4px; }
.marq span { color: lime; }
.marq b { color: maroon;  }
