/**
 * Estilos principales.
 * Color primario #8B137D
 * Color secundario #460A3F
 */


/* Estilo general */
body, td, th, tr
	{
	font-size: 13px;
	}

/* Estilo general */
body, td, tr, div, p, span, h1, h2, input, textarea, button
	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 120%;
	letter-spacing: +1px;
	word-spacing: +1.5px;
	}

/*Estilo de Elementos*/
p
	{
	text-align: justify;
	}

h1
	{
	text-align: left;
	font-size: 22px;
	font-weight: normal;
	color: #8B137D;
	padding: 0px;
	margin: 0px;
	}

h2
	{
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}

a
	{
	color: #8B137D;
	text-decoration: underline;
	}

a:active
	{
	border: none !important;
	}

a:focus
	{
	border: none !important;
	} 

img
	{
	border: none;
	}


form
	{
	margin: 0px;
	padding: 0px;
	}

button, input.button
	{
	cursor: pointer;
	}


big, .big
	{
	font-size: 15px;
	color: #8B137D;
	font-weight: bold;
	vertical-align: text-bottom;
	}

/*Clases de Estilos*/
.aligncenter, .alignCenter
	{
	text-align: center;
	}

.alignright, .alignRight
	{
	text-align: right;
	}

.alignleft, .alignLeft
	{
	text-align: left;
	}

.alignjustify, .alignJustify
	{
	text-align: justify;
	}

.bold
	{
	font-weight: bold;
	}

.colored
	{
	color: #8B137D;
	}

.colored2
	{
	color: #460A3F;
	}

img.rightposition, img.rightPosition
	{
	float: right;
	margin-left: 10px;
	}

img.leftposition, img.leftPosition
	{
	float: left;
	margin-right: 10px;
	}

img.border
	{
	border: 2px solid #460A3F;
	}

img.middle
	{
	vertical-align: middle;
	}

.space
	{
	font-size: 1px;
	}

.nowrap
	{
	white-space: nowrap;
	}

.withBig
	{
	line-height: 150%;
	}


/*Mas Informacion*/
.masInformacion
	{
	width: 100%;
	clear: both;
	}

.masInformacion td
	{
	text-align: justify;
	vertical-align: middle;
	line-height: 180%;
	}

.masInformacion td a
	{
	font-weight: bold;
	}


.masInformacion th
	{
	width: 100px;
	height: 100px;
	vertical-align: middle;
	}

.masInformacion th a
	{
	width: 100px;
	height: 100px;
	display: block;
	text-decoration: none;
	background-image: url(../images/mas-informacion.png);
	background-repeat: no-repeat;
	background-position: center center;
	}


/*Inicio*/
#seccionInicio
	{
	}

#seccionInicio .accesoriosCelular
	{
	padding-top: 30px;
	}

#seccionInicio .accesoriosCelular td
	{
	width: 298px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 30px;
	}


#seccionInicio .accesoriosCelular td div
	{
	width: 258px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: center;
	}

#seccionInicio .accesoriosCelular td a
	{
	font-size: 14px;
	font-weight: bold;
	}

/*Mercado Libre*/
#seccionMercadoLibre
	{
	}

#seccionMercadoLibre .productos
	{
	margin-top: 30px;
	}

#seccionMercadoLibre .productos a.titulo
	{
	font-size: 14px;
	color: #0F228B;
	font-weight: bold;
	}

#seccionMercadoLibre .productos .descripcion
	{
	padding-top: 15px;
	padding-left: 30px;
	text-align: justify;
	}
