@charset "UTF-8";
/* CSS Document */
body {
	background: #00A0DF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 50px auto 50px auto;
	text-align: center;
}
#contenido {
	margin: 0 auto 50px;
	background: #FFFFFF;
	width:900px;
	border: 1px solid #000000;
	text-align: center;
	-moz-border-radius: 20px;
}
#head {
	margin: 5%;
	background: #FFFFFF;
}
#head_plus {
	margin: 2%;
	height: 100px;
}
#head img {
	float: left;
}
#head p {
	clear: both;
}
#content {
	text-align: left;
	margin: 30px auto 30px;
	width: 95%;
}
#content_ppal {
	width: 750px;
	text-align: center;
	padding: 20px;
	border: 0px solid #000000;
	margin: 0 auto 0;
}
.sin_fondo {
	background: #FFFFFF;
}
.fons_gos {
	background: #FFFFFF url(../images/supercan_bg.jpg) top right no-repeat;
}
.fons_gat {
	background: #FFFFFF url(../images/migat_bg.jpg) top right no-repeat;
}
#menu {
	clear: both;
	width: 95%;
	height: 22px;
	background: #00A0DF;
	text-align: center;
	margin: 0 auto 0;
	border-top: 0px solid #FFF;
}
#content a img, #content_ppal a img {
	border: 0px;
}
#content a, #content_ppal a {
	color: #000000;
	text-decoration: none;
}
#content a:hover, #content_ppal a:hover {
	color: #000000;
	text-decoration: underline;
}
#content p {
	padding: 10px;
	text-align: justify;
}
#content h4 {
	font-size: 10px;
}
.blau {
	color: #00A0DF;
}
#logo_pq {
	width: 300px;
	height: 50px;
	float: left;
	font-size: 8px;
	font-weight: bold;
	text-align: center;
}
#logo_pq a img {
	border: 0;
}
#tit_pagina {
	float: left;
	width: 400px;
	text-align: center;
	border: 0px solid #000000;
}
#tit_pagina h2 {
	color: #00A0DF;
}
.gris {
	color: #aaaaaa;
}
#extra {
	float:right;
	width:100px;
	border: 0px solid #000000;
}
#extra a p img {
	border: 0px;
}
#extra a {
	color:#000000;
}
#extra a:hover {
	color: #0000CC;
}
#footer {
	margin: 0 auto 0;
	border-top: 2px solid #00A0DF;
	width: 95%;
	padding: 5px 0 20px 0;
}
.product {
	border: 1px solid #00A0DF;
	padding: 10px;
	background: #FFFFFF;
	-moz-border-radius: 20px;
}
#answer {
	width: 400px;
	padding-left: 30px;
	text-align: left;
}
#pr {
	width: 300px;
	height: 300px;
}
.sel {
	background: #00A0DF;
	cursor: pointer;
}
.baja {
	background: #0000FF;
	color: #FFFFFF;
}
.tr_par {
	background: #89d9f8;
}
.tr_impar {
	background:#EEEEEE;
}
.tr_blau {
	color: #00A0DF;
	font-weight: bold;
	text-transform:uppercase;
	height: 30px;
}
.tb_blau {
	border: 1px solid #00A0DF;
	-moz-border-radius: 10px;
}