/*
Frontend de Papelandia - http://www.papelandia.com.ve/
Stylesheet para estilos generales del website
Diseño: T.S.U. Roselba Gómez <roselba@actimedia.com.ve>
Programación: Ing. Miguel Palazzo <miguel@actimedia.com.ve>
Fecha de Creación: 14/11/2007
Fecha de Actualización: 04/12/2007
*/

@import url(reset.css);

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
}

body {
	background: #FFF url(../images/fondo_body1.jpg) scroll repeat-y top left;
	color: #43569B;
}

input[type="text"], input[type="password"], select, textarea {
	background-color: #FFF;
	border: 1px solid #43569B;
	color: #43569B;
	font-size: 1.1em;
	padding-left: 4px;
	vertical-align: middle;
}

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	background-color: #FFFDF0;
	border: 1px solid #FEA317;
}

input[disabled], select[disabled], textarea[disabled] {
	background-color: #FFFDF0;
	border: 1px solid #CECECE;
}

a {
	color: #43569B;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FEA317;
}

a img {
	border: 0px;
}

p {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 2px 0px 8px 0px;
}

ul li {
	background: transparent url(../images/triangulo.gif) no-repeat scroll 12px 4px;
	font-size: 1.2em;
	padding-left: 20px;
}

.error, .exito {
	font-size: 1.2em;
	font-weight: bold;
	padding: 12px 0px;
	text-align: center;
}

.error {
	color: #F03;
}

.exito {
	color: #43569B;
}

.titulo {
	font-size: 1.2em;
	font-weight: bold;
}

.subtitulo {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
}

#descripcion {
	font-size: 1.3em;
}

#categorias .nombre1 {
	background: transparent url(../images/tit_int_cat.jpg) no-repeat scroll top center;
	font-size: 1.3em;
	height: 40px;
	line-height: 1.2em;
	padding-bottom: 4px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}

#categorias .nombre2 {
	background: transparent url(../images/tit_int_cat2.jpg) repeat-y scroll top center;
	font-size: 1.3em;
	font-weight: bold;
	height: 30px;
	overflow: visible;
	text-align: center;
}

#categorias ul li {
	background: transparent url(../images/triangulo.gif) no-repeat scroll 12px 3px;
	font-size: 1.0em;
	padding-left: 20px;
}

#categorias img, #categorias img {
	border-left: 1px solid #43569B;
	border-right: 1px solid #43569B;
	border-top: 1px solid #43569B;
}

#categorias a {
	font-weight: bold;
	text-decoration: none;
}

#categorias a:hover {
	color: #333;
}

#home .nombre {
	background: transparent url(../images/tit_home_cat.jpg) no-repeat scroll top center;
	font-size: 1.3em;
	font-weight: bold;
	height: 30px;
	text-align: center;
}

#home .subcat1 {
	background: transparent url(../images/tit_home_subcat1.jpg) no-repeat scroll center bottom;
	height: 158px;
}

#home .subcat2 {
	background: transparent url(../images/tit_home_subcat2.jpg) no-repeat scroll center bottom;
	height: 153px;
}

#home .subcat1, #home .subcat2 {
	font-weight: normal;
	line-height: 1.0em;
	text-align: center;
}

#home .subcat1 img, #home .subcat2 img {
	border-left: 1px solid #43569B;
	border-right: 1px solid #43569B;
}

#home .nombre a, #home .subcat1 a, #home .subcat2 a {
	font-weight: inherit;
	text-decoration: none;
}

#home .nombre a:hover, #home .subcat1 a:hover, #home .subcat2 a:hover {
	color: #333;
}

#productos img.previa {
	margin: 10px;
}

#productos .breadcumbs {
	background-color: #FEA21A;
	font-size: 1.3em;
	font-weight: bold;
	padding: 8px 0px;
	text-align: center;
}

#productos .detalles {
	color: #000;
	font-size: 1.1em;
	margin-bottom: 10px;
}

#productos .nombre {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#productos .precio {
	background-color: #43569B;
	color: #FFF;
	padding: 2px 0px;
	text-align: center;
}

#acceso {
	background-color: #C9CEE1;
	font-size: 1.1em;
	font-weight: bold;
	height: 84px;
}

#acceso a:hover {
	color: #FFF;
}

#acceso input[type="text"], #acceso input[type="password"] {
	width: 70px;
}

#banners a img {
	border: 1px solid #43569B;
}

#banners a:hover img {
	border: 1px solid #FEA317;
}

#shopping, #det_shopping {
	background-color: #FC9E0F;
}

#shopping #contenido, #det_shopping #contenido {
	background-color: #ACB4D2;
}

#shopping #contenido thead tr th, #det_shopping #contenido thead tr th {
	background-color: #43569B;
	color: #FFF;
	font-size: 1.2em;
	padding: 4px 0px;
}

#shopping #contenido tbody tr td, #det_shopping #contenido tbody tr td {
	font-size: 1.1em;
	padding: 2px;
}

#shopping #contenido tbody tr.alt td, #det_shopping #contenido tbody tr.alt td {
	background-color: #D2D7FF;
}

#totales tr td {
	font-size: 1.2em;
	text-align: right;
	padding: 2px;
}

#totales tr td.concepto {
	font-weight: bold;
}

#pie {
	font-size: 1.1em;
	text-align: center;
}