
#header h1 a*
{
	margin: 0px;
	padding: 0px;
	border: none;
}


h1, h2,h3, h4, h5, em, strong {
	font-family: Arial,Helvetiva,sans-serif;
}

em, strong {
	font-size: 14px;
	color:red ;
}

h1 {
	font-size: 28.00px;
}
h2 {
	font-size: 21.00px;
}
h3 {
	font-size: 16.38px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 11.62px;
}
h6 {
	font-size: 9.38px;
}


body
{
	font-family: Arial,Helvetiva,sans-serif;
	font-size: 12px;
	background-color: white ;
	padding: 0px 2%;
	color:rgb(54,54,140) ;
	/*font-weight:bold;*/
}

#menusuperior
{
    background-color: rgb(54,54,140); /* #1366e1 */;
    padding-bottom: 10px;
    padding-top: 15px;
}


#menusuperior a ,#menusuperior form fieldset label
{
    color: white ;
    /*color: #1366E1 /*White*/
    padding-right: 30px;
    padding-left:10px;
    /*border-right:4px solid gray;*/
  	text-decoration:none;

    
}


#menusuperior a:hover 
{
    color: #b4d9fa;
 
}


#container
{
	float: left;
}

#header, #header2
{
	/*float: left;*/
	width: 100%;
/*	border-bottom: 1px solid #b4d9fa;*/
	margin-bottom: 10px;
}

#header h1,#header2 h1
{
	/*font-size: 18px;*/
	float: left;
	padding: 45px 0px 5px 0px;
}

#promotion
{
	height: 300px; 
	width: 700px; 
	background: url(/content/Images/home-showcase.png) no-repeat;
}

ul li a
{
	font-size: 16.38px;
}

#main
{
	overflow: hidden;
	padding: 0 0 15px 10px;
	float: left;
}

ul
{
	list-style-type: square;
	margin-left: 25px;
	font-size: 21.00px;
}

ul#album-list
{
	list-style: none;
	margin-left: 0px;
}

ul#album-list li
{
	display: inline ;
	width: 50%;
	/*height: 1500px;
	width: 1100px;
	float: left;*/
	border-left: 1px dotted #5D5A53;
	border-top: 1px dotted #5D5A53;
	margin: 10px;
	text-align: center;
}

ul#album-list li a, ul#album-list li .button
{
	font-size: 13px;
	/*float: left;*/
}

ul#album-list li a span
{
	color:  #9b9993;
	text-decoration: underline;
}

#cart
{
	float: right;
}

#update-message
{
	color: #F6855E;
	font-weight: bold;
}

.button, input[type=submit] ,input[type=button] 
{
    	border: 1px solid black;
	border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px;
    /*clear: both;*/
	display: inline-block;
	margin-top: 10px; 
	border: 1px;
	background-color: rgb(54,54,140);
	color: white;
	font-weight: bold;
    font-size: 1.2em;
    padding: 5px;
}

.button:hover, input[type=submit]:hover ,input[type=button]:hover 
{
	color: #b4d9fa;
}

textarea
{
	border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px;
	border: 1px solid #3999f0;
	background-color: white;
	color: rgb(54,54,140);
}

.button a
{
	color: #fff !important;
}

#footer
{
	clear: both;
	padding: 10px;
	text-align: right;
	border-top: 1px dotted #8A8575;
	border-bottom: 1px dotted #8A8575;
	font-family: Constantia, Georgia, serif;
}

/******************** Top Navigation ************************/
ul#navlist , ul#navlist2 
{
	float: right;
	background-color:rgb(54,54,140);
	padding-top: 15px;
	padding-bottom: 10px;
}

ul#navlist li, ul#navlist2 li
{
	display: inline;
}

ul#navlist li a, ul#navlist2 li a
{
	/*border-left: 3px dotted #8A8575;*/
	padding-left: 10px;
	padding-right: 30px;
	/*margin-top: 10px;*/
	color: white ;
	text-decoration: none;
	float: left;
}

