/* 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 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */


/* General Style Info */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-top-width:2px;
	border-top-style:solid;
	border-top-color:#ef1e25;
	background-image:url(../img/fondo.jpg);
	background-repeat:repeat-x;
	margin:0;
	background-color: #f8f8f8;
}

a {
	text-decoration:underline;
	color: #EF1E25;
	font-weight: bold;
}
.resaltado {
	color: #EF1E25;

}

a:hover {
	text-decoration:none;
	color: #ef1e25;
}

a img {
	border:none;
}

h1,h2,h3,h4 {
	font-weight:400;
}

h1 {
	color:#003d4c;
}

h2 {
	color:#000;
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
	margin-top:10px;
}
h3{
	color:#666666;
	font-size:16px;
	font-weight: bold;
}
.right{
	float:right;
	width:200px;

}
#content #content_inside .right img{
	margin: 0px;
}

#languages ul li.current a,#mainmenu ul li a:hover,#languages ul li a:hover,#footer #menu ul li.current a,#footer #othermenu ul li a:hover,#footer #copyright a {
	color:#e8141e;
}

#searchpanel ul li a:hover,div.paging span.current {
	color:#000;
}

#mainmenu ul li.current a,#productpanel .section h3 a:hover {
	color:#ef1e25;
}

#promo .box ul li a:hover,#productpanel .section a:hover {
	color:#ef1e25;
	font-weight:700;
}

table tr.altrow td,.cake-sql-log table,dl.altrow {
	background:#f4f4f4;
}


/* Layout */

#container {
	width:860px;
	margin:0 auto 20px;
}

#header {
	height:98px;
	width:100%;
}

#logo {
	float:left;
	width:300px;
	margin-top:5px;
}

#logo h1 {
	padding-top:70px;
	font-weight:700;
	font-size:15px;
}

#logo a {
	background-image:url(../img/CVLlogo.gif);
	background-repeat:no-repeat;
	float:left;
	height:64px;
	margin-top:5px;
	text-indent:-9999px;
	width:105px;
	clear:right;
}

#languages ul {
	text-align:right;
	margin:4px 0 0;
}

#languages ul li {
	border-right:1px solid #828282;
	display:inline;
	margin:0;
}

#languages ul li a {
	color:#828282;
	text-transform:uppercase;
	font-size:11px;
	padding:0 .5em;
}

#search {
	height:40px;
	width:260px;
	float:right;
	margin-top:15px;
}

#searchpanel ul {
	margin-left:15px;
	margin-top:30px;
	clear:both;
	float:left;
	margin-bottom:30px;
	width:100%;
	overflow:hidden;
}

#searchpanel ul li a {
color:#E8141E;
}

#searchQuery {
	clear:both;
	float:right;
	width:100%;
}

#searchQuery input.text {
	float:left;
	height:15px;
	width:180px;
	clear:none;
}

#searchQuery input.submit {
	float:right;
	height:24px;
	margin-top:0;
	clear:none;
	width:68px;
}

#mainmenu {
	text-align:right;
	margin-top:60px;
	font-weight:700;
	text-transform: lowercase;
}

#mainmenu ul {
	font-size:15px;
	margin:0;
}

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

#mainmenu ul li a {
	color:#000;
	padding:0 .5em;
}

#header ul li.last,#footer #menu ul li.last,#footer #othermenu ul li.last {
	border-right:0 none;
}

#promo {
	height:184px;
	position:relative;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 4px;
}
#promo.producto {
	margin-left: 13px;
}

#promo #promo_photo {
	float:left;
	height:184px;
	width:640px;
	position:absolute;
	z-index:0;
	margin-right: auto;
	margin-left: auto;
}

#promo #claim {
	position:absolute;
	z-index:10;
	color:#FFF;
	width:620px;
	top:117px;
	background-color:#000;
	opacity:0.5;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:5px;
}
#promo #claim b {
	font-size:23px;
	font-weight: bold;
}
#promo #claim p {
	font-size:20px;
}

#promo #claim .claim_big {
	font-size:27px;
	font-weight:700;
	line-height:25px;
}

#sidebar {
	float:right;
	width:216px;
}

#promo .box {
	float:left;
	height:77px;
	background-color:#8bb52d;
	margin-left:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-right:10px;
	padding-left:10px;
	width:186px;
}

#promo .bottom {
	background-color:#ef1e25;
	margin-bottom:0;
	height:87px;
}

#promo .box h2 {
	color:#FFF;
	margin-top:0;
	margin-bottom:5px;
}

#promo .box .more {
	float:right;
}

#promo .box .more a {
	font-weight:700;
	color:#FFF;
}

