/*
 site: www.verdemagenta.com
 design: Estudio digital km-0.com

#colores
	-> verde   : #33cc00
	-> magenta : #d50068
	-> otroverde :#aacc33
	-> gris 1  : #d6d6d6
	-> gris 2  : #dedede
	-> gris 3  : #a9a9a9 
	-> gris 4  : #7e7e7e
	-> negro   : #000000;
*/
	/* =================== unificamos estilos para distintos navegadores ===================  */
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

p,ul,ol,dl,dt,dd,li,blockquote,cite,h1,h2,h3,h4,h5,h6,fieldset,hr,select
	{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

/* =================== elementos generales ===================  */
html {
	
}

body {
	font: 75%/ 150% "Lucida Sans", "Lucida Grande", "Bitstream Vera Sans",
		Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	margin: 0;
	padding: 0;
	background-color: #d6d6d6;
}

b {
	color: #000;
	font-weight: normal;
}

address {
	padding-left: 20px;
}

img {
	border: 0;
}

a {
	color: #000;
	outline: none;
}

a:visited {
	color: #333;
}

a:hover,a:active {
	color: #000;
}

a.tachado {
	text-decoration: line-through !important;
}

a.nodeco {
	text-decoration: none !important;
}

a.external {
	padding-right: 20px;
	background-image: url(../img/icos/ico_external.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.chk_on {
	font-size:12px;
	padding-left: 20px;
	background-image: url(../img/icos/chk_on.png);
	background-position: left;
	background-repeat: no-repeat;
}

.chk_off {
	font-size:12px;
	padding-left: 20px;
	background-image: url(../img/icos/chk_off.png);
	background-position: left;
	background-repeat: no-repeat;
}

.clearboth {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

.clearleft {
	display: block;
	clear: left;
	margin: -10px 0 0 0;
	padding: 0;
}

.clearright {
	display: block;
	clear: right;
	margin: 0;
	padding: 0;
}

.centrado {
	text-align: center !important;
}

.izquierda {
	text-align: left !important;
}

.derecha {
	text-align: right !important;
}

.justificado {
	text-align: justify !important;
}

.sangria {
	text-indent: 20px !important;
}

.info {
	
}

.remark {
	border: 1px solid #c8311e;
	padding: 2px 5px;
}

a.marketingdirecto:hover,
span.marketingdirecto {
	color: #33cc00;
}

a.pyma:hover,
span.pyma {
	color: #aacc33;
}

a.km0:hover,
span.km0 {
	color: #d50068;
}

p.poco_margen {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.half {
	width: 460px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* =================== cabecera ===================  */
#cabecerawrap {
	padding: 0;
	margin: 0;
}

#cabecera {
	position: relative;
	color: #fff;
	width: 920px;
	height: 118px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #dedede;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
}

#cabecera h1 {
	width: 180px;
	height: 118px;
	float: left;
	margin-left: -10px;
	display: inline;
}

#cabecera h1 a {
	display: block;
	width: 590px;
	height: 118px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 0 0 30px;
	padding: 0;
	border: 0 !important;
	background: transparent url('../img/logo_verdemagenta.png') 0 0
		no-repeat;
}

#cabecera div#menu_superior {
	float: right;
	margin: 0;
	padding: 10px 5px 6px 0;
	border-bottom: 1px solid #666;
}

#cabecera div#menu_superior ul {
	
}

#cabecera div#menu_superior ul li {
	display: inline;
	list-style-type: none;
}

#cabecera div#menu_superior ul li a {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 15px 4px 15px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #666;
	
}

#cabecera div#menu_superior ul li.selected a,
#cabecera div#menu_superior ul li a:hover {
/*	border-bottom: 6px solid #000; */
	padding-bottom: 10px;
	background-image: url(../img/bicolor.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #000;
	
}

#cabecera div#newsletter_box {
	float: right;
	clear: right;
	margin-top: 10px;
}

#cabecera div#newsletter_box input.text{
	float:left;
	padding: 2px;
	font-size: 12px;
	width: 220px;
	height: 20px;
	text-align: center;
	color: #666;
	background-color: #f2f2f2;
	border: 1px solid #cbcbcb;
	margin-right: 10px;
}

#cabecera div#newsletter_box input.submit{
	float:left;
	padding: 3px;
	font-size: 12px;
	text-align: center;
	color: #666;
	background-color: #f2f2f2;
	border: 1px solid #cbcbcb;
	margin-right: 15px;
}

#cabecera #menu_nav {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	line-height:normal;
}

#cabecera #menu_nav ul {
	margin:0;
	list-style:none;
}

#cabecera #menu_nav li {
   display:inline;
   margin:0;
   padding:0;
   }
#cabecera #menu_nav a {
	float:left;
	background:url("../img/menu_nav_tableft.gif") no-repeat left top;
	margin:0 2px;
	padding:0 0 0 4px;
	text-decoration:none;
}
#cabecera #menu_nav a span {
	float:left;
	display:block;
	background:url("../img/menu_nav_tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
}
 /* Commented Backslash Hack hides rule from IE5-Mac \*/