ul#navlist li:first-child a, ul#navlist2 li:first-child a
{
	border: none;
}

ul#navlist li a:hover, ul#navlist2 li a:hover
{
	color:  #b4d9fa ;
}



/********************* End top navigation ***************************/

p
{
	margin-bottom: 15px;
	margin-top: 0px;
}


.titulopagina
{
	color:white;
	background-color:rgb(54,54,140);
	text-align:center; 
	font-size:larger;
	margin-top:0px;
}




h2, h3
{
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}

/*
h3
{
	color: #9B9993;
}
*/

#header h1 a, #header2 h1 a
{
	color: #5E5B54;
}


/*los link*/
a:link, a:visited
{
	text-decoration:underline;
	font-weight: bold;
}

a:link
{
	color: rgb(54,54,140) ;
}

a:visited
{
	color: #69b9f0 ;
}


a:hover
{
	color:#89b5f5 /*#89b5f5; */
}

/*
a:active
{
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}
*/

/***************************** sidebar navigation ****************************/

#categories
{
	font-family: Constantia, Georgia, serif;
	list-style-type: none;
	border-right: #5d5a53 1px dotted;
	padding-right: 10px;
	margin: 0 25px 0 0;
	float: left;
}

#categories a:link, #categories a:visited
{
	color: #9B9993;
	text-decoration: none;
}

#categories a:hover
{
	color: #F46739;
}

div#album-details p
{
	margin-bottom: 5px;
	color: #5e5b54;
	font-weight: bold;
}

p em
{
	color: #9b9993;
}

/* Form styles */
legend
{
	padding: 10px;
	font-weight: bold;
	color: #1366e1;
}

fieldset
{
	border: #9b9993 1px solid;
	padding: 0 10px;
	margin-bottom: 10px;
	clear: left;
}

div.editor-fieldx
{
	padding: 0 10px;
	color: #F6855E;
}

div.editor-field
{
	margin-bottom: 10px;
}

input[type=text], input[type=password], select
{
    border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px;
	border: 1px solid #3999f0;
	color: rgb(54,54,140);
	background-color: white;
	width: 300px;
}

/* Styles for validation helpers */
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error 
{
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom:15px;
    padding-top:15px;
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
    text-align:center;
    border: 3px solid #ff0000;
    background-color: yellow;
    margin-bottom:10px;
}

.validation-summary-valid {
    display: none;
}

/* Tables */


/*La tabla detalle no tiene sentido que cambie de color al ponerse sobre ella
porque solo tiene un elemento
table.detalle:hover, table.detalle tr:hover, table.detalle tr td:hover
{
    background-color:red;
}
*/

table.detalle, table.detalle tr, table.detalle tr td
{
     border: 0px solid #3999f0 ;
     
     border-collapse: collapse;
}





.preciosarticulos
{
     border: 0px solid gray;
     border-collapse: collapse;
     width:10px;
}

table
{
	border:  1px solid #3999f0;
	border-collapse: collapse;
	color: rgb(54,54,140) ;
	background-color: white;
	min-width: 500px;
	width: 100%;
	
}

tr
{
	border: 1px solid #3999f0 ;
	line-height: 25px;
}

th
{
	background-color: #b4d9fa; /*#b4d9fa;  #9b9993*/
	color: #000;
	font-size: 13px;
	text-align: left;
}

th, td
{
	padding-left: 5px;
}

td
{
    background-color:inherit;
/*	background-color: white; */
}


table.detalle:hover, table.detalle tr:hover, table.detalle tr td:hover
{
    background-color:inherit;
}


tr:hover
{
	background-color:#cddbe5;
}

td:hover
{
    background-color:inherit;
}

table.carrito, tr.carrito
{
    
    border:1px solid #1366e1;
}


th.carrito
{
	background-color: #b4d9fa;
}
th.carrito:hover
{
	background-color: #b4d9fa;
}

td.carrito, td.carrito:hover
{
	background-color: white;
}

*[name=idioma]
{
	display: none;
}
*[name=idioma] img
{
    width:20px;
    height:15px;
}