#promo .box ul li {
	background-image:url(../img/iconobox.png);
	background-repeat:no-repeat;
	padding-left:12px;
	background-position:left 3px;
	color: #FFFFFF;
}

#promo .box ul li a {
	color:#FFF;
	font-weight:700;
}

#content {
	clear:both;
	color:#333;
	width:869px;
	margin-top:3px;
	background-image:url(../img/fond_content.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}
#content  img {
	margin-left:15px;
	padding-top: 5px;
}
#content ul{
	padding-left: 30px;

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

}

#content ul li ul{
	background-image: none;
	padding-left:15px;

}
#content ul li ul li{

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

	
}
#content ul li ul li ul{
	background-image: none;
	padding-left:15px;


}
#content ul li ul li ul li{

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

}
#content #content_inside{
	
	margin-bottom: 30px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 15px;
	overflow:hidden;
}

#content #content_inside img {
	float:right;
	margin-bottom:15px;
	margin-top:15px;
}

#content #content_inside p {
	line-height:150%;
	margin-bottom:10px;
	margin-top:10px;
}
#content #content_inside strong {
	color: #3F3F3F;	
}

#crumb {
	margin-top:10px;
	width:100%;
}
#crumb ul {
	padding-left: 0px;
}
#crumb ul li {
	background-image:url(../img/path.gif);
	background-position:right 3px;
	background-repeat:no-repeat;
	display:inline;
	padding-left: 0px;
	padding-right: 5px;	
}

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

	color:#EF1E25;

}
#crumb ul li.last {
	background-image:none;
}
#map {
	padding-left:12px;
	padding-right:12px;
}


#productpanel {
	float:left;
	width:628px;
	padding-left:10px;
	background-image:url(../img/producto_fondo.jpg);
	background-repeat:repeat-x;
	margin-left:5px;
	padding-bottom:10px;
}
#productpanel.submenu{
	float:right;
	width:205px;
	padding-left:0px;
	margin-left:0px;
	padding-bottom:10px;
	background-image: none;
	margin-top: 15px;
}
#productpanel.inside_product {
	float:left;
	width:690px;

	margin-left:40px;
	padding-bottom:15px;
	background-image: none;
	padding-top: 15px;
}
#content #productpanel.inside_product .section{
	margin-right:25px;
	margin-bottom: 15px;
}
#content #productpanel.inside_product .different {
	margin-right:35px;

}

#content #productpanel .section {
	background-image:url(../img/seccion.png);
	background-repeat:no-repeat;
	height:81px;
	width:194px;
	float:left;
	margin-right:5px;
	margin-bottom:7px;
	padding-right:8px;

}
#content #productpanel .different {
	background-image:url(../img/seccion_especial.png);
	background-repeat:no-repeat;
	height:81px;
	width:194px;
	float:right;
	margin-right:11px;
	margin-bottom:7px;
	padding-right:8px;
}
#productpanel .section.different a {
	color:#EF1E25;
}
#productpanel .section.different h3 a {
	color:#A4A4A4;
}


#productpanel .section h3 {
	width:110px;
	text-align:right;
	float:right;
	font-size:15px;
	font-weight:700;
	margin-top:5px;
	line-height:16px;
	height:55px;
}

#productpanel .section h3 a {
	color:#a4a4a4;
}

#productpanel .section a {
	color:#ef1e25;
	float:right;
}

#productpanel .section img {
	float:left;
	margin-top:5px;
	margin-left:5px;
	padding-top: 0px;
}
#content #content_inside #productpanel .section img {
	float:left;
	margin-top:5px;
	margin-left:5px;
	padding-top: 0px;
}

#content_sidebar {
	
	float:right;
	width:206px;
	margin-right:5px;
	padding-top: 0px;
}
#content_sidebar ul{
	margin: 0px;
	padding: 0px;
}

#content_sidebar ul li {
	background-image:url(../img/icon_noticias.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-left:15px;
	font-size:12px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#edecee;
	padding-right:10px;
}

#content_sidebar ul li a {
	color:#4c4c4c;
	font-weight: normal;
}
#content_sidebar ul li a:hover {
	color:#EF1E25;
}

#content_sidebar .date {
	color:#acacac;
	text-align:right;
	display:block;
	margin-top:10px;
}
#newspanel h2{
	background-image:url(../img/flecha.gif);
	background-repeat:no-repeat;
	padding-left: 25px;
}
#newspanel p{
	margin-left: 25px;
}
#content #newspanel .more_news {
clear:both;
}
#content #newspanel .more_news p{
	margin: 0px;
	text-align: right;
}
#content #newspanel img{
	margin: 0px;
	padding: 0px;
}

