html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1;
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}
table, tr, td, th {
	border: 1px;
}
/*table {
     border-collapse: collapse;
     border-spacing: 0
}*/

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}
/***********************************************************************/
body {
	background: url(../img/bg.jpg) fixed repeat-y top center;
}
body, p, a, table, label, input, textarea, checkbox, radio, select  {
	font-family: Arial; font-size: 12px; color: #808080;
}
label, input, textarea, checkbox, radio, select  {
	font-size: 11px; color: #1A1A1A;
}
/***********************************************************************/



/***********************************************************************/
/* Layout */
/***********************************************************************/
#contenedor {
	width: 1024px;
	height: auto;
	min-height: 100%;
	position: relative;
	top: 0; left: 50%;
	margin-left: -512px; margin-top: 142px;
	background: #003366;
	background: url(../img/main-bg.jpg) repeat-y
}
/***********************************************************************/


/***********************************************************************/
/* Cabecera */
/***********************************************************************/
#header {
	width: 100%;
	height: 193px;
	background: url(../img/header-bg.jpg) repeat-x;
}
#header-in {
	width: 1050px; height: 193px;
	margin: 0 auto;
	position: relative;
}
#logo {
	width: 324px; height: 64px;
	position: relative;
	top: 22px; left: 337px;
}
#logoCult {
	width: 324px; height: 64px;
	position: absolute;
	top: 12px; left: 60px;
}
/***********************************************************************/


/***********************************************************************/
/* Parte izquierda de la página */
/***********************************************************************/
#left {
	width: 140px; padding-left: 20px;
	min-height: 600px; height: auto !important; height: 600px;
	float: left;
	margin-right: 10px;
}
/***********************************************************************/


/***********************************************************************/
/* Parte derecha de la página */
/***********************************************************************/
#right {
	width: 160px; padding-right: 20px;
	float: right;
}
/***********************************************************************/


/***********************************************************************/
/* Pie de página */
/***********************************************************************/
#footer {
	width: 100%;
	height: 165px;
	color: #FFFFFF;
	clear: both;
	background: #000000;
}
#footer-in {
	width: 1050px; height: 165px;
	position: relative;
	margin: 0 auto;
	background: url(../img/footer-bg.jpg) no-repeat;
}
#footercopy {float: left}
#footerdiw {float: right}
#footercopy, #footerdiw, #footerdiw a {color: #000000}

#footerbox1, #footerbox2, #footerbox3, #footerbox4, #footerbox5 {
	width: 204px; height: 100px;
	position: absolute;
	top: 18px; left: 55px;
}
#footerbox2 {
	width: 164px;
	left: 275px;
}
#footerbox3 {
	width: 182px;
	left: 458px;
}
#footerbox4 {
	width: 166px;
	left: 660px;
}
#footerbox5 {
	width: 130px;
	left: 890px;
	text-align: center;
}
.footerboxTitulo {display: block; width: 100%; height: 20px; font-size: 13px; font-weight: bold; text-align: center }
.footerboxTexto {display: block; width: 130px; height: 58px; font-size: 10px }
.footerboxLink {color: #CC0000; font-size: 10px; text-decoration: underline }
#footerbox3 .footerboxTitulo {font-size: 11px }
#footerbox4 .footerboxTexto {width: 90px }
#footerbox5 .footerboxSubTitulo {font-size: 11px; padding-bottom: 5px }
#footerbox5 .footerboxTitulo {color: #CC0000; text-decoration: underline }
#footerbox5 .footerboxLink {color: #FFFFFF }

/***********************************************************************/


/***********************************************************************/
/* Menu horizontal */
/***********************************************************************/
#menuh {
	position: absolute;
	bottom: 0; left: 0;
}
#menuh ul {
	width: 100%; height: 35px;
}
#menuh li {
	float: left; height: 35px;
}
#menuh a {
	display: block; float: left;
	width: 156px; height: 25px; padding-top: 10px;
	text-align: center; color: #FFFFFF; text-decoration: none;
	background: url(../img/bt-menu.jpg);
}
#menuh a:hover {
	background: url(../img/bt-menu-over.jpg);
}
/***********************************************************************/