#cabecera #menu_nav a span {float:none;}
 /* End IE5-Mac hack */
#cabecera #menu_nav a:hover span {
   color:#FFF;
   }
#cabecera #menu_nav a:hover,
#cabecera #menu_nav li.selected a {
   background-position:0% -42px;
   }
#cabecera #menu_nav a:hover span,
#cabecera #menu_nav li.selected a span {
   background-position:100% -42px;
   }
	


/* =================== centro ===================  */
#centrowrap {
	padding: 0;
	margin: 0;
}

#centro {
	width: 920px; /* Pongo 2 px más porque no tiene border */
	min-height: 480px;
	margin: 0 auto;
	background-color: #000;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
}

.breadcrumbs {
	padding: 20px 40px;
	text-align: left;
	color: #f71b61;
	background-image: url(../img/icos/ico_bolitas.png);
	background-repeat: no-repeat;
	background-position: 10px;
}

.breadcrumbs a,.breadcrumbs a:hover,.breadcrumbs a:active,.breadcrumbs a:visited {
	color: #fff;
}

#contenido .breadcrumbs {
	padding: 20px 40px;
	text-align: left;
	color: #f71b61;
}

#contenido .breadcrumbs a,#contenido .breadcrumbs a:hover,#contenido .breadcrumbs a:active,#contenido .breadcrumbs a:visited
	{
	color: #000;
}

#contenido .breadbottom {
	background-image: none;
	text-align: center;
	clear: both;
}
/* =================== contenido ===================  */
#contenidowrap {
	padding: 0;
	margin: 0;
}

#contenido {
	width: 920px;
	min-height: 250px;
	padding-bottom: 300px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	background-color: #fff;
	background-image: url('../img/fondo.php');
	background-repeat: repeat-x;
	background-position: bottom right;
}

#contenido h1 {
	font-size: 260%;
	font-weight: normal;
	padding: 20px;
}

#contenido h2 {
	font-size: 130%;
	font-weight: normal;
	padding: 20px;
}

#contenido h3 {
	font-size: 120%;
	font-weight: bold;
	padding: 30px 20px 0;
}

#contenido h4 {
	font-size: 110%;
	font-weight: bold;
	padding: 25px 25px 0;
}

#contenido h5 {
	font-size: 105%;
	font-weight: bold;
	padding: 20px 30px 0;
}

#contenido p {
	padding: 10px 20px;
	text-align: justify;
	color: #666;
}

#contenido ul {
	padding: 10px 20px;
	text-align: justify;
	color: #666;
}

#contenido ul li {
	padding: 2px 0 2px 30px;
	background-image: url('../img/icos/ico_list.png');
	background-position: 2px 3px;
	background-repeat: no-repeat;
}

/* ***** contenido home **** */

#flows h2 {
	font-size: 18px;
	z-index: 2;
	position: relative;
}
div.triptico {
	padding: 0 1px;
	overflow: hidden;
}

div.item_triptico {
	width: 306px;
	float: left;
}

div.item_triptico a {
	display: block;;
}

div.item_triptico h2 {
	padding-left: 40px !important;
	font-weight: bold !important;
}

div.item_triptico ul {
	padding: 0 40px;
}

div.item_triptico ul li {
	padding: 5px 0;
}

div.item_triptico.marketingdirecto h2,
div.item_triptico.marketingdirecto h2 a,
div.item_triptico.marketingdirecto a:hover {
	color: #33cc00 !important;
	text-decoration: none !important;
}

div.item_triptico.graficapublicitaria h2,
div.item_triptico.graficapublicitaria h2 a,
div.item_triptico.graficapublicitaria a:hover {
	color: #aacc33 !important;
	text-decoration: none !important;
}

div.item_triptico.estudiodigital h2,
div.item_triptico.estudiodigital h2 a,
div.item_triptico.estudiodigital a:hover {
	color: #d50068 !important;
	text-decoration: none !important;
}

h2.titulos_home {
	background-color: #dedede;
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
}

div.contenidos_home {
	display: block;
	padding: 20px;
}
	
/* TAGS */

a.etiqueta {
	margin: 5px;
	padding: 5px;
}

a.etiqueta:hover {
	background-color: #000;
	color: #fff;
}

.nube_de_tags {
	padding: 50px;
	height: 250px;
	text-align: left;
	line-height: 35px;
}

.nube_de_tags a.etiqueta {
	text-decoration: none;
	margin: 5px;
	padding: 5px;
}

.nube_de_tags a.etiqueta:hover {
	background-color: #000;
	color: #fff;
}

.nube_de_tags a.etiqueta.km0:hover {
	background-color: #d50068;
	color: #fff;
}

.nube_de_tags a.etiqueta.pyma:hover {
	background-color: #33cc00;
	color: #fff;
}

#sitemap a {
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

/* ***** contenido portafolio **** */


.listado_cajas_vertical {
	
}

.listado_cajas_vertical .elem_listado {
	position:relative;
	margin: 20px 40px;
	padding: 10px;
	background: #f5f5f1 url(../img/b.gif) no-repeat scroll right bottom	!important;
	border: 1px solid #e0e0e0;
}

