body
{
	margin: 0 auto;
	padding: 0;
	background-color: #C9C9C9;
	font: normal 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	outline:none;
}

#main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}#page-background-glare
{
	position: absolute;
	width: 100%;
	height: 422px;
	left: 0;
	top: 0;
}

#page-background-glare-image
{
	background-image: url('http://personalizados.com/images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 422px;
	width: 973px;
	margin: 0;
}

html:first-child #page-background-glare
{
	border: 1px solid transparent; /* Opera fix */
}




#page-background-simple-gradient
{
	position: absolute;
	background-image: url('http://personalizados.com/images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 500px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

/*table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}*/
/* end Page */

/* begin Box, Sheet */
.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:45px;
	min-height:45px;
}

.Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 7px;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl
{
	width: 56px;
	height: 56px;
	background-image: url('http://personalizados.com/images/Sheet-s.png');
}

.Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 28px, 28px, auto);
}

.Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 28px, 28px);
}

.Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(28px, 28px, auto, auto);
}

.Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(28px, auto, auto, 28px);
}

.Sheet-tc, .Sheet-bc
{
	left: 28px;
	right: 28px;
	height: 56px;
	background-image: url('http://personalizados.com/images/Sheet-h.png');
}

.Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 28px, auto);
}

.Sheet-bc
{
	bottom: 0;
	clip: rect(28px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl
{
	top: 28px;
	bottom: 28px;
	width: 56px;
	background-image: url('http://personalizados.com/images/Sheet-v.png');
}

.Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 28px);
}

.Sheet-cl
{
	left:0;
	clip: rect(auto, 28px, auto, auto);
}

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 28px;
	left: 28px;
	right: 28px;
	bottom: 28px;
	background-image: url('http://personalizados.com/images/Sheet-c.png');
}


.Sheet
{
	margin-top: -7px !important;
}

#page-background-simple-gradient, #page-background-gradient, #page-background-glare
{
	min-width:900px;
}

/* end Box, Sheet */

/* begin Header */
div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 886px;
	height: 125px;/*150*/
}


div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 886px;
	height: 125px;/*150*/
	background-image: url('http://personalizados.com/images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.Logo
{
	display : block;
	position: absolute;
	left: 190px;
	top: 98px;/*113*/
	width: 403px;/*868*/
}

h1.Logo-name
{
	display: block;
	text-align: left;
}

h1.Logo-name, h1.Logo-name a, h1.Logo-name a:link, h1.Logo-name a:visited, h1.Logo-name a:hover
{

font-size: 17px;
font-style: normal;
font-weight: bold;
text-decoration: none;
	padding:0;
	margin:0;
	color: #F7EDF6 !important;
}

.Logo-text
{
	display: block;
	text-align: left;
}

.Logo-text, .Logo-text a
{

font-size: 12px;
font-style: normal;
font-weight: normal;
	padding:0;
	margin:0;
	color: #080808 !important;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.menu, .menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.menu li li
{
	float: none;
}

.menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.menu:after, .menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul
{
	min-height: 0;
}

.menu ul
{
	background-image: url(http://personalizados.com/images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.menu
{
	padding: 12px 6px 0px 6px;/*12*/
}

.nav
{
	position: relative;
	height: 42px;/*42*/
	z-index: 100;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 42px;
	background-image: url('http://personalizados.com/images/nav.png');
}

.nav .l
{
	left: 0;
	right:0px;
}

.nav .r
{
	right: 0;
	width: 886px;
	clip: rect(auto, auto, auto, 886px);
}


/* end Menu */

/* begin MenuItem */
.menu ul li
{
	clear: both;
}

.menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 30px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.menu a .r, .menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 90px;
	background-image: url('http://personalizados.com/images/MenuItem.png');
}

.menu a .l
{
	left:0;
	right:4px;
}

.menu a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.menu a .t 
{

font-size: 12px;
font-style: normal;
font-weight: normal;
	color: #E3E3E3;
	padding: 0 19px;
	margin: 0 4px;
	line-height: 30px;
	text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
	top:-30px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
	top:-30px;
}

.menu li:hover a .l, .menu li:hover a .r
{
	top:-30px;
}
.menu a:hover .t
{
	color: #242424;
}

.menu li:hover a .t
{
	color: #242424;
}

.menu li:hover>a .t
{
	color: #242424;
}


.menu a.active .l, .menu a.active .r
{
	top: -60px;
}

.menu a.active .t
{
	color: #080808;
}


/* end MenuItem */

/* begin MenuSubItem */
.menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	width: 180px;
	overflow:hidden;
	line-height: 26px;
	margin-right: auto;


	background-image: url('http://personalizados.com/images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}

.nav ul.menu ul span, .nav ul.menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.menu ul a, .menu ul a:link, .menu ul a:visited, .menu ul a:hover, .menu ul a:active, .nav ul.menu ul span, .nav ul.menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 26px;
	color: #404040;

font-size: 12px;
font-style: normal;
font-weight: normal;
}

.menu ul ul a
{
	margin-left: auto;
}

.menu ul li a:hover
{
	color: #F2F2F2;
	background-position: 0 -26px;
}

.menu ul li:hover>a
{
	color: #F2F2F2;
	background-position: 0 -26px;
}

.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
	color: #F2F2F2;
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
	color: #F2F2F2;
}


/* end MenuSubItem */

/* begin ContentLayout */
.contentLayout
{
	position: relative;
	margin-bottom: 3px;
	width: 886px;
}
/* end ContentLayout */

/* begin Box, Block */
.Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.Block-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl, .Block-tc, .Block-bc,.Block-cr, .Block-cl
{
	position:absolute;
	z-index:-1;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl
{
	width: 14px;
	height: 14px;
	background-image: url('http://personalizados.com/images/Block-s.png');
}

.Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.Block-tc, .Block-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('http://personalizados.com/images/Block-h.png');
}

.Block-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.Block-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.Block-cr, .Block-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('http://personalizados.com/images/Block-v.png');
}
.blockVerde{background-image: url('http://personalizados.com/images/Block-vV.png') !important;}

.Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.Block-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.Block-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #D8A6D1;
}
.blockCentroVerde{background-color:#C2EA93 !important;}

.Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
}

