/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 20:16:01 -0600 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-x;
	background-color:#1C3137;	
	font-family: verdana,helvetica,arial,sans-serif;
	font-size:80%;
	margin: 0;
}
a {

	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {

	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {

	color: #003d4c;
	font-size: 130%;
	margin: 0.1em 0;
}
h2 {

	color: #e32;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 125%;
}
h3 {
	color: #08326c;
	font-size: 150%;
	padding-top: 10px;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
h5 {
	color: #000000;
	font-size: 120%;
	padding-top: 10px;
}
ul, li {

}

/* Layout */
#container {
	width: 863px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#header{
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
}
#header h1 {
	color: #5C5C5C;

}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	clear: both;
	color: #464545;
	padding-top: 10px;

	overflow:hidden;
}
.inside_content ul{
	padding-left: 30px;

}
.inside_content ul li{
	background-image:url(../img/bolita.gif);
	background-repeat:no-repeat;
	padding-left: 25px;
	padding-bottom: 8px;
	background-position: 8px 4px;
}
.inside_content ul li.submenu{
	background-image: none;
	border: 1px solid #FFFFFF;/* para que en explorer no hay una separacion entre li */
}
.inside_content ul li ul li.submenu{
	background-image: none;
	padding-bottom: 0px;

}

.inside_content ul li ul{
	background-image: none;
	padding-left:15px;

}
.inside_content ul li ul li{

	background-image:url(../img/cuadradito.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	background-position:4px 4px;

	
}
.inside_content ul li ul li ul{
	background-image: none;
	padding-left:15px;


}
.inside_content ul li ul li ul li{

	background-image:url(../img/bolita.gif);
	background-repeat:no-repeat;
	background-position:4px 4px;

}
#footer {
	clear: both;
	background-image: url(../img/fondofooter.png);
	background-repeat: repeat-x;
	text-align:center;
	margin-bottom: 20px;
}

/* Tables */
table {
	background:#fff;
	clear:both;
	color:#333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	width:50%;
}

th {
	text-align:center;
	background-color: #CCCCCC;
}

th a {
	background:#f2f2f2;
	display:block;
	text-decoration:none;
	padding:2px 4px;
}

th a:hover {
	background:#ccc;
	color:#333;
	text-decoration:none;
}
table tr {
	height: 30px;
	padding-top: 15px;

}
table tr td {
	text-align:center;

}

td.actions {
	text-align:center;
	white-space:nowrap;
}

td.actions a {
	margin:0 6px;
}

.cake-sql-log td {
	text-align:left;
	padding:4px 8px;
}
/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	overflow:hidden;
	padding: 0;

}
#content fieldset {

	padding: 10px;
	margin-bottom: 15px;
}
#content #login fieldset {
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 10px;
}
fieldset legend {
	background:#fff;
	color: #999999;
	font-size: 100%;

}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 99%;
	margin-bottom: 5px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 99%;
	margin-bottom: 10px;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
	margin-bottom: 10px;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: 60px;
	_width: 60px;
	vertical-align: bottom;
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;

}
input.btn {
	width: 60px;
	font-size:110%;
	float:right;

}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.error_busqueda{
	background: #ffcc00;
	color: #000;	
	font-size: 120%;
	font-family: Courier, monospace;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/* Apartekoak */

#logo {
	float:left;

	width:225px;

}
#logo h1 {
	font-size: 180%;
	font-family:  Helvetica, sans-serif;
	color: #008FD8;

}
#logo a {
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	float:left;
	height:94px;
	margin-top:5px;
	text-indent:-9999px;
	width:179px;
}
#advertised{
	position:relative;



}
#promo{
	height: 296px;
	width: 838px;
	float: left;
	border-top-width: 5px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFFFFF;
}

#claim {

}


#header_image{
	width: 839px;
	float: left;
	position: relative;
	overflow:hidden;
	background-color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
}
#map{
	padding:10px 0 0 0;
	display:block;
}

#header_image img{

}

#languages ul{
	text-align:right;
	margin:10px 0 0;
	text-transform: lowercase;
}
#languages ul li{
	border-right:1px solid #828282;
	display:inline;
	margin: 0px;
}
#languages ul li a{
	color:#828282;
	font-size:90%;
	padding:0 .5em;
}

