/**/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #D9E3EB;
	font: normal 72% Helvetica, sans-serif;
	color: #494949;
	text-align: center;
}

h2, h3 {
	margin-bottom: .4em;
	color: #003468;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}
h4{font-size: 1.1em;}
p, ul, a {
	font-size: 1em
}

p, ul {
	margin-bottom: 0.8em;
}

a {
	text-decoration: none;
	color: #003468;
	
}

a:hover {
	text-decoration: none;
	color: #8E0C0C;
}
img{border:none;}
/* Header*/

#header {
	background-color: #4D7A9F;
}

.logo {
	width: 71em;
	background-color: #003468;
	
	margin: 0px auto;
}

#header img {
	/*float: left;*/
	margin-left: 4em;
}

#menu {
	width: 53em;
	background-color: #003468;
	height: 2.5em;
	text-align: center;
	margin: 0px auto;
	float:left;	
}

#menu ul {
	list-style: none;
	padding-top: .2em;
}

#menu li {
	display: inline;
	color: #fff;
}

#menu a {
	text-transform: capitalize;
	margin: 0 auto;
	padding: 0 .8em;
	text-decoration: none;
	font-size: 1.01em;
	color: #fff;
}

#menu a:hover {
	color: #FFF5C5;
}
#search
{
    width:18em;
    float:left;
    margin-bottom:.3em;
}
/* content */

#content {
	background-color: #fff;
	width: 71em;
	margin: 0px auto;
}

#top {
	height: 8em;
}
#colA
{
    width:22em;
    margin:.5em;
    float:left;
}
#colB
{
    width:46em;
    float:left;
}
.history {
	
	text-align: left;
	
}

.history p {
	padding-left: 1em;
	margin-bottom: .2em;
	
}

.submenu ul {
	list-style: none;
	padding: .5em .5em 0 0;	
	text-align:center !important;
}

.submenu li {
	display: inline;
}

.submenu a {
	text-transform: capitalize;
	text-decoration: none;
	font-size: 1em;
	color: #003468;
}

.subtitle {
	float:left;
	width:60%;
}

.subtitle h2 {
	text-align: left;
	padding-left: .5em;
	margin-bottom: .1em;
	color: #4D7A9F;
}
.subtitle h2 a, .subtitle h2 a:hover{color: #4D7A9F;}
.subtitle p {
	text-align: left;
	padding-left: 1em;
	font-size: .9em;
}

.search {
	float:right;
	padding-right: 1em;
	margin-top:.5em;
}

/* sidebar */

#sidebar {
	float: left;
	margin: 0 .2em 0 .5em;
	text-align: right;
	width:18%;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	padding-bottom: .5em;
}

#sidebar a {
	font-size: 1.1em;
	
}

#sidebar h3 {
	color: #4D7A9F;
}

/*main*/

#main {
	margin: .2em .2em 0 0;
	float: right;
	width: 80%;
}

#main img {
	color: #fff;
}
#main ul
{
    list-style-position:inside;
    margin:0 .5em .5em .5em
}
#main fieldset
{
    border:none;
    border-bottom:dotted 1px #003468;
    text-align:left;
}
#main fieldset legend
{
    font-size: 1.55em; 
    font-weight:bold;
    color:#003468;
}

#main fieldset label
{
    color:#003468;
    width: 20em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    font-weight:bold;
}

#main fieldset h2
{
    margin-left:10em;
}

.gallery {
	padding-bottom: 2em;
}

.gallery td,.gallery th {
	text-align: center;
	font-size: .92em;
	width:100px;
	padding:0;
	margin:0;
}
.gallery td {
	padding-bottom: 1em;
	border-bottom: 1px solid #003468;
}
.gallery td img,.gallery th img
{
    width:100px;
}
.gallery {
	float:right;
}
.gallery {
	padding-bottom: 2em;
}
.galleryth li {
	float: left;
	margin: 10px 10px 10px 0;
	list-style: none;
}
.galleryth img {
	width: 100px;
	height:100px;
	border: 1px solid #CDCDCD;
}
/*producto*/
#product
{
    width:26em;
    text-align:left;
    float:left;
}
#product fieldset
{
    border: 1px solid #ccc;
    text-indent:.5em;
}
#product fieldset legend
{
    color: #494949;
}
#product h3
{
    font-size:1.5em;
}
#product h4
{
    margin-top:.5em;
    margin-bottom:.5em;
}
#mainimage
{
    width:28em;
    float:left;
    margin:.5em;
    border: 1px solid #ccc;
    
}
#mainimage img 
{
    width:300px;
}
.presult
{
    text-align: center;
	font-size: .95em;
	width:10em;
	padding:.2em;
	margin:.2em;
	float:left;
}
.presult img
{
    width:100px;
}
.plist td
{
    border-bottom: 1px solid #003468;
}
.add2order
{
    font-weight:bold !important;
    font-size:1.2em;
}
.paginator
{
    margin:.5em;
    text-align:left;
}
.paginator a
{
    padding:0 .5em 0 .5em;
}
/*footer*/

#footer {
	clear: both;
	padding: 1em 0;
	/*border-top: 1px solid #003468;*/
	text-align: center;
}

#footer a {
	text-decoration: none;
}
.clear{clear:both !important;}
.fullsize
{
    width:98% !important;
}
.simage
{
    width:100px;
}
.txt-left
{
    text-align:left !important;
}
.txt-center
{
    text-align:center !important;
}
.bottomborder
{
    border-bottom:1px solid #003468;
}
.pad5
{
    padding:.5em;
}
.basketitem
{
   text-align:left; 
}
.basketitemimg
{
    
    padding:.5em;
    width:100px;
    margin-left:6em;
}
.fleft
{
    float:left;
}
.dblock
{ 
    display:block;
}
.tbldata th
{
    background-color:#4D7A9F;
    text-align:center;
    color:#fff;
    padding:.3em; 
}
.tbldata td
{
    padding:.3em;
}

