/* CSS Document */
/*****************************************************************************/
/* Fonts and Headings*/
/*****************************************************************************/
html {
height: 100%;
}

body {
	font: 12px/1.5em "arial";
	font-family: arial;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F8C300;
	margin-left: 100px;
}

h1, h2, h3, h4 {
	font-family: arial;
	font-weight: normal;
	color: white;
}

h1 {
	margin-top: 10px;
	font-size: 24px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	color: #000000;
	margin-left: 10px;
}

h5 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p {
	text-align: justify;
	margin-right: 8px;
	margin-left: 2px;
	font-size: 11px;
}

ul {
text-align: left;
font-size: 11px;
line-height: 15px;
margin-right: 10px;
}
 

/*****************************************************************************/
/* links */
/*****************************************************************************/
a:link {
	color: #F8C300;
}
a:visited {
	color: #FF66CC;
}
a:hover {
	color: #A6A62A;
}
a:active {
	color: #006699;
}

a.nav:link {color: #F8C300; text-decoration:underline}
a.nav:visited {color: black; text-decoration:none}
a.nav:active {color: #006699; text-decoration:none}
a.nav:hover {color: #FF66CC; text-decoration:underline;}

a.linktop:link {color: black; text-decoration:underline}
a.linktop:visited {color: black; text-decoration:none}
a.linktop:active {color:black; text-decoration:none}
a.linktop:hover {color: black; text-decoration:none; font-weight: 500;}

a.linktitles:link {color: #378377; text-decoration:none}
a.linktitles:visited {color: #000033; text-decoration:none}
a.linktitles:active {color:black; text-decoration:none}
a.linktitles:hover {color: #A6A62A; text-decoration:none; font-weight: 700;}

/*****************************************************************************/
/* backgrounds & layout*/
/*****************************************************************************/
	
/* estilos del catalogo */

.container {
width: 90%;
margin-top: 20px;
vertical-align: top;
background-image: url(images/white_bar.gif);
background-repeat: repeat-x;
background-color:#FFFFFF;
margin-left: auto;
margin-right: auto;

}
.subcategoria {
border-top: #000000 1px solid; border-color: #CCCCCC; vertical-align:bottom; text-align:left; margin-bottom:10px;
}
.containerproducts {
width: 80%; float: left; vertical-align: top; text-align: left;
}

.imagecontainer{
float: left; vertical-align: top; width: 180px;

}
.imageproducto{
float: left; vertical-align: top; width: 270px; text-align: center;

}

.contentproducto{
float: left; vertical-align: top; width: 500px; text-align: left;

}

/* Estos son los estilos de la tabla de la galerķa */

.contenedor {
width: 100%; min-height: 100%; margin: auto; height: 100%; border: 0px; vertical-align: top;
}

.data {
width: 30%; padding: 10px; min-height: 100%; height: 100%; position: relative; top: 0px; float: left; vertical-align: top;
}

.subpic {
width: 100%; border: #EFEFEF 1px solid; text-align: right;

}

.suprapic {
width: 100%; border: #EFEFEF 1px solid; text-align: left; font-size: 14px; font-weight: bold; margin-bottom: 10px; padding-left: 5px; 

}

.breadcrumb {
	width: 100%;
	font-size: 10px;
	text-align: left;
	clear: both;
}	

* html {.contenedor:height:100%;}

	.cssnav1
{
position: relative;
font-family: arial, helvetica, sans-serif;
font-weight: 900;
background: url(admin/images/botonon.gif)  no-repeat;
white-space: normal;
display: block;
width: 160px;
height: 33px;
margin: 0;
padding: 0;
text-align: center;
}

.cssnav1 a
{
display: block;
color: #000000;
font-size: 16px;
width: 160px;
height: 33px;
display: block;
float: left;
color: black;
text-decoration: none;
text-align: center;
}

.cssnav1 img
{
width: 160px;
height: 33px;
border: 0
}

* html a:hover
{
visibility:visible;
}

.cssnav1 a:hover img
{
visibility:hidden;

}

.cssnav1 a:hover 
	{color: #999999;}

.cssnav1 span
{
position: absolute;
left: 37px;
top: 7px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-align: center;
} 



/* estilos de las paginas web */	
	
.rightback {
background-image: url(images/rightbackground.jpg); 
background-position: top left; 
background-repeat: repeat-y;
} 
	
.backcontent { 
	background-image: url(images/content-back.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FFFFFF;
	width: 708px;
	vertical-align: top;
	margin-left: -5px;
	padding-left: 10px;
	}

.headingback {
background-image:url(images/headingbackground.jpg);
background-position: top left;
background-repeat: no-repeat;
width: 800px;
height: 55px;
text-align: center;
vertical-align: middle;
}

.tableback {
background-image: url(images/contentback.jpg);
background-position: top center;
background-repeat:  no-repeat;
width: 261px;
height: 141px;
float: left;
}
	
.backfooter  { 
	vertical-align: top;
	padding-top: 12px;
	font-size: 10px;
	text-align: center;
	color: black;
	width: 98%;
	height: 50px;
	background-image: url(images/cyan.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: white;
	}

.divnoticias {
	border:1px solid #808080;
	width:90%;
	 vertical-align:top;
	 padding: 10px;
	 margin-top: 5px;
	 margin-left: 15px;
	}
	
/*****************************************************************************/
/* clases miscelaneas */
/*****************************************************************************/
.yellow {
	color:#F8C300;
}


	.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
font-weight: 900;
background: url(images/buttonon.jpg)  no-repeat;
white-space: normal;
display: block;
width: 89px;
height: 34px;
margin: 0;
padding: 0;
text-align: center;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 12px;
width: 89px;
height: 34px;
display: block;
float: left;
color: white;
text-decoration: none;
text-align: center;
}

.cssnav img
{
width: 89px;
height: 34px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 7px;
top: 7px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-align: center;
} 

.footernav { 
	vertical-align: top;
	text-align: center;
	font-size: 118%;
	}
	
.image {
	width: 187px;
	float: left;
	height: 425px;
}
	
.TablaSimple {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
	border:1px solid #666666;
	background-color:#F4F4F4;
}

.OptionButton {
	border:0px;
	background:transparent;
}

hr {
	border-top:1px solid #E0E1E2;
	border-bottom:1px solid #D2D3D5;
}

legend, .legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C4246A;
	font-weight:bold;
}

fieldset {
	padding:5px;
	margin:2px;
	border:1px solid #D2D3D5;
}

.Botones {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#E5E5E5;
	border:1px solid #666666;
	color:#343434;
	width:100px;
	cursor:pointer;
}

.GridOver {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
	background-color:#F7F7F7;
	cursor:pointer;
	height:28px;
}

.GridOut {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
	background-color:#FFFFFF;
	height:28px;
}

.GridProblema {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
	background-color:#FFCD00;
	height:28px;
}

.CuadroColumna {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#343434;
	height:28px;
}

.black {
	color: #000000;
}