.BlockHeader .t
{
	height: 30px;
	color: #592751;
font-family:  Arial, Helvetica, Sans-Serif",Lucida Grande", "Lucida Sans Unicode";
font-size: 12px;
font-style: normal;
font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;	
}
.tVerde{color:#FFF !important;}

.BlockHeader .l, .BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('http://personalizados.com/images/BlockHeader.png');
}
.cajaVerde{background-image: url('http://personalizados.com/images/BlockHeaderV.png') !important;}

.BlockHeader .l
{
	left:0;
	right:6px;
}

.BlockHeader .r
{
	width:890px;
	right:0;
	clip: rect(auto, auto, auto, 884px);
}





.header-tag-icon
{
    height: 30px;
	background-position:left top;
	background-image: url('http://personalizados.com/images/BlockHeaderIcon.png');
	padding:0 0 0 12px;
	background-repeat: no-repeat;
	min-height: 12px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 8px;
}

.BlockContent-tr, .BlockContent-tl, .BlockContent-br, .BlockContent-bl, .BlockContent-tc, .BlockContent-bc,.BlockContent-cr, .BlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.BlockContent-tr, .BlockContent-tl, .BlockContent-br, .BlockContent-bl
{
	width: 14px;
	height: 14px;
	background-image: url('http://personalizados.com/images/BlockContent-s.png');
}

.BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.BlockContent-tc, .BlockContent-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('http://personalizados.com/images/BlockContent-h.png');
}

.BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.BlockContent-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.BlockContent-cr, .BlockContent-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('http://personalizados.com/images/BlockContent-v.png');
}

.BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.BlockContent-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #E5E5E5;
}