/***********************************************************************/
/* Menu principal */
/***********************************************************************/
#menup {
	position: absolute;
	top: 142px; left: 272px;
}
.menup a, .menupnext a {
	display: block;
	padding: 0; margin: 0;
	width: 95px; height: 25px; padding-top:8px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px; font-weight: bold; color: #FFFFFF;
	background: url(../img/menup.jpg);
	margin-right: 2px
}
.menup a:hover {
	background: url(../img/menup-over.jpg);
}
.menupback img, .menupnext img {
	vertical-align: middle
}

.menupback, .menupnext {
	width: 19px; height: 33px;
	padding: 0; margin: 0;
	margin-right: 2px
}
.menupnext a { width: 19px; padding-top: 0}

.submenup a, .submenup2 a {
	display: block;
	padding: 0; margin: 0;
	width: 147px; height: 19px; padding-top: 3px; padding-left: 10px;
	text-decoration: none;
	font-size: 12px; color: #FFFFFF;
	margin-top: 1px;
	background: url(../img/submenup.jpg);
}
.submenup a:hover, .submenup2 a:hover {
	background: url(../img/submenup-over.jpg);
}
.submenup a {
	cursor: pointer;
}

/*.submenu2 a {
	background: none;
}
.submenu2 a:hover {
	background: none;
}*/

.subsubmenup a {
	display: block;
	padding: 0; margin: 0;
	width: 147px; height: 19px; padding-top: 3px; padding-left: 10px;
	text-decoration: none;
	font-size: 12px; color: #FFFFFF;
	background: url(../img/menup.jpg);
	margin-top: 1px; margin-left: 1px;
}
.subsubmenup a:hover { background: url(../img/menup-over.jpg) }

/***********************************************************************/


/***********************************************************************/
/* Menu vertical (del lado izquierdo) */
/***********************************************************************/
#menuv {
	margin-bottom: 10px;
	list-style: none;
}
#menuv li {
	display: block;
	float: left;
	width 140px; height: 29px;
	overflow: hidden;
	margin-bottom: 7px;
}
#menuv a {
	display: block; width: 140px; height: 21px; padding-top: 8px;
	background: url(../img/bt-menuv.jpg);
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
/***********************************************************************/


/***********************************************************************/
#main {
	width: 100%;
	background: url(../img/main-bg.jpg) repeat-x 0 152px;
}
#main-in {
	width: 1050px;
	position: relative;
	margin: 0 auto;
}
#main-in1 {
	width: 912px; height: 357px; padding: 0 56px 0 82px;
	position: relative;
	margin: 0 auto;
}
#main-in2 {
	width: 580px; padding: 10px; padding-bottom: 18px;
	position: relative;
	margin: 0 auto;
	background: url(../img/generalbox-bg.jpg) repeat-y;
	margin-bottom: 10px;
}
#main-in2-top {
	width: 600px; height: 7px;
	background: url(../img/generalbox-top.jpg) no-repeat;
	position: absolute;
	top: 0; left: 0;
}
#main-in2-bottom {
	width: 600px; height: 18px;
	background: url(../img/generalbox-bottom.jpg) no-repeat;
	position: absolute;
	bottom: -1px; left: 0;
	overflow: hidden;
}
.titulo {
	width: auto; height: 29px;
	margin-bottom: 7px;
	background: url(../img/titulo-bg.jpg) repeat-x;
}
.titulocenter {
	width: auto; height: 25px;
}
.titulocenter h1 {
	font-family: Arial;	font-size: 12px; font-weight: bold; text-transform: uppercase;
	color: #000000;
	height: 20px; padding-top: 9px;
	padding-left: 2px;
}
.tituloleft {
	width: 27px; height: 25px;
	float: left;
	display: none;
}
.tituloright {
	width: 27px; height: 25px;
	float: right;
	display: none;
}
/***********************************************************************/