#search{
	height: 40px;
	width: 330px;
	float: right;
	margin-top: 30px;
}
#searchpanel ul{
	margin-left: 15px;
	margin-top: 30px;
	clear:both;
	float:left;
	margin-bottom: 30px;

	overflow: hidden;

}
#searchpanel ul li a{
	color:#0079B1;

}
#searchpanel ul li a:hover{
	color:#000000;

}
#paginationleft {
	color:#959691;
	float:left;
	font-size:11px;
	clear: right;
}
#paginationleft a {
	color:#0079B1;
	margin-left: 4px;
}
#paginationleft a:hover {
	color:#000000;

}
#paginationtop {
	color:#959691;
	float:right;
	font-size:11px;
	clear: right;
	margin-bottom: 15px;
}
#paginationtop a:link {
	color:#959691;
}
#paginationtop a.activated {
	color:#0079B1;
	font-weight:700;
}
#paginationtop a:hover{
	color:#333333;
}
#mainmenu{
	float: right;
	clear: both;
	text-transform: lowercase;	


}
#mainmenu ul{
	margin: 0px;
}

#mainmenu ul li.current a, #menu ul li.current a{
	color:#000;

}
#header ul li.last, #menu ul li.last, #othermenu ul li.last{
	border-right:0 none;
}
#productpanel.inside_productpanel  .column {
	width:150px;

}
#content #productpanel.inside_productpanel h2 {
	color: #047cba;
	margin-bottom: 15px;
	font-size: 13px;	
}
#productpanel.inside_productpanel .column ul li{
	background-image: url(../img/pdf.jpg);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: left top;
	padding-bottom: 15px;

}
#content #productpanel.inside_productpanel .column ul li a{
	color:#0CA3F3;
	font-size:11px;
}
#content #productpanel.inside_productpanel .column ul li a:hover{
	color:#076598;
}
#content .download {
	color: #999999;
	font-size: 90%;
	margin-left: 20px;
}
#content #download_section{

	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
}
#content .download a {
	color: #333333;
}
#content .download a:hover {
	color: #666666;
}

#content #download_section .item{
	float:left;
	width:260px;
	margin:0 5px 0 0;
	
}

#content #download_section .item img{
	float:left;
	width:136px;
}

#content #download_section .item h3{
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}



#content .mensaje_ok{
	border: 1px dotted #CCCCCC;
	text-align: center;
	color:#003D4C;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-right: 80px;
	margin-left: 80px;
	margin-top: 40px;
}
#productpanel{
	width:100%;
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;

	
}
#content #productpanel h2{
	font-weight:700;
	color: #FFFFFF;
	background-image: none;
	margin-bottom: 5px;
	height: 25px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#productpanel .column{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 159px;

}
#productpanel .column ul{
	padding: 0px;

}
#productpanel .column ul li {
	background-image: url(../img/cuadradito.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 8px;
	margin-bottom: 4px;
}
#content #productpanel .column ul li a {
	cursor:pointer;
	border-style:none;/* para que aparezca flotando la llave es necesario poner esto */
	border-width:0;
	font-size: 13px;
	color: #80CEF9;

}
#content #productpanel .column ul li a:hover {
	color: #FFFFFF;

}
#productpanel .column ul li a:hover {
	color: #A9DFFB;

}
#bottompanel{
	overflow:hidden;
	background-image: url(../img/fondopanel.jpg);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	border:1px solid #1B3238;
	padding-bottom: 10px;

}
#news{
	float: left;
	height: 129px;
	width: 370px;
}
#content #news h2, #content #private h2{
	color:#F8F00D;

}
#news ul li a{
	color: #B3CC06;
	display:block;
}
#news ul li a:hover, #news .more_news a:hover {
	color: #EDFC87;
}
#news ul li{
	margin-bottom: 12px;
	color: #FFFFFF;
}
#news .more_news{
	text-align: right;
	font-size: 12px;
}
#news .more_news a{
	color: #B3CC06;

}
#content h1{
	color: #3EBAF9;
	font-size: 23px;

}

#content h2{
	color: #3EBAF9;
	font-weight:700;
	margin-top: 10px;
	font-size: 20px;

}
#content object{

}
#content p{
	margin-bottom: 10px;
	margin-top: 10px;
	line-height:150%;

}
#content img{
	float: right;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#submenu{
	width: 100%;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