#footer {
	clear:both;
	text-align:right;
	background-image:url(../img/footer.jpg);
	height:106px;
	width:869px;
	background-repeat:no-repeat;
	font-size:12px;
}

#footer p {
	color:#636363;
	text-align:center;
	padding-top:10px;
	font-size:11px;
}

#footer #menu {
	text-align:center;
	padding-top:10px;
	text-transform: lowercase;
}

#footer #menu ul li a {
	color:#636363;
	text-align:center;
	font-weight:700;
	padding:0 .5em;
}

#footer #menu ul li a:hover {
	color:#e8141e;
	font-weight:700;
}

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

#footer #othermenu {
	text-align:right;
	padding-right:10px;
	padding-top:10px;
	font-size:11px;
	width:400px;
	float:right;
}

#footer #othermenu ul li a {
	color:#636363;
	padding:0 .5em;
}

#footer #copyright {
	color:#000;
	float:left;
	width:250px;
	margin-left:10px;
	padding-top:10px;
	font-size:11px;
	text-align:left;
}
/* Tables */
table {
	background:#fff;
	float:left;
	color:#333;
	border-top-width: 6px;
	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%;
	margin-top: 10px;
	margin-bottom: 15px;
}

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:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
	padding-left: 10px;
	line-height: 20px;
}

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;
}
/* Scaffold View */
dl {
	line-height:2em;
	width:60%;
	margin:0;
}

dt {
	font-weight:700;
	padding-left:4px;
	vertical-align:top;
}

dd {
	margin-left:10em;
	margin-top:-2em;
	vertical-align:top;
}
/* Forms */
form {
	clear:both;
	overflow:hidden;
	padding:0;
	width: 410px;
	margin-left: auto;
	margin-right: auto;
}
form .required {
	color:#EF1E25;
}

#content fieldset {
	margin-bottom:15px;
	padding:10px;
}

#content #login fieldset {
	margin-bottom:0;
	border-style:none;
	border-width:0;
	padding:10px;
}

fieldset {
	padding-right:10px;
	padding-left:10px;
	border-style:none;
}

fieldset legend {
	background:#fff;
	color:#999;
	font-size:100%;
}

fieldset fieldset {
	margin-top:0;
	margin-bottom:20px;
	padding:16px 10px;
}

fieldset fieldset legend {
	font-size:120%;
	font-weight:400;
}

fieldset fieldset div {
	clear:left;
	margin:0 20px;
}

form div {
	clear:both;
	margin-bottom:1em;
	vertical-align:text-top;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}

form div.input {
	color:#444;
}

form div.required {
	color:#333;
	font-weight:700;
}

form div.submit {
	border:0;
	clear:both;
	margin-top:10px;
	margin-left:140px;
}

label {
	display:block;
	font-size:100%;
	margin-bottom:5px;
	font-weight: bold;
	clear:both;
	width:250px;
}

input,textarea {
	clear:both;
	font-size:140%;
	font-family:"frutiger linotype", "lucida grande", "verdana", sans-serif;
	width: 400px;
	margin-bottom:10px;
	padding:2px;
}
div.tilted{

	width: 195px;
	float:left;
	clear:none;
	margin-bottom:0em;

}
div.tilted_more{

	width: 295px;
	float:left;
	clear:none;
	margin-bottom:0em;

}
div.tilted_more input{

	width: 98%;

}
div.tilted_right_less{

	width: 95px;
	float:right;
	clear:none;
	margin-bottom:0em;

}
div.tilted_right_less input{

	width: 90px;

}
div.tilted input{

	width: 190px;

}
div.tilted_right{

	width: 195px;
	float:right;
	clear:none;
	margin-bottom:0em;

}

div.tilted_right select {

	width: 199px;
}

div.tilted_right input{

	width: 189px;

}

select {
	clear:both;
	font-size:120%;
	vertical-align:text-bottom;
	margin-bottom:10px;
}
select.extensive {
	width:100%;

}

select[multiple=multiple] {
	width:100%;
}

option {
	font-size:120%;
	padding:0 3px;
}

input[type=checkbox] {
	clear:left;
	float:left;
	width:auto;
	margin:0 6px 7px 2px;
}

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:13px;
	width:auto;
	vertical-align:bottom;
	float:right;
	padding:2px 5px;
}
/* Notices and Errors */
div.message {
	clear:both;
	color:#900;
	font-size:140%;
	font-weight:700;
	margin:1em 0;
}

div.error-message {
	clear:both;
	color:#EF1E25;
	font-weight:700;
	background-color: #FFD2D2;
	padding-left: 5px;
}
div.mensaje_de_error {
	clear:both;
	color:#333333;
	font-weight:normal;
	background-color: #E6E6E6;
	padding: 10px;
}

