@import url("idiomas.css");

#contenido, #subpie  {
	display: block;
}
#flash {
	display: none;
}

/*** DROPS ***/

body {
	background-color: #243243;
	background-image: url(drops_bg.jpg);
	text-align: center; /* solve IE bug */
}
body, td { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	color: #2A4C5B;
}
a { 
	color: black; 	
	color: #0066FF;
	background-image: url(drops_a.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}
a:hover {
	background-image: url(drops_a_hover.jpg);
}
p { line-height: 150%; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
img { border: none; }
h1, h2, h3, h6, a { 	font-variant: small-caps;	 }

.enlaces a, #menu a {
	font-size: 14px;
	line-height: 16px;
}

.cuerpo img {
  background: #DBE6E9 url(loading.gif) 50% 50% no-repeat;	
}

/*** CONTENIDO ***/

#encabezado {
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(drops_encabezado.gif);
}
#pie {
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(drops_pie.gif);
}
#cuerpo {
	background-image: url(drops.jpg);
	margin: 0 24px 0 24px;
	border: 1px solid #DDE4E7;
}
#menu {
	margin: 0 24px 0 24px;	
	
}
#contenido {	
	background-color: #DDE4E7;
	background-image: url(drops_cuerpo.gif);
	width: 723px;
	
	margin: 20px auto 0 auto;
	padding: 0;
	/*border: white solid 1px;*/
		
	text-align: left; /* IE */
}
.hoja p, .hoja .enlaces {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 8px;
}

.enlaces {
	float: right;
}
.enlaces ul { 
	list-style: none;
	margin: 0; padding: 0;
}
.enlaces li {	
	margin: 0; 	padding: 0;
	display: inline;
}
.enlaces a {
	display: block;
	margin: 0; 	
	padding: 0 8px 0 8px;
}

#menu ul{
	background-image: url(drops_a.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
#menu li {
	display: inline;
}
#menu a {
	padding: 0 8px 0 8px;
}

#encabezado h1 {	
	color: #DDE4E7;
	font-size: 0;
	width: 106px;
	height: 58px;
	background-image: url(drops_logo.gif);
	float: left;
}
#encabezado h2 {
}

#cuerpo h2 {
	/*background-image: url(drops_encabezado.gif);*/
	background-image: url(drops_h2.jpg);
	background-repeat: repeat-x;
}

#contactar th {
	font-weight: normal;
	vertical-align: top;
	text-align: right;
	font-size: 13px;
}
#contactar td * {
	background-color: #DDE4E7;
	border: 1px solid silver;
}

#pie * {
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/*** SUBPIE ***/

#subpie {
	margin: auto;
	padding: 0;
	display: block;
	width: 650px;
	text-align: right;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	color: #868A99;
}
#subpie a {	
	background: none;
}

#productos ul li {
	margin-bottom: 1em;
}	
#productos ul li li {
	margin-bottom: 0;
}	

.aviso {
	color: #666600;
}
.error {
	color: #660000;
}
.ok {
	color: #003300;
}