.BlockContent-body
{
	color:#595959;
font-family:  Arial, Helvetica, Sans-Serif",Lucida Grande", "Lucida Sans Unicode";
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.BlockContent-body a:link
{
	color: #4F4F4F;
font-family:  Arial, Helvetica, Sans-Serif",Lucida Grande", "Lucida Sans Unicode";
text-decoration: underline;
}

.BlockContent-body a:visited, .BlockContent-body a.visited
{
	color: #828282;
font-family:  Arial, Helvetica, Sans-Serif",Lucida Grande", "Lucida Sans Unicode";
text-decoration: underline;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
	color: #914085;

text-decoration: none;
}

.BlockContent-body ul
{
	list-style-type: none;
	color: #242424;
	margin:0;
	padding:0;
}
.BlockContent-body li
{

font-size: 12px;
text-decoration: none;
}

.BlockContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('http://personalizados.com/images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */
/* begin Box, Post */
.Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.Post-body
{
	position: relative;
	z-index: 1;
	padding: 0px 10px;
}



.Post
{
	margin: 0px 7px;
}

/* Start images */
a img
{
	border: 0;
}
.Post-inner-izda{ float:left; width:47%; margin:0% 2% 1% 0%; padding:0%;}
.Post-inner-izda20{ float:left; width:24%; margin:0%;padding:0%; }
.Post-inner-dcha{ float:left; width:47%; margin:0% 0% 1% 2%; padding:0%;}
.Post-inner-izda img, .Post-inner-izda20 img, .imgConBorde{ border: 1px solid #BD6AB1; padding:10px; background-color:#F3F4F5}
.imgSinBorde{ border: none !important; padding:0px !important; background:none !important;}
.h2articulo { font-size:10px !important; color: #592751}
.h2articulo a {font-size:10px !important; color:#592751 !important; text-decoration:none !important}
.h2articulo a:hover {color:#FCF !important}
.conCaja{ text-align:center; margin:3px 0px !important}
.h3articulo{ font-size:12px; color: #592751; margin-bottom:5px;}
.article img, img.article 
{
	border: solid 1px #878787;
	margin: 1em;
}

.metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */

/* Start tables 

.article table, table.article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.article table, table.article .article tr, .article th, .article td
{
	background-color:Transparent;
}

.article th, .article td
{
	padding: 2px;
	border: solid 1px #A1A1A1;
	vertical-align: top;
	text-align:left;
}

.article th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}
*/
/* Finish tables */

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeader
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;

font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
	color: #303030;
}

.PostHeader a, .PostHeader a:link, .PostHeader a:visited, .PostHeader a:hover
{

font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
	margin:0;
	color: #303030;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link
{

text-decoration: none;
text-align: left;
  color: #3D3D3D;
}

.PostHeader a:visited, .PostHeader a.visited
{

text-decoration: none;
text-align: left;
  color: #525252;
}

.PostHeader a:hover, .PostHeader a.hovered
{

text-decoration: none;
text-align: left;
  color: #8E3E82;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{

font-size: 12px;
font-style: normal;
font-weight: normal;
  color: #404040;
}


.PostContent p 
{
	margin: 0.5em 0;
}

.PostContent, .PostContent p
{

font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: justify;
  color: #404040;
}

.PostContent
{
  margin:0;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{

text-decoration: underline;
  color: #C57CBA;
}

/* Adds special style to an unvisited link. */
a:link
{

text-decoration: underline;
  color: #C57CBA;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{

text-decoration: underline;
  color: #333333;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{

text-decoration: none;
  color: #8E3E82;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{

font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #8E3E82;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{

font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #B14EA2;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{

font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #C57CBA;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{

font-size: 16px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #4F4F4F;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{

font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #4F4F4F;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family:Arial, Helvetica, Sans-Serif,"Lucida Grande", "Lucida Sans Unicode";
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #4F4F4F;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #303030;
	margin:1em 0 1em 2em;
	padding:0;

font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.Post li
{
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

.Post ol li, .Post ul ol li
{
	background: none;
	padding-left:0;
}

.Post ul li, .Post ol ul li 
{
	background-image: url('http://personalizados.com/images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.PostContent blockquote p
{
	color:#0F0F0F;

font-style: italic;
font-weight: normal;
text-align: left;
}

blockquote,
.PostContent blockquote
{
		border:solid 1px #BABABA; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#DBDBDB;
	background-image:url('http://personalizados.com/images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.button-wrapper .button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:34px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.button-wrapper
{
	display:inline-block;
	position:relative;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .button-wrapper
{
	display:block;
	float:left;
}

.button-wrapper .button
{
	display:block;
	height: 34px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #000000 !important;
}

input, select
{
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.button-wrapper.hover .button, .button:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

.button-wrapper.active .button
{
	color: #F7EDF6 !important;
}

.button-wrapper .l, .button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 102px;
	background-image: url('http://personalizados.com/images/Button.png');
}
.botonVerde
{
	background-image: url('http://personalizados.com/images/ButtonV.png') !important;
}

.button-wrapper .l
{
	left:0;
	right:11px;
}

.button-wrapper .r
{
	width:411px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.button-wrapper.hover .l, .button-wrapper.hover .r
{
	top: -34px;
}

.button-wrapper.active .l, .button-wrapper.active .r
{
	top: -68px;
}


/* end Button */

/* begin Footer */
.Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 886px;
	margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.Footer .Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('http://personalizados.com/images/Footer.png');
	width: 886px;
	height: 150px;
	bottom:0;
	left:0;
}


.rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('http://personalizados.com/images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 25px;
	width: 25px;
    cursor: default;
}




.Footer .Footer-text p
{
	margin: 0;
}

.Footer .Footer-text
{
	display:inline-block;
	color:#171717;

font-size: 11px;
}

.Footer .Footer-text a:link
{
	text-decoration: none;
	color: #4D4D4D;

text-decoration: underline;
}

.Footer .Footer-text a:visited
{
	text-decoration: none;
	color: #1A1A1A;
font-family:Arial, Helvetica, Sans-Serif,"Lucida Grande", "Lucida Sans Unicode";
text-decoration: underline;
}

.Footer .Footer-text a:hover
{
	text-decoration: none;
	color: #6A2F61;

text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
	
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#8E3E82;
}

.page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#666666;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .content
{
	position: relative;
	margin: 0;
	padding: 10px 0 0 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 663px;
}
.contentLayout .content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 884px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .sidebar1
{
	position: relative;
	margin: 0; 
	padding: 125px 0 0 0;
	border: 0;
	float: left;
	/*overflow: hidden;*/
	width: 221px;
}

/* end LayoutCell */
.mano{cursor:pointer !important;}
.comprar{  float:right}
.centrar_img{ display:block; margin:auto}
.p_texto_centrado{ text-align:center; margin:0 !important; padding:0 !important;}
.numeroCarrito{text-align:center; font-size:2em; font-weight:bold; color:#B874AD;}
.etiquetaPrecio {position:absolute;top:3px;left:8px; z-index:100; background-image:url(http://personalizados.com/images/precio.png); background-repeat:no-repeat; background-position:0 0; height:80px; width:80px}
.etiquetaPrecio p,.etiquetaPrecioOpciones p{margin-top:23px;margin-left:10px; font-weight:bold; color:#FFF;}
.etiquetaPrecio p span,.etiquetaPrecioOpciones p span{margin-left:3px;} 
.etiquetaEspecificaciones {position:absolute;top:200px;left:15px; z-index:101; background-image:url(http://personalizados.com/images/especificaciones.png); background-repeat:no-repeat; background-position:0 0; height:80px; width:263px}
.etiquetaEspecificaciones p{margin:24px 20px 0px 15px; font-weight:bold; color:#333; }

.etiquetaPiezas {position:absolute;top:5px;left:188px; z-index:99; height:56px; width:55px}

.fieldsetCarro{border:1px solid  #C09;margin-bottom:20px; padding:0px 10px 25px 20px}
.fieldsetOpciones{border:1px solid  #C09;margin-bottom:20px; padding:0px 10px 25px 20px}
.fieldsetOpcionesTexto{border:1px solid  #C09;margin-bottom:20px; padding:0px 10px 25px 20px}
.legendCarro{border:1px solid #C09; padding:5px; color:#FFF; font-size:1em; background-image: url('http://personalizados.com/images/nav.png'); background-repeat:repeat-x; margin:0 0 10px -7px;}
.opcionesPackaging{padding:5px;border:1px solid #9C0; background-color:#f3f4f5; text-align:right ;}

.opcionesPackaging label{margin-right:10px;}
.etiquetaPrecioOpciones {position:absolute;top:55px;left:95px; z-index:100; background-image:url(http://personalizados.com/images/precio.png); background-repeat:no-repeat; background-position:0 0; height:80px; width:80px}
.cajaIzquierdaOpciones {float:left; margin: 0 20px 20px 0; width:178px;}

.relativo{ position:relative}
#botonesEnvio{padding:1% 0%; text-align:right; width:100%; border-top:1px dotted #B874AD }
.cajaAviso{padding:10px; background-color:#DBDBDB; border:1px solid #C09; text-align:center;}
.cajaOk{border:1px solid #A94B9B;padding:10px 10px 10px 60px; background-color:#E2F2CC;background-image:url(http://personalizados.com/images/comment.gif); background-repeat:no-repeat; background-position:1% 50%}
#divTotalCompra{padding:10px; margin:5px 0;border:1px solid #9C0; background-color:#9C6/*:#B2F340*/; text-align:right; color:#000; font-weight:bold; width:97%; font-size:1.1em }
#spanTotalCompra{color:#030;font-size:1.5em;}
.spanTot{font-size:10px; font-weight:normal}
.cajaAvisoFoto{padding:10px; background-color:#FCC; border:1px solid #F33; text-align:center;}
.cajaSelecciona{border:1px solid #FC0;padding:10px 10px 10px 80px; background-color:#FBFECF;background-image:url(http://personalizados.com/images/selecciona.png); background-repeat:no-repeat; background-position:1% 50%}

address{margin:0 0px 20px 0; padding:10px; font-style:normal; background-color:#FaFaFa; border:1px solid #CCCCCC;background-image:url(http://personalizados.com/images/fotocentro1.jpg);background-repeat:no-repeat;background-position:right center;}
address p{margin:0;padding:3px 0}
address p.telefono{background-image:url('http://personalizados.com/images/phone_16.gif');background-repeat:no-repeat;background-position:left 50%;padding-left:25px;}
address p.fax{background-image:url('http://personalizados.com/images/fax_16.gif');background-repeat:no-repeat;background-position:left 50%;padding-left:25px;}
address p.mail{background-image:url('http://personalizados.com/images/mail_16.gif');background-repeat:no-repeat;background-position:left 50%;padding-left:25px;}
.bien{ background: #9C0; border:1px solid #9C0;padding:10px; color:#FFF}
.message-box  { background:#fffea1 !important; border:2px solid #fc0 !important; padding:4px 8px!important; margin:14px 0 14px 0!important; }  
#divStrMsg{color:#F60 !important}
.imgDerecha{float:right; margin:0px 0px 20px 20px}
.pasos{ background-image:url(http://personalizados.com/images/pasos.png); background-repeat:no-repeat;height:22px; margin-bottom:10px; }
.paso1{background-position:0px 0px;}
.paso2{background-position:0px -22px;}
.paso3{background-position:0px -44px;}
.paso4{background-position:0px -66px;}
#avisoWeb{border:1px solid #A94B9B; padding:10px 10px 10px 60px; background-color:#E2F2CC;background-image:url(http://personalizados.com/images/avisoWeb.gif); background-repeat:no-repeat; background-position:1% 50%}
.tablaForm{margin:5px; width:584px}
.tablaForm th{ text-align:left; background-color:#D6D6D6; border:1px solid #CCC; border-left:none; border-top:none; padding:5px;}
.thImportant{ background-color:#D8D8D8 !important;}
.tablaForm td{ padding:5px; border:1px solid #CCC; border-left:none; border-top:none;background-color:#F3F4F5} 
.formObligatorio{color:#F63}
.textoRojo{color:#F00}
.textoVerde{color:#093}
.textoGris{color:#333}
.fondoGratis{background-image:url(http://personalizados.com/images/fondoGratis.gif); background-repeat:no-repeat; background-position:50% 50%;color:#FFF}
.cajaLogin{float:right;width:220px;margin:5px 15px 0px 0px; padding:0px;}
.cajaLogin a{color:#F90}
.cestaCompra{ background-image:url(http://personalizados.com/images/cesta.png); background-repeat:no-repeat; background-position:0% 50%;height:5em; padding-left:50px}
.chatOnline{ background-image:url(http://personalizados.com/images/chat.png); background-repeat:no-repeat; background-position:0% 50%}
.loMasVendido{}
.loMasVendido a{ text-decoration:none !important; font-size:0.85em ; }
.loMasVendido img{border:1px solid #FFF}
.enlacesExternos{padding:0 2%;float:left;width:45%;margin:0}
.enlacesExternos ul{;margin:0}
.enlacesExternos a{color:#666; text-decoration:none;}
.enlacesExternos a:hover{color:#914085}
.enlacesRaya{ background-image:url(http://personalizados.com/images/rayaEnlaces.gif); background-repeat:repeat-y}
.enlacesExternosBody{position:relative;	margin:0 auto;	width: 900px;	min-width:45px;	min-height:45px;}
.enlacesExternosBody p{padding:0 5%;margin:1% auto;display:block; border-bottom:1px dotted #BBB; text-align:center; color:#666 !important;}
.alerta{width:630px; height:225px; text-align:center; padding-top:100px}
#divRegaloIdeal, #divRegaloEstrella{display:none}
#divTelefono{padding: 8px 15px 0px 40px;position:absolute;top:3px;left:738px;color:#FFF; font-size:16px; font-weight:bold; background-image:url(http://personalizados.com/images/phone_32.gif); background-repeat:no-repeat; background-position:0px 5px; overflow:visible;height:50px}
/* Tool Tip Mootools */
.tip-top {
	color: #fff;
	width: 139px;
	z-index: 13000;
}		 
.tip-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #7FBF4B;
	padding: 8px 8px 4px;
	background: url(http://personalizados.com/images/bubble.png) top left;
}
 
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	margin:0;
	background: url(http://personalizados.com/images/bubble.png) bottom right;
	color:#fff;
}
.tip-text A {
	color:#069;
}
.tip-loading {
	background: url(ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
#calidad{position:absolute;top:8px; left:0px; overflow:visible !important; z-index:998 }

#banners_container { display:block; position:relative; width:206px; height:230px; margin:0px auto 0px; border:0; }
#banner_container { position:relative ; overflow:hidden ; width:206px ; height:230px ; margin:0px auto 0px;  }
#banners { white-space:nowrap; display:block; position:relative; }
#banners a img { border:none; }