/* @group reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* @end */

/* @group clearfix */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.clearfix{display:inline-block}.clearfix{display:block}* html .clearfix{height:1px}
/* @end */

/* @group general */
html {
	font: 100.01% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	overflow-y: scroll;
}

body {
	font-size: 85%;
	line-height: 150%;
	position: relative;
	background-repeat: repeat-x;
	background-position: center 50px;
}

#inicio {
	background-image: url(../media/images/web/bg_inicio_top.png);
}

#servicios {
	background-image: url(../media/images/web/bg_servicios_top.png);
}

#colaboradores {
	background-image: url(../media/images/web/bg_colaboradores_top.png);
}

#noticias {
	background-image: url(../media/images/web/bg_noticias_top.png);
}

#contactar {
	background-image: url(../media/images/web/bg_contactar_top.png);
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin-bottom: 10px;
}

a {
	font-weight: bold;
	color: #1A2640;
}

a.boton {
	color: #fff;
	background-color: #1A2640;
	text-decoration: none;
	padding: 5px 10px;
}

a.boton:hover {
	text-decoration: underline;
}

a#logo {
	position: relative;
	top: -70px;
	left: 25px;
	display: block;
	width: 171px;
	height: 221px;
	background: url(../media/images/web/logo.png) no-repeat;
	text-indent: -9999px;
}

p#telefonos {
	width: 183px;
	height: 43px;
	text-indent: -9999px;
	background: url(../media/images/web/telefonos.png) no-repeat;
	position: relative;
	left: 18px;
	top: -20px;
}

h1.titular {
	width: 220px;
	height: 59px;
	position: relative;
	top: -40px;
}

h1.titular a {
	display: block;
	height: 100%;
	background: url(../media/images/web/textos/es/agencia_canguros_nana.png) no-repeat;
	text-indent: -9999px;
}

h2.titular {
	margin-bottom: 15px;
}

div#menu {}

div#menu ul {
	float: right;
	display: inline;
	margin-top: 8px;
}

div#menu ul li {
	float: left;
	display: inline;
	margin-left: 50px;
}

div#menu ul li.social
{
	margin-left: 10px;
}

div#wrap {
	position: relative;
}

div.seccion {
	color: #fff;
	margin-top: 32px;
	padding: 20px 0 50px;
}
/* @end */

/* @group inicio */
#inicio div.seccion {
	background: #D900D9 url(../media/images/web/bg_inicio_bottom.png) repeat-x center bottom;
	padding-bottom: 60px;
}

#inicio a#logo {
	margin-bottom: -50px;
}

#inicio h1.titular {
	position: absolute;
	top: 10px;
	left: 230px;
}

#inicio p#telefonos {
	/*background: url(../media/images/web/telefonos.png) no-repeat;*/
	margin-left: 0;
	position: absolute;
	top: 100px;
	left: 250px;
}

div.presentacion {
	background-color: #850085;
}

div.presentacion div {
	padding: 1px 15px;
}

div.presentacion p {
	margin: 10px 0 0;
}

div.presentacion a {
	color: #FF0;
}

div.presentacion span.corner {
	width: 15px;
	height: 15px;
	background-image: url(../media/images/web/presentacion_corners.png);
	background-repeat: no-repeat;
	display: block;
}

div.presentacion span.top-left {
	background-position: left top;
	float: left;
}

div.presentacion span.top-right {
	background-position: right top;
	float: right;
}

div.presentacion span.bottom-left {
	background-position: left bottom;
	float: left;
}

div.presentacion span.bottom-right {
	background-position: bottom right;
	float: right;
}

div.video {
	border: 5px solid #FF40FF;
}
/* @end */

/* @group colaboradores */
#colaboradores div.seccion {
	background: #FF9900 url(../media/images/web/bg_colaboradores_bottom.png) repeat-x center bottom;
}

#colaboradores h2.titular {
	background: url(../media/images/web/textos/es/titulo_colaboradores.png) no-repeat;
	width: 180px;
	height: 20px;
	text-indent: -9999px;
}

#colaboradores .seccion h3.titular {
	margin-top: 15px; }
/* @end */

/* @group servicios */
#servicios div.seccion {
	background: #99CC00 url(../media/images/web/bg_servicios_bottom.png) repeat-x center bottom;
}

#servicios h2.titular {
	background: url(../media/images/web/textos/es/titulo_servicios.png) no-repeat;
	width: 113px;
	height: 20px;
	text-indent: -9999px;
}

#servicios h3.titular {
	background: url(../media/images/web/estrella.png) no-repeat;
	padding-left: 25px;
}

#servicios div.seccion ul {
	margin-bottom: 25px;
}

#servicios div.seccion ul li {
	list-style-type: disc;
	margin-left: 40px;
}

#servicios .seccion img {
	margin: 15px 0; }
/* @end */

/* @group contactar */
#contactar div.seccion {
	background: #DF004D url(../media/images/web/bg_contactar_bottom.png) repeat-x center bottom;
}

#contactar h2.titular {
	background: url(../media/images/web/textos/es/titulo_contactar.png) no-repeat;
	width: 122px;
	height: 20px;
	text-indent: -9999px;
}

#contactar legend {
	text-transform: none;
	font-weight: normal;
	margin-bottom: 10px;
}

#contactar label {
	display: block;
}

#contactar p.input_text {
	float: right;
	display: inline;
	margin-right: 10px;
	width: 320px;
}

#contactar p.first { float: left; }

#contactar p.input_text input {
	width: 315px;
}