/***********************************************************************/
/* cajas de las secciones de los lados */
/***********************************************************************/
.seccionbox {
	margin-bottom: 12px;
}
.seccionboxheader {
	background: url(../img/titulo-bg.jpg);
	font-family: Arial;	font-size: 12px; font-weight: bold;
	height: 20px; padding-top: 9px;
	color: #FFFFFF;
	position: relative;
	text-align: center;
}
.seccionboxheaderleft {
/*	background: url(../img/titulol.gif) no-repeat;*/
	width: 27px; height: 35px;
	position: absolute; top: 0; left: 0;
}
.seccionboxheaderright {
/*	background: url(../img/titulor.gif) no-repeat;*/
	width: 27px; height: 35px;
	position: absolute; top: 0; right: 0;
}
.seccionboxc {
	width: 158px;
	border: 1px solid #999999;
	border-top: 0px;
}
.seccionboxc li {
	margin-bottom: 4px;
}
.seccionboxc a {
	text-decoration: none;
}
.seccionboxc a:hover {
}
/***********************************************************************/


/***********************************************************************/
/* Caja de los productos */
/***********************************************************************/
.productobox {
	width: 165px; height: 103px;
	padding: 2px 5px 5px 2px;
	float: left;
	margin: 0 13px 15px 0;
	background: url(../img/productobox-bg.gif);
/*	background: url(../img/prueba1.jpg);*/
	position: relative;
	overflow: hidden;
}
.productobox, .productobox p, .productobox a {
	font-family: Arial; font-size: 11px;
}
.productobox, .productobox p {
	color: #000000;
}
.productoboxTitulo {
	width: 204px; height: 21px; padding-top: 6px; padding-left: 10px;
	font-size: 11px;
	color: #FFFFFF;
}
.productobox-left {
	float: left;
	height: 110px; width: 100px;
	background: #f00;
}
.productobox .foto {
	float: left;
	width: 80px; height: 80px;
	margin-right: 2px;
}
.botones {
/*	width: 65px;
	padding: 0 0 0 84px;
	margin-top: 10px;
	background: #006600;*/
}
.ampliar {
	display:block; width: 70px; height: 20px;
	float: left;
	color: #A31C11;
}
.detalles {
	font-family: Arial; font-size: 10px; text-decoration: none; text-align: center; text-transform: uppercase; color: #FFFFFF;
}
/***********************************************************************/


/***********************************************************************/
/* caja del login */
/***********************************************************************/
#loginbox {
	width: 242px; height: 66px;
	position: absolute;
	top: 31px; right: 10px;
	background: url(../img/login-bg.jpg) no-repeat;
}
#loginbox-titulo {
	position: relative;
	top: 8px;
	text-align: center;
	font-family: Arial; font-size: 9px; font-weight: bold; color: #333333;
	text-transform: uppercase; text-decoration: underline;
}
#loginbox-labelemail, #loginbox-labelpassword {
	position: absolute;
	top: 30px; left: 5px;
	display: block; width: 58px;
	font-family: Arial; font-size: 10px; text-align: right;
}
#loginbox-labelpassword {
	top: 48px;
}
#loginbox-email, #loginbox-password {
	width: 104px;
	position: absolute;
	top: 28px; left: 70px;
	border: 0; background: none;
}
#loginbox-password {
	top: 46px;
}
#loginbox-enviar {
	width: 45px;
	position: absolute;
	top: 26px; left: 182px;
	font-family: Arial; font-size: 11px; font-weight: bold;
	border: none;
	cursor: pointer;
	background: url(../img/login-enviar.jpg) no-repeat;
}
#loginbox-nuevo {
	position: absolute;
	top: 48px; left: 180px;
	display: block; width: 80px;
	color: #000000;
	font-family: Arial; font-size: 10px; font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	border: none; background: none;
}
#loginbox-usuario {
	position: absolute;
	top: 66px; left: 10px;
}
/***********************************************************************/


/***********************************************************************/
/* caja del carrito */
/***********************************************************************/
#carritobox {
	height: 76px;
	padding: 14px 20px 0 10px;
	position: relative;
	background: url(../img/carrito-bg.gif) no-repeat 10px 12px;
	font-size: 12px;
	color: #000000;
}
#carritobox-titulo {
	padding-left: 35px;
}
#carritobox-inf {
	padding-top: 16px;
}
#carritobox-inf a {
	text-decoration: underline;
	font-size: 10px; color: #000000;
}
#carritobox-ver {
	position: absolute;
	bottom: 7px; right: 5px;
	color: #EE0000;
	font-family: Arial; font-size: 11px; font-weight: bold;
	text-decoration: underline;
}
/***********************************************************************/


