@charset "utf-8";
/* CSS Document */
body{
	border: 0;
	margin: 0;
	padding: 0;
	background-image:url(../media/water-bg-3.jpg);
	background-attachment: fixed;
	background-color:#5e82a3;
	color:#000000	
}
.principal{
	font: 16px Helvetica, Verdana, Arial,  sans-serif;
	color: #000000;
	margin: 0;
	padding: 10px 30px
}

.bar{	
	color: #FFFFFF;
	height:24px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../media/bar.png) repeat-x;	
	vertical-align: middle	
}
.contorno{
	border:  #003366 thin solid;
	width: 770px 
}
blockquote {
	margin: 10px;
	padding: 0 0 0 28px;
	border: 1px solid #f2f2f2;
	background: #FAFAFA url(../media/quote.gif) no-repeat 5px 5px
}
img{
 border:0
}
.product img:hover {
	padding:1px;
	display:inline;
	color:#0066CC;
	border:1px dotted #0066CC	
}
table {
/*Acelera el dibujado de las tablas*/
 table-layout: fixed
}

a{
	color:#FFFFFF;
	text-decoration: none
}
 a:hover{
	text-decoration:underline 
}
/*----Link-------------------------------*/
a.blank , a.blank :hover, a.blank:active, a.blank:focus{
 	color:#FFFFFF;
	text-decoration: none
}

.mail li a:hover, .footer a:active, .footer a:focus{
    color: #2180BC;
   	text-decoration: underline;	
}

.mail li a{
	color: #333333;
	text-decoration: none;
}
.mail li a:visited{
	color: #006600;
	text-decoration: none;
}

.mail li a:hover, .footer a:active, .footer a:focus{
    color: #2180BC;
   	text-decoration: underline;	
}
.quintin a:hover, .quintin a:active, .quintin a:focus{
	color:#FFFFFF
}

.marco1 {
	padding:8px;
	background-color: #f5f5f5;
	width: 180px;
	border: 1px solid #999999;
}
.marco1 img{
	border: 1px solid #000000;
}

.marco1:hover { border: 1px dashed #0000FF; background-color: #C7E1FE }

.sitios_amigos{
	background-color:#FFFFFF;
	padding: 2px 5px;
	text-align: center
}

/*--------Menu------------------------------------------------------------------*/
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../media/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none
}
.glossymenu li{
	float:left
}
.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer	
}
.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background:  url(../media/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
	text-decoration:none
}
.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background:  url(../media/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
	text-decoration:none
}
/*-----Formulario-----------------------------------------------------------------*/
.button_send{
 width:95px
}
.button_clean{
 width:185px
}
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	color:#777
}

.postcomment input[type=submit], input[type=reset], input[type=button], .button_send ,.button_clean{
	color: #000000 ;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;  	 
	background-color:#CCCCCC;	
}

.postcomment input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, .button_send , .button_clean{
  		color: #000000
}
textarea {
	width:380px;
	padding:2px;
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #eee;
	height:120px;
	display:block;
	color:#777
}
.postcomment input[type=text]:hover, .postcomment textarea:hover {
    color:#666666;
	border: 1px solid #003366;
	padding:2px
}
.postcomment input[type=text]:focus, .postcomment textarea:focus {
    color:#000000;
 	border: 1px solid  #333333;
	padding:2px	
}
/*-------Pie de pagina-----------------------------------------------------------*/
.footer{
	font-size:14px;
	background-image:url(../media/foot.png);
	background-color:  #5e82a3;
	text-align: center;
	color:#CCCCCC;
	padding: 5px 0px
}
.footer a{
	color: #FFFFFF;
	text-decoration: none
}
.footer a:hover, .footer a:active, .footer a:focus {
	color: #FFFFFF;
	text-decoration: underline
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/
h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