#contactar p.textarea {
	clear: both;
	padding: 10px 0;
}

#contactar textarea {
	width: 690px;
}
/* @end */

/* @group noticias */
#noticias div.seccion {
	background: #6699FF url(../media/images/web/bg_noticias_bottom.png) repeat-x center bottom;
}

#noticias h2.titular {
	background: url(../media/images/web/textos/es/titulo_noticias.png) no-repeat;
	width: 98px;
	height: 20px;
	text-indent: -9999px;
}

div.noticia {
	border-bottom: 1px dashed #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div.noticia p.fecha {
	font-size: 90%;
	position: relative;
	top: -5px;
	margin-bottom: 0;
}

div.noticia img {
	border: 3px solid #1A2640;
}

div.noticia img.principal {
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
}

div.noticia div.galeria {
	clear: both;
	text-align: right;
}
/* @end */

/* @group banners */
div.bnnrs {
	background: #99CC00 url(../media/images/web/bg_servicios_bottom.png) repeat-x center bottom;
}

div.bnnrs ul {
	text-align: center;
	margin: 20px 0 60px;
}

div.bnnrs ul li {
	display: inline;
}

div.bnnrs ul li.medio {
	margin: 0 15px;
}
/* @end */

/* @group pie */
div#foot p {
	float: left;
}

div#foot p.mediaelx {
	float: right;
}
/* @end */

/* @group paginacion */
div.paginacion p {
	float: left;
}

div.paginacion ul {
	float: right;
}

div.paginacion ul li {
	display: inline;
	margin-left: 10px;
}
/* @end */

/* @group formularios */
label {
	font-weight: bold;
}

span.required {
	color: #fcff20;
	font-weight: bold;
}

.mensaje_enviado {
	background-color: #99CC00;
	color: #1A2640;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

.mensaje_enviado p {
	padding-top: 15px;
	margin: 0;
}

.mensaje_enviado span.corner {
	width: 15px;
	height: 15px;
	background-image: url(../media/images/web/enviado_corners.png);
	background-repeat: no-repeat;
	display: block;
}

.mensaje_enviado span.top-left {
	background-position: left top;
	float: left;
}

.mensaje_enviado span.top-right {
	background-position: right top;
	float: right;
}

.mensaje_enviado span.bottom-left {
	background-position: left bottom;
	float: left;
}

.mensaje_enviado span.bottom-right {
	background-position: bottom right;
	float: right;
}

/* @group filtrar */
form.filtrar {
	background-color: #1A2640;
	margin-bottom: 20px;
}

form.filtrar fieldset {
	padding: 0 10px;
}

form.filtrar legend {
	margin: 10px 0 5px;
	font-weight: bold;
	text-transform: uppercase;
}

form.filtrar span.corner {
	width: 15px;
	height: 15px;
	background-image: url(../media/images/web/filtrar_corners.png);
	background-repeat: no-repeat;
	display: block;
}

form.filtrar span.top-left {
	background-position: left top;
	float: left;
}

form.filtrar span.top-right {
	background-position: right top;
	float: right;
}

form.filtrar span.bottom-left {
	background-position: left bottom;
	float: left;
}

form.filtrar span.bottom-right {
	background-position: bottom right;
	float: right;
}

form.filtrar p {
	display: inline;
}

form.filtrar p.select {
	margin-right: 25px;
}

form.filtrar select {
	width: 150px;
}
/* @end */
/* @end */

/* @group highslide */
.highslide { cursor: url(../js/highslide/graphics/zoomin.cur), pointer; outline: none; }
.highslide-active-anchor img { visibility: hidden; }
.highslide img {}
.highslide:hover img {}
.highslide-wrapper { background: #fff; }
.highslide-image { border: 1px solid #fff; }
.highslide-image-blur {}
.highslide-caption { display: none; border: 2px solid #fff; border-top: none; font: 100% arial,sans-serif; padding: 5px 0 0; background-color: #fff; color: #1A2640; font-weight: bold; text-align: center; }
.highslide-loading { display: block; color: black; font-size: 8pt; font-family: sans-serif; font-weight: bold; text-decoration: none; padding: 2px 5px; border: 1px solid black; background-color: #fff; background-image: url(../js/highslide/graphics/loader.#fff.gif); background-repeat: no-repeat; background-position: 3px 1px; }
a.highslide-credits, a.highslide-credits i { padding: 2px; color: silver; text-decoration: none; font-size: 10px; }
a.highslide-credits:hover, a.highslide-credits:hover i { color: #fff; background-color: #fff; }
.highslide-move { cursor: move; }
.highslide-overlay { display: none; }
a.highslide-full-expand { background: url(../js/highslide/graphics/fullexpand.gif) no-repeat; display: block; margin: 0 10px 10px 0; width: 34px; height: 34px; }
/*Controlbar example*/
.controlbar {	background: url(../js/highslide/graphics/controlbar4.gif); width: 167px; height: 34px; }
.controlbar a {	display: block; float: left;	height: 27px; }
.controlbar a:hover { background-image: url(../js/highslide/graphics/controlbar4-hover.gif); }
.controlbar .previous { width: 50px; }
.controlbar .next { width: 40px; background-position: -50px 0; }
.controlbar .highslide-move { width: 40px; background-position: -90px 0; }
.controlbar .close { width: 36px; background-position: -130px 0; }
/*Necessary for functionality*/
.highslide-display-block { display: block; }
.highslide-display-none { display: none; }
.highslide-dimming { position: absolute; background: black; top: 0; left: 0; }
/* @end */