/***********************************************************************/
/* caja del buscador */
/***********************************************************************/
#buscadorbox {
	width: 394px; height: 27px; padding-left: 18px; padding-top: 8px;
/*	position: relative;
	top: 33px; left: 326px; */
	background: url(../img/buscar-bg.jpg) no-repeat;
	position: absolute;
	top: 97px; left: 326px;
}
#buscadorbox-input {
	border: 0px; background: none;
	width: 330px;
	padding-bottom: 5px;
}
#buscadorbox-buscar {
	width: 46px; height: 19px;
	border: none;
	background: url(../img/buscar.jpg) no-repeat;
	cursor: pointer;
}
/***********************************************************************/


/***********************************************************************/
/* Caja de idiomas */
/***********************************************************************/
#idiomabox {
	position: absolute;
	top: 36px; left: 70px;
	line-height: 15px;
}
#idiomabox a {
	font-family: Arial; font-size: 10px; color: #000000;
}

.menu1 {padding: 0; margin:0; list-style:none;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left;}

.talla {font-family: "Arial"; font-size: 9px; color: #000000; text-align: center;}
.talla td {font-family: "Arial"; font-size: 9px;}
.tallan {font-family: "Arial"; font-size: 9px; color: #0000FF; background-color: #BDE7FD; text-align: center; }
.tallam {font-family: "Arial"; font-size: 9px; color:  #D71C51; background-color: #FDB8BE; text-align: center; }

#topMenu {
	width: 780px;
	height: 25px;
	background-color: #EEEEEE;
	font-family: Arial; font-size: 12px; color: #000000;
}
#topMenu a {
	vertical-align: bottom;
}
#leftMenu {
	width: 180px;
	float: left;
	margin-top: 10px;
	background-color: #000000;
}
#leftMenu ul {
	list-style-type: none;
	margin: 5px 0 10px 0;
	padding: 0;
	display: inline-table;
}
#leftMenu li {
	padding-bottom: 5px;
}
#leftMenu a {
	background: url(img/pimp1.gif) no-repeat 0px 5px;
	font-family: arial; font-size: 12px;
	color: #FC177D;
	padding-left: 15px;
	margin-left: 15px;
	letter-spacing: 1px;
}
#leftMenu ul li a {
	display: block;
	width: 119px; height: auto;
	text-decoration: underline;
}
#leftMenu ul ul li a {
	display: block;
	width: 108px;
	margin-left: 32px;
	text-decoration: underline;
}
#leftMenu ul li a:hover {
	text-decoration: none;
}
.box {
	width: auto; min-height: 300px; height: auto !important; height: 300px;
}
/*.productobox {
	width: 494px; height: auto; min-height: 160px;
	float: left;
	font-family: verdana; font-size: 12px;
	padding: 0;
	margin: 10px 0;
	background-color: #262626; color: #FC177D;
}
.productobox_titulo {
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 6px 0;
}
.productobox .foto {
	border: 0;
	float: left;
	margin: 5px 20px 0px 20px;
	width: 110px;
}
.productobox_texto {
	width: auto; height: 80px;
	float: left;
	font-size: 11px;
	color: #808080;
	margin-top: 0px;
}
.productobox_texto p{
	font-size: 11px;
	color: #808080;
}
.productobox .inferior {
	width: 494px; height: 25px;
	clear: both;
	background-color: #1D1D1D;
	margin-top: 10px;
}
.productobox .boton {
	width: 90px; height: 20px;
	background: url(img/detalle.jpg);
}
.productobox .boton:hover {
	width: 90px; height: 20px;
	background: url(img/detalleen.jpg);
}
.productobox .precio {
	float: left;
	margin-top: 4px;
	margin-left: 40px;
}
.productobox .botones {
	width: auto; height: auto;
	float: right;
	margin-top: 2px;
	margin-right: 15px;
}
.productobox img {
	border: 0;
}*/