#submenu ul li.current a{
	color: #000000;


}
#submenu ul {
	padding-left:0px;


}
#submenu ul li{
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom:5px;
	display: inline;
	float: left;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-image: url(../img/icono_noticia02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#008FD8;
}
#submenu ul li a{
	color:#FFFFFF;
}
#submenu ul li a:hover{
	color: #000000;
}
#private{
	float: right;
	width: 440px;
}
#private p{
	width: 185px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8EC9DE;
	color: #FFFFFF;
}
#login{
	float:right;
	width: 250px;
	color: #FFFFFF;
}
#login input[type="submit"] {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

#menu{
	padding-bottom: 10px;
	padding-top: 5px;
	text-transform: lowercase;
}

#othermenu {
	text-align: right;
	margin-top: 7px;
	font-size: 10px;
}
#othermenu ul li a{
	padding:0 0.5em;

}

#footer p{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-size:70%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}

#searchQuery {
	clear:both;
	float:right;
	width: 100%;
}
#searchQuery input.text {
	float:left;
	height:20px;
	width:245px;
	clear: none;
}
#searchQuery input.submit {
	float:right;
	height:26px;
	margin-top:0;
	clear: none;
	font-size:110%;
}

#Layer1 {
	position:absolute;
	width:200px;
	height:138px;
	z-index:1;
	top: 580px;
	left: 300px;
	visibility: hidden;
}
	
.orbitaltooltip-default-right
{
	width: 225px;
	height: 156px;
	text-align: center;
	background-image: url(../img/globo.png);
	background-repeat: no-repeat;
}
.orbitaltooltip-default-right p {
	color:#222;
	padding:35px 5px 0 20px;
}
#languages ul li.current a,#othermenu ul li a {
	color:#0079B1;
}

#mainmenu ul li,#menu ul li, #othermenu ul li  {
	border-right:1px solid #0079B1;
	display:inline;
	margin:0;
}

#mainmenu ul li a,#menu ul li a {
	color:#0079B1;
	padding:0 .5em;
}
#mainmenu ul li a:hover, #languages ul li a:hover{
	color:#000000;

}
#othermenu ul li a:hover{
	color: #FFFFFF;
}
#menu ul li a:hover{
	color:#FFFFFF;

}
#menu ul li.current a{
	color:#FFFFFF;

}

#content #crumb{
	margin-top: 10px;
	width: 100%;


}
#content #crumb ul {
	padding-left: 0px;

}
#content #crumb ul li{
	display: inline;
	background-image: url(../img/path_img.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content #crumb ul li.last{
	background-image: none;

}
#content #crumb ul li.last a{
	color: #666666;

}
#content #crumb ul li a{
	margin-right: 5px;
	background-image: none;
	background-repeat: no-repeat;
	color: #999999;
}
#content #crumb ul li a:hover{
	color: #333333;
}

#content.inside_content{
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	overflow:hidden;
	background-color: #FFFFFF;
	min-height: 450px;/* Para Firefox */
    height: auto !important;/* Para Firefox */
    height: 450px;/* Explorer entiende esto como min-height, pero para que no le afecte a los demas navegadores (firefox...) que si entienden el min-height y este height fijo le afecta, le ponemos lo de arriba */
}
#content.inside_content a{
	font-size: 12px;
}

#content.inside_content #submenu ul li a{
	font-size: 15px;
	font-weight: bold;
}

#content.inside_content a:hover{
	color:#0079B1;
}
#content.inside_content #searchpanel ul li{
	background-image: url(../img/bolita.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
}
#side_news {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: both;
	margin-top: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
}
#side_news h4{
	padding-top: 10px;
	color:#0079B1;
	font-weight: bold;
	clear:both;
}
#side_news a{
	color:#0079B1;
	font-size: 80%;
	float: right;
	font-weight: normal;
	margin-right: 15px;
}
.back{
	float: right;
	clear:both;

}
.back a{
	color:#0079B1;
}
.back a:hover{
	color:#000000;
}
#side_news a:hover{
	color: #000000;

}
#newspanel {
	width: 600px;
	float: right;
	margin-bottom: 10px;
}
#newspanel h3 {
	color:#0079B1;
}

#footer.inside_footer{
	background-image: url(../img/footeerinterior.jpg);
	background-repeat: no-repeat;
}
#footer.inside_footer p{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #CCCCCC;
	border-top-width: 0px;
	border-top-style: none;
}
#productpanel .column ul li ul li a {
	color: #FF0066;
}

.listado-bocadillo li{
	font-size:90%;
}
.right
{
	text-align:right;
	color:red;
}
.right a
{	
	color:#0079B1;
}
#content ul li img {
	margin: 0px;
	float: none;
}