.listado_cajas_vertical .elem_listado.over {
	background: none !important;
	border: 10px dashed #fcc;
	color: #000 !important;
}

.listado_cajas_vertical .elem_listado h2 {
	color: #000;
	padding: 0 !important;
}

.listado_cajas_vertical .elem_listado h2 a {
	padding: 20px;
	display: block;
	border: 1px solid transparent;
	text-decoration: none;
}

.listado_cajas_vertical .elem_listado h2 a:hover {
	background-image: url('../img/icos/ico_mariposa.png') !important;
	background-position: right !important;
	background-repeat: no-repeat !important;
	text-decoration: underline;
	/*border: 1px dashed #a9a9a9;*/
}

.miniproyectos a{
	padding: 4px 2px 13px 2px;
	text-decoration:none;
	margin:0 !important
}

/*
.miniproyectos a{
	display:block;
	width: auto;
	background-color: #000;
	border:1px solid #999;	
}
*/
.miniproyectos a.pyma{
	background-color: #33cc00;
	color: #fff !important;
}

.miniproyectos a.km0{
	background-color: #d50068;
	color: #fff !important;
}


.logo_cliente {
	/*
	float:right;
	margin-top: -50px;
	margin-bottom: 15px;
	*/
	position:absolute;
	right: -25px;
	top: -15px;	
}

/* Paging */
div.paging {
	text-align: center;
	padding: 10px 20px;
	background: #fff;
	color: #ccc;
	margin-bottom: 2em;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span {
	margin: 3px;
}

div.paging span.current {
	color: #fff;
	background-color: #000;
	padding: 5px 8px;
	border: 1px solid #000;
}

div.paging a {
	padding: 5px 8px;
	border: 1px solid #ccc;
	text-decoration: none;
}

div.paging a:hover {
	background-color: #ccc;
}

/* =================== pie ===================  */
#piewrap {
	padding: 0;
	margin: 0;
	background-color: #7e7e7e;
	background-image: url('../img/fondo_pie.png');
}

#pie {
	margin: 0 auto;
	height: 70px;
	padding: 20px 0 10px 0;
	width: 920px;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
}

#pie p {
	text-align: right;
	padding-right: 20px;
	color: #d6d6d6;
}

/* =================== FORMULARIOS FRONT ===================  */

.form {
/*	width: 100%; */
	margin: 20px 0 0 0;
}

.form.contacto {
	padding : 0 70px;
}

.form div.input {
	float: left;
	padding: 5px 0;
}

.form label {
	width: 110px;
	float: left;
	margin-left: 10px;
	margin-top: 8px;
}

.form label.obligatorio {
	font-weight: bold;
}

.form input,.form select,.form textarea,
#goog-wm-qt, #goog-wm-sb{
	background-color: #f2f2f2;
	border: 1px solid #cbcbcb;
	margin-top: 5px;
	float: left;
	padding: 2px 0 1px 0;
}
#goog-wm-qt {
	margin-right:10px;
	height:17px
}

.form input {
	height: 21px;
	width: 240px;
}

.form select {
	height: 25px;
	width: 243px;
}

.form textarea {
	height: 100px;
	width: 602px;
}

.form input:focus,.form textarea:focus,.form select:focus {
	background-color: #f8f8f8;
}

.form select#ConsultaDepartamentoId,.form select#CurriculumOfertaId {
	width: 605px;
}

.acepto input {
	background: inherit;
	border: inherit;
	width: auto;
	height: auto;
	float: none;
	margin: 0 20px;
	padding: 0;
}

div.submit {
	display: block !important;
	text-align: center !important;
	clear: both !important;
	padding: 10px 0 !important;
}

div.submit input {
	background: inherit !important;
	border: inherit !important;
	width: auto !important;
	height: auto !important;
	float: right !important;
	margin: 0 20px !important;
	padding: 0 !important;
	
	margin-right: 57px !important;
	border: 1px solid #000 !important;
}

.form-error {
	border-color: #c8311e !important;
}

div.error-message {
	clear: both;
	font-weight: normal;
	margin-left: 115px;
	color: #c8311e;
	padding-left: 5px;
}

.required { /* FIXME: cake no genera siempre bien los required */
	
}


/* =================== ADMINISTRACIÓN ===================  */
#flashMessage { /* Errores y avisos */
	background-color: #e8e11e;
	padding: 10px;
	margin: auto;
}

.disabled { /* Paginacion */
	display: none;
}

.miga { /* breadcrumbs */
	color: #ccc;
}

/* =================== LOGS DE MYSQL-CAKEPHP ===================  */
.cake-sql-log { /*display: none;*/
	
}

.cake-sql-log th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

.cake-sql-log th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

.cake-sql-log th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	
}

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

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

.cake-sql-log td.actions a {
	display: inline;
	margin: 0px 6px;
}

.cake-sql-log table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	background: #f4f4f4;
}

.cake-sql-log td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	padding: 4px 8px;
	text-align: left;
}