p.error {
	background-color:#e32;
	color:#fff;
	font-family:Courier, monospace;
	font-size:120%;
	line-height:140%;
	margin:1em 0;
	padding:.8em;
}

p.error em {
	color:#000;
	font-weight:400;
	line-height:140%;
}

.notice {
	background:#fc0;
	color:#000;
	display:block;
	font-family:Courier, monospace;
	font-size:120%;
	line-height:140%;
	margin:1em 0;
	padding:.8em;
}

.success {
	background:green;
	color:#fff;
}
/*  Actions  */
div.actions ul {
	margin:0;
	padding:0;
}

div.actions li {
	display:inline;
	list-style-type:none;
	line-height:2em;
	white-space:nowrap;
	margin:0 2em 0 0;
}

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:#fc0;
	font-size:120%;
	line-height:140%;
	margin-top:1em;
	overflow:auto;
	position:relative;
}

div.cake-stack-trace {
	background:#fff;
	border:4px dotted #fc0;
	color:#333;
	font-size:120%;
	line-height:140%;
	overflow:auto;
	position:relative;
	margin:0;
	padding:6px;
}

div.cake-code-dump pre {
	position:relative;
	overflow:auto;
}

div.cake-stack-trace pre,div.cake-code-dump pre {
	color:#000;
	background-color:#F0F0F0;
	overflow:auto;
	margin:0;
	padding:1em;
}

div.cake-code-dump pre,div.cake-code-dump pre code {
	clear:both;
	font-size:12px;
	line-height:15px;
	overflow:auto;
	margin:4px 2px;
	padding:4px;
}

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;
	margin-top:30px;
	padding-top:5px;
	border-width:1px 1px 0;
}

div.code-coverage-results div.end {
	border:1px solid #aaa;
	margin-bottom:30px;
	padding-bottom:5px;
	border-width:0 1px 1px;
}

div.code-coverage-results div.realstart {
	margin-top:0;
}

div.code-coverage-results p.note {
	color:#bbb;
	font-size:10px;
	margin:5px 0 10px;
	padding:5px;
}

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;
}
#header_product{
	overflow:hidden;
	margin-top: 7px;
	margin-bottom: 9px;
}
#product_menu{

	font-size:15px;
	margin-bottom: 8px;
	width: 580px;
	margin-top: 37px;
	margin-right: 0;
	margin-left: 4px;
	float:left;
	background-image:url(../img/fond_submenu.gif);
	background-repeat: repeat-y;
}

#product_menu ul li{
	FLOAT: left;
	WIDTH: 260px;
	padding-bottom: 12px;
	margin-left: 15px;
	background-image:url(../img/submenuprod.gif);
	background-repeat:no-repeat;
	padding-left: 15px;
}
#product_menu ul li.current a{
	color: #ed2027;
}
#product_menu ul li.special a{
	color: #929292;
}
#product_menu br{
	clear: left;

}
#product_menu ul li a{
	color: #696969;
	display: block;
  	text-decoration: none;


}
#product_menu ul li a:hover{
	color: #f52229;

}
#download{
	height: 171px;
	width: 250px;
	background-image:url(../img/descarga.jpg);
	background-repeat:no-repeat;
	float:right;
	color: #3b3b3b;
	padding-top: 10px;
	padding-left: 5px;
	margin-top: 7px;
}
#download p{

	padding-left: 10px;	
}
#download a:hover{
		color: #000000;
}
#download_button{
	overflow:hidden;
	width:540px;
	float:left;
}
#content #download_button p{
	font-weight: bold;
	color:#EF1E25;
	clear:both;
	float:right;
	margin-bottom:0px;
	margin-top:5px;
	font-size: 11px;
}
#download_button a{
	color: #FFFFFF;

}
#download_button br{
	margin-bottom: 5px;
}
#download_button a.button {
	background-image:url(../img/boton_izq.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	display:block;
	float:right;
	height:50px;
	padding-right: 21px;	
}
#download_button a.button span{
	background-image:url(../img/boton_izq.jpg);
	background-repeat:no-repeat;
	display:block;
	line-height: 14px;
	height:35px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 21px;
}
#download_button a.button:hover{
	background-image:url(../img/boton_izq.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}
#download_button a.button:hover span{
	background-image:url(../img/boton_izq.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}
#carrusel{
	float: right;
	height: 640px;
	width: 226px;

}

#content #carrusel img{
	margin: 0px;
	padding: 0px;


}
#content #carrusel p{
	color:#EF1E25;
	font-weight: bold;
	position:absolute;
	z-index:10;
	margin-top: 10px;
	margin-left: 65px;
	font-size:18px;
}