.precio {
	font-family: Arial;	font-size: 16px; font-weight: bold;
	color: #FFFFFF;
}
.masvendidosbox ul {
	list-style-type: none;
	margin: 5px 0 10px 25px;
	padding: 0;
	display: inline-table;
}
.masvendidosbox li {
	color: #FFFFFF;
	padding-bottom: 3px;
}
.masvendidosbox a {
	font-family: arial; font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.masvendidosbox a:hover {
	text-decoration: underline;
}
.informacionbox ul {
	list-style-type: none;
	margin: 5px 0 10px 0;
	padding: 0;
	display: inline-table;
}
.informacionbox li {
	padding-bottom: 3px;
}
.informacionbox a {
	background: url(img/pimp3.gif) no-repeat 0px 5px;
	color: #FC177D;
	font-family: arial; font-size: 11px;
	padding-left: 15px;
	margin-left: 15px;
	text-decoration: none;
}
.informacionbox a:hover {
	color: #FC177D;
	text-decoration: underline;
}
.faqbox ul {
	list-style-type: none;
	margin: 5px 0 10px 0;
	padding: 0;
	display: inline-table;
}
.faqbox li {
	padding-bottom: 3px;
}
.faqbox a {
	background: url(img/pimp3.gif) no-repeat 0px 5px;
	color: #FCCA28;
	font-family: arial; font-size: 11px;
	padding-left: 15px;
	margin-left: 15px;
	text-decoration: none;
}
.faqbox a:hover {
	text-decoration: underline;
}
.contactobox {
	width: auto; height: 400px;
	background-color: #262626;
}
.carritoLine {
	vertical-align:middle; letter-spacing:1px;
	background-color: #FFFFFF; color:#000000;
	font-family:Arial; font-weight:400; font-size:11px; text-align: center;
	padding:0px;
}
.fila_cabecera {
	font-family:Arial; font-size:11px; font-weight:700;
	color:#FFFFFF; background-color:#262626;
	letter-spacing:2px; border:none;
	text-align:center;
}
a.linkButton {
	width: 120px; height: 15px;
	padding: 3px;
	margin: 2px 0;
	display: inline;
	border:solid 1px; border-color:#000;
	background-color:#EEE; color:#000;
	font-family:Arial; font-size:11px; 
	text-decoration:none; letter-spacing:1px;
}
a.linkButton:hover {
	background-color: #CCC;
	color: #000000;
	border: solid 1px;
}
a.linkButtonNext {
	width: 120px; height: 15px;
	padding: 3px;
	margin: 2px 0;
	display: inline;
	border:solid 1px; border-color:#000;
	background-color: #FF0000; color:#FFFFFF;
	font-weight: bold;
	font-family:Arial; font-size:11px; 
	text-decoration:none; letter-spacing:1px;
}
a.linkButtonNext:hover {
	background-color: #FFCCCC;
	color: #000000;
	border: solid 1px;
}
.formText {
	font-family: Arial; font-size: 11px;
	text-decoration: none; letter-spacing: 1px; color: #808080; text-align: left;
}
.formValue {
	height: 18px;
	font-family: Arial; font-size: 11px;
	background: #FFFFFF;
	border: 1px solid #000000;
	padding: 0px 5px;
}
.formPedido {
	background: #FFFFFF;
	border: 1px solid #000000;
}
.formText1 {
	font-family: Arial; font-size: 11px;
	text-decoration: none; letter-spacing: 1px; color: #000; text-align: left;
	display: inline;
}
.linktopMenu {
	font-family: Arial; font-size: 12px; color: #000000;
	margin: 10px;
	vertical-align: bottom;
}
.linktopMenu:hover{
	color: #666666;
}
.linkcesta {
	font-family: Arial; font-size: 12px; color: #FF0000;
	margin: 10px;
}
.linkcesta:hover {
	color: #666666;
}
#tnovedades {
	color: #CC00FF;
}
#tofertas {
	color: #FF0000;
}
.formbuscar {
	float: right;
	width: auto; height: auto;
	margin-right: 5px;
	padding: 10px;
	display: inline;
}
.formbuscar form {
	display: inline;
	padding: 0;
	margin: 0;
}
.formbuscar .boton {
	width: 50px; height: 18px;
	background: url(img/buscar.jpg);
}
.formbuscar .boton:hover {
	width: 50px; height: 18px;
	background: url(img/buscaren.jpg);
}
.linkBuscar {
	font-family: Arial; font-size: 14px; color: #000000;
	margin-right: 10px;
	margin-left: 5px;
	border: 1px solid #000000;
	padding: 0;
	background-color: #EEEEEE;
}
.formidioma {
	position: absolute;
	top: 4px; left: 0;
	width: 200px;
}
.formcesta {
	position: absolute;
	top: 2px; left: 200px;
	width: 200px;
	padding: 12px 5px 8px 5px;
}
.formusuario {
	position: absolute;
	top: -120px; right: 10px;
	text-align: right;
	padding: 3px 0;
}
.formusuario, .formusuario a {
	font-family: Arial; font-size: 12px; font-weight: normal;
	color: #999999;
}
.warning {
	font-size: 14px; font-weight: bold;
	color: #CC0000;
	padding: 0 10px;
}
.error {
	color: #CC0000;
}
.importeTotal {
	vertical-align:middle; letter-spacing:1px;
	font-family:Arial; font-weight:400; font-size:11px; text-align: center;
	padding:0px;
}
.linkuser {
	font-family: Arial; font-size: 12px; color:#0000FF;
	margin-right: 50px;
}
#login {
	float: right;
	margin-right: 2px;
	margin-top: 78px;
}
.linkacceso {
	font-family: Arial; font-size: 11px; color: #000000;
	border: 1px solid #000000;
	padding: 0;
	background-color: #EEEEEE;
	margin-right: 0px;
	margin-bottom: 2px;
}
.indexPaginas {
	width: auto;
	margin: 0;
	padding: 0 5px 2px 0px;
	text-align: right;
}
.detalle {
	font-family: Arial;	font-size: 12px;
	margin: 5px 0; padding: 0;
}
.detalle h2 {
	font-family: Arial;	font-size: 12px; font-weight: bold;
	display: inline;
}
.select {
	width: 100px; height: 20px;
	margin: 5px 10px;
	font-family: Arial;	font-size: 11px;
	display: inline;
}
.select1 {
	width: 40px; height: 15px;
	margin: 5px 10px;
	font-family: Arial;	font-size: 11px;
	display: inline;
	text-align: center;
}


/***********************************************************************/
/* Botones */
/***********************************************************************/
.boton1, .boton2, .botonNext, .botonAlert {
/*	width: 90px; height: 20px;
	display: block;*/
	font-family: Verdana; font-size: 10px; font-weight: bold; color: #FFFFFF;
	text-decoration: underline;
	border: 0;
	padding: 0;
	color: #FF0000;
}
.botonAlert {
	color: #000000; text-transform: uppercase;
}
/***********************************************************************/


.clear {
	clear: both;
	height: 0; overflow: hidden;
}

/***********************************************************************/
/* Formularios */
/***********************************************************************/
.inputText, .inputTextExtraLarge, .inputTextSmall, .inputTextSmallCart, .inputTextArea, .inputTextSec {
	background: url(../img/input_background.gif) repeat-x;
	border: 1px solid #333333;
	width: 130px;
	padding: 1px 2px;
}
.inputTextExtraLarge {
	width: 422px;
}
.inputTextSmall {
	width: 24px;
	text-align: center;
}
.inputTextSmallCart {
	background: none;
	width: 85%;
	border: none;
	padding: 0;
	text-align: center;
	font-size: 7pt;
}
.inputTextSec {
	width: 144px;
}
.inputTextArea {
	background: none;
	width: 380px;
}
.inputButton {
	background: #EEEEEE;
	border: 1px solid #333333;
}
#formusuario .inputText {
	width: 80px;
}
.ast {
	color: #FF0000;
}
/***********************************************************************/

#CoverFlowDiv {
	position: relative;
	left: 45px;
	height: 357px;
}

