@import url("reset.css");

@font-face {
    font-family: 'museo_sans500';
    src: url('../fuentes/museosans_500-webfont.eot');
    src: url('../fuentes/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/museosans_500-webfont.woff') format('woff'),
         url('../fuentes/museosans_500-webfont.ttf') format('truetype'),
         url('../fuentes/museosans_500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
Theme: LightSource
Author:Gekko aka Patrick Best
Distributed for FreeHTML5Templates.com
*/

/*
    HTML5 RESET
*/
/*
@font-face {
   font-family: Gautami;
   src: url(fuentes/Gautami.ttf) format('truetype');
 }
 */

body {
    line-height:1;
}

article,aside,details,figcaption,figure,hgroup,
header,menu,nav,section,footer { 
	display:block;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*
    BACKGROUND STYLES
*/

html {
    background-color:#none;
  
}

body {
    
    color:#333;
    font-family:'museo_sans500',helvetica, arial, sans-serif;
/*    font-family: helvetica, arial, sans-serif;*/
    font-size:14px;
    line-height:19px;
}

footer {
    background:#FFF;
/*    border-top:1px solid #ccc;*/
}



/*
    GENERIC STYLES
*/

h1, h2, h3, h4, h5 { clear:both; }

h1 {
	margin:15px 5px;
	padding-top:15px;
	color:#333;
	font-size:35px;
	font-weight:100;
	line-height: 20px;
	
	
}

h2 {
    margin:15px 0px;
	padding-top:15px;
    color:#333;
    font-size:20px;
    font-weight:300;
}

h3 {
    margin:15px 0px;
    color:#333;
    font-size:18px;
    font-weight:300;
}

h4 {
    margin:10px 0px;
    color:#444;
    font-size:16px;
}

h5 {
    margin:10px 0px;
    color:#333;
    font-size:14px;
}

h6 {
    margin:10px 0px;
    color:#999;
    font-size:10px;
}

p {
    color:#333;
	margin-bottom: 15px;
}

.left { float:left; margin:5px 20px 5px 0px; }

.right { float:right; margin:5px 0px 5px 20px; }



.clear { clear:both; }
	
	
#intro {
	width: 980px;
	position: relative;
	float: left;
	height: 320px;
	background: transparent;
}

/*
    LIST STYLES
*/


.circle{ list-style:circle;}
.squares{ list-style:square;}
/*
	HEADER STYLES
*/

#header_main #secondary {
    position:relative;
    padding:20px 0px;
    background:none;
}


#header_main #secondary #slogan p.text1 {
	margin-bottom:10px;
    color:#333;
    font-size:35px;
	font-family:helvetica, arial, serif;
	letter-spacing:-1px;
}

/* NIVO SLIDER */
theme-default #slider {
    margin:100px auto 0 auto;
    width:618px; /* Make sure your images are the same size */
    height:246px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
	CONTENT STYLES
*/

.container {
    margin:0px auto;
    padding:0px;
    width:755px;
    position:relative;
}

.block {
    display:block;
    overflow:hidden;
    
}

.block p {
    margin:5px 0px;
   
}

.box {
    margin-top:20px;
	padding-bottom:20px;
    float:left;
    position:relative;
}
/* main content */
.main_content {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 4px;
	padding-top: 10px;
}
	
.main_content_separator{
	margin-bottom: 20px;
}
#container, #container_left, #container_right {
	position: relative;
	width: 100%;
}
	
#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background-color: transparent;
	min-height: 100%;
}

.left {
	float: left;
	width: 250px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
}
	
.middle {
	float: left;
	width: 250px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
}
	
.right {
	float: right;
	width: 250px;
	position: relative;
	background: transparent;
	padding: 15px;
	}


.half,  .half, .third,  .third, .fourth,  .fourth, .fifth,  .fifth, .sixth, .sixth, .seventh, .eighth, .twothird, .twothird .full{
	float:left;
	margin-right:38px;
} 

.half { width:440px; }
.full { width:880px; }

.third { width:280px; }

.fourth { width:200px; }


.fifth { margin-right:40px; width:150px; }

.sixth { margin-right:40px; width:125px; }
.seventh { margin-right: 20px; width: 75px; }

.copyright {margin-right:20px; width:800px;}






h3.letter { padding-left:30px; margin-top:0px; height:24px; }


.button_readmore {
    margin-top:10px;
   background:#282828;
    width:82px;
    height:22px;
    color:#fff;
    font-size:11px;
    line-height:22px;
    text-align:center;
    text-decoration:none;
    float:right;
	border:#222 solid 1px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

a.button_readmore:hover {
    background:#b22222;
    text-decoration:none;
    color:#fff;
    border:#222 solid 1px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
/*
    FOOTER STYLES
*/

/*footer { margin-top:30px; }*/

footer .light {
    background:none;
    overflow:auto;
}

footer .left {
	margin-top:10px;
}

footer .right {
	margin-top:10px;
}

footer h3 { color:#111; }

footer p { color:#222; }


#footer_bottom p {
    padding:0px 20px 0px 0px;
    color:#333;
    font-size:11px;
    line-height:11px;
}

#footer_bottom  {
    position:absolute;
    width:16px;
    height:18px;
    right:0px;
    top:7px;
}



/* Misc */

section { overflow:hidden; }


a.photo_hover {
	position: relative;
	float: left;
	margin: 16px 13px 8px 0;
	padding: 8px;
   background-color: white;
	border: 1px solid #D6D6D6;
}

a.photo_hover: hover {
	border: 1px solid #D6D6D6;
	background-color: transparent;
	opacity: 0.9;
	z-index: 1000;
}


/****** mediweb ****/

/* Header */

.HeaderTop
{
	/*
	position:relative;
	float:left;
	*/
	height:130px;
	background-color:#FFF;
/*	background-color:#69F;*/
}
.logo
{
	position: relative;
    float: left;
	left: 0px;
	width: 167px;
	height: 120px;
	top: 0px;
	background-color:#FFF;
}

.Cotizacion {
	float: right;
	height:121px;
	width: 100px;
	position: relative;
	background: transparent;
	background-image:url(../images/banderaCoti.png);
	padding: 0px;
	background-repeat:no-repeat;
	background-size: 100px 120px;
	}

.Cotizacion .coti
{
	margin-top:20px;
	text-align:center;
	background: transparent;
}

.Cotizacion .coti a
{
	color:#FFF;
    font-family:'museo_sans500',helvetica, arial, sans-serif;
	text-decoration:none;
}

.Cotizacion .coti a:hover
{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
    font-family:'museo_sans500',helvetica, arial, sans-serif;
}

.Nav1
{
	position: relative;
    float: right;
	width: 140px;
	height: 50px;
	margin-top:70px;
	margin-right:10px;
	top: 0px;
}
.home
{
	width:70px;
	position:relative;
    float:left;
	height: 50px;
	text-align:center;
}
.site
{
	width:70px;
	position:relative;
    float:left;
	height: 50px;
	text-align:center;
}


.home a
{
	color:#A1A1A1;
    font-family:'museo_sans500',helvetica, arial, sans-serif;
	text-decoration:none;
}

.site a
{
	color:#A1A1A1;
    font-family:'museo_sans500',helvetica, arial, sans-serif;
	text-decoration:none;
}

.site a:hover
{
	color:#F90;
	text-decoration:none;
}
.home a:hover
{
	color:#F90;
	text-decoration:none;
}

.imgO
{
	opacity:0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter:alpha(opacity=40);
}

.HeaderBottom
{
	/*
	position:relative;
	float:left;
	*/
	height:40px;
	background-color:#383838;
	background: -moz-linear-gradient(top, #3FACD8 0%, #2999D0 90%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3FACD8), color-stop(90%,#2999D0)); 
	background: -webkit-linear-gradient(top, #3FACD8 0%,#2999D0 90%);
	background: -o-linear-gradient(top, #3FACD8 0%,#2999D0 90%);
	background: -ms-linear-gradient(top, #3FACD8 0%,#2999D0 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3FACD8', endColorstr='#2999D0',GradientType=0 );
	background: linear-gradient(top, #3FACD8 0%,#2999D0 90%);
	overflow:visible;
}

/***  menu **/
nav
{
   font-family:'museo_sans500',helvetica, arial, sans-serif;
}
.HeaderBottom ul
{
	float: left;
	list-style:none;
	overflow:visible;
}
.HeaderBottom ul li
{
	margin:0px;
	display:block;
	position:relative;
	display: inline;
}
.HeaderBottom ul li a
{
	line-height:40px;
	text-align:center;
	display:block;
	float: left;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	color:#FFF;
    font-family:'museo_sans500',helvetica, arial, sans-serif;
/*	font-family: "Orienta", Arial, Helvetica, sans-serif;*/
	height:40px;
	width:102px;
	margin:0px;
}

.HeaderBottom ul li a:hover
{
	line-height:40px;
	color:#FFF;
	text-decoration:none;
	background-color:#383838;
	background: -moz-linear-gradient(top, #BABABA 0%, #A1A1A1 51%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BABABA), color-stop(51%,#A1A1A1)); 
	background: -webkit-linear-gradient(top, #BABABA 0%,#A1A1A1 51%);
	background: -o-linear-gradient(top, #BABABA 0%,#A1A1A1 51%);
	background: -ms-linear-gradient(top, #BABABA 0%,#A1A1A1 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BABABA', endColorstr='#A1A1A1',GradientType=0 );
	background: linear-gradient(top, #BABABA 0%,#A1A1A1 51%);

	display:block;
    font-family:'museo_sans500',helvetica, arial, sans-serif;
	height:40px;
	width:102px;
	margin:0px;

}
.Central
{
	position:relative;
	float: left;
	height: 27px;
	color: #FFF;
	font-weight:500;
	line-height: 25px;
	margin-bottom:6px;
	margin-right:0px;
	margin-top:7px;
	margin-left:10px;
	background-color:#73B8DF;
	width:216px;
	text-align:center;
	line-height:1.9em;
	font-family:'museo_sans500',helvetica, arial, sans-serif;
}

/*** banner **/
 /**  text-indent:-9999px  */

/*#slider {position:relative;top:190px;left:0;width:100%;height:370px;overflow:visible;z-index:1}*/
.FotoBanner
{
	/*
	float:left;
	position:relative;
	*/
	height:330px;
	width:700px;;
}
#slider {position:absolute;width:100%;height:330px;overflow:hidden;z-index:1}
.items {display:none}
.pagination {position:absolute;bottom:-20px;right:18px;z-index:2}
.pagination li {float:left;padding-left:3px}

.pagination a {display:block;width:17px;height:17px;background:url(../images/buttons.png) right 0 no-repeat; text-indent:-9999px}
.pagination a:hover, .pagination .current a {background-position:left}
.banner {
	padding:0px;
	right:420px;
	position:absolute;
	top:30px;
	width:300px;
	z-index:2;
	color:#a0a0a0;
}

.banner2
{
	height:140px;
	margin-top:30px;
	width:300px;
	background-color:#333; 
	padding-left:10px; 
	padding-top:5px;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
	font-family:'museo_sans500',helvetica, arial, sans-serif;
}

.banner1
{
	text-align:center;
	width:300px;
	height:90px;
	background-color:#333; 
	padding-left:10px; 
	padding-top:5px;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
	font-family:'museo_sans500',helvetica, arial, sans-serif;
}
.banner1 h6, .banner2 h6
{
	text-align:center;
	color:#FFF;
	font-size:25px;
	font-family:'museo_sans500',helvetica, arial, sans-serif;
}

.title {font-size:35px;line-height:1.8em;letter-spacing:-2px;display:block;padding-bottom:0px; font-weight:bolder; font-family:'museo_sans500';}
.title .color2 {color:#FFF}
.title span {display:block;margin-top:-17px}
.banner .button1 {font-size:20px;height:30px;line-height:25px;margin-top:-1px;letter-spacing:2px; color:#FFF; float:right; padding:0 24px; background:#000; font-weight:bold; font-family:'museo_sans500';}
.banner .button1:hover {background:#FF9;color:#000}
.signature {text-align:right;display:block;color:#5f870e;line-height:20px;padding-top:6px}
.signature strong {display:block;color:#fff}




.banner p 
{
	display:block;
	font-size:14px;
	line-height:1.4em;
}

/** contenido **/

.TopBody
{
	/*
	position:relative;
	float:left;
	*/
	height:10px;
	width:755px;;
}


.details{ margin:0px 10px; color:#000; padding:0px;}

h6{ font:900 16px; font-family:'museo_sans500',helvetica, arial, sans-serif; color:#000;}
p{ font-size:13px; font-family:'museo_sans500',helvetica, arial, sans-serif; color:#FFF; text-align:justify; margin-right:10px;}


.MiddleBody
{
/*	height:600px;*/
	position:relative;
	width:755px;
	background-color:transparent;
}

.Prev
{
	float:left;
	height:110px;
	position:relative;
	background-color:transparent;
	width:35px;
}

.next
{
	float:right;
	height:110px;
	position:relative;
	background-color:transparent;
	width:35px;
	padding-left:-200px;
}
.clientes
{
	padding-top:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:17px;
	padding-left:20px;
	float:left;
	height:80px;
	position:absolute;
	background-color:transparent;
	width:697px;
	z-index:10;
	overflow:hidden;
	background-image:url(../images/fondoclientes.png);
	background-position:center;
}

.holder {
    margin:0px;
	margin-top:50px;
	background-color:transparent;
	height:70px;
}
.holder a {
    font-size:12px;
    cursor:pointer;
	color:#333333;
}
.holder a:hover {
	text-decoration:none;
    color:#333333;
}
.holder a.jp-previous {
    margin-right:0px;
	margin-left:2px;
	background-image:url(../images/previous.png);
}
.holder a.jp-next {
    margin-left:3px;
	background-image:url(../images/next.png);
}
.holder a.jp-current,a.jp-current:hover {
    color:#E6E6E6;
    font-weight:bold;
}
.holder a.jp-disabled,a.jp-disabled:hover {
    color:#FFF;
}
.holder a.jp-current,a.jp-current:hover,.holder a.jp-disabled,a.jp-disabled:hover {
    cursor:default;
    background:none;
	text-decoration:none;
}
.holder span {
    margin: 0 5px;
}

.jp-hidden {
display: none !important;
}

#itemContainer
{
	list-style:none;
	overflow:visible;
	display:block;
}

#itemContainer li
{
	display:block;
/*	position:relative;*/
	display: inline;
}

#itemContainer li img
{
	margin-bottom:10px;
	margin-top:0px;
	margin-right:10px;
	width:100px;
	height:70px;
}

.fremm
{
	width:390px;
	height:470px;
	background-color:#FFF;
	border: 1px #FFFFFF solid;
}

.FormCotiza
{
	margin-right:5px;
	margin-left:5px;
	width:390px;
	height:470px;
	background-color:#FFF;
}

.ControlC
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	height:20px;
	color:#888;
	margin-bottom:0px;
}
.ControlD
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	height:30px;
	color:#888;
	margin-bottom:0px;
}

.Area
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	height:150px;
	color:#000;
	margin-bottom:0px;
}

.areas
{
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#000;
	border:none;
	height:150px;
	width:377px;
}

.FondoControl
{
	margin-bottom:2px;
}

.topcontrol
{
	margin-top:10px;
}

.botonenviar
{
	margin-right:10px;
	float:right;
	color:#FFF;
	background-color:#29A4DB;
	border:none;
	width:70px;
}

.texto
{
	background-color:#CCCCCC;
	border:none;
	size:12px;
	width:380px;
}
.texto onClick
{
	border:none;
}

.ContenidoTexto
{
	border:solid 1px;
	border-color:#CCC;
}

.Beneficios
{
	margin-top:10px;
	float:left;
	position:relative;
	width:753px;
/*	height:300px;*/
	padding-top:10px;	
}

.TituloSecciones
{
	margin: 0px 10px;
	margin-top:5px;
	height:20px;
	width:100%;
	background-color:transparent;
}


.Titul
{
	padding:0px;
	color:#666;
	font-size:17px;	
	font-family:'museo_sans500',helvetica, arial, sans-serif;
}

.ContenidoSecciones
{
	background-color:#FFF;
	margin: 5px 10px;
	height:243px;
	width:703px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	
}

.somos p
{
	float: left;
	width: 690px;
	position: relative;
	background: transparent;
/*	padding: 15px;*/
	margin-bottom: 10px;
	font-size:12px;
	font-family:'museo_sans500',helvetica, arial, sans-serif;
	color:#666;
	line-height:1.5em;
	text-align:justify;
}

.leftBen { float:left; margin:0px 0px 0px 0px; }
.rightBen { float:right; margin:0px 0px 0px 0px; }
.leftBen {
	float: left;
	width: 350px;
	position: relative;
	background:#FFF;
/*	padding: 15px;*/
	margin-bottom: 10px;
	font-size:12px;
	font-family:'museo_sans500',helvetica, arial, sans-serif;
	color:#666;
	line-height:2.2em;
}
.rightBen {
	width: 459px;
	height: 277px;
	position: absolute;
	background: transparent;
	/*	padding: 15px;*/
	font-size: 12px;
	font-family: 'museo_sans500',helvetica, arial, sans-serif;
	color: #666;
	line-height: 2.2em;
	z-index: 10;
	left: 273px;
	top: 21px;
}

.leftBen ul li, .rightBen ul li
{
	padding-left:15px;
	background-image:url(../images/tick.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
}

.leftBen P, .rightBen P
{
	color:#666;
	line-height:1.0em;
	padding-left:15px;
	background-repeat:no-repeat;
	background-position:0px 10px;
}

.NavFooter 
{
	padding-top:10px;
	width:755px;
	height:30px;
	position:relative;
	float:left;
/*	background-color:#BBB;*/
	text-align:center;
}

.NavFooter ul
{
	list-style:none;
	overflow:visible;
}
.NavFooter ul li
{
	margin:0px;
	display:block;
	position:relative;
	display: inline;
	font-size:12px;
	color:#999;
}

.NavFooter ul li a
{
	margin:0px 5px;
	text-decoration:none;
	font-size:12px;
	color:#999;
}

.pie
{
	padding-top:10px;
	width:755px;
	height:20px;
	position:relative;
	float:left;
/*	background-color:#BBB;*/
	text-align:center;
	font-size:12px;
	color:#999;
}


.leftM
{
	top:10px;
	height:180px;
	width:370px;
	float: left;
	position: relative;
	background: transparent;
/*	padding: 15px;*/
	margin-bottom: 10px;
	font-size:12px;
	font-family:'museo_sans500',helvetica, arial, sans-serif;
	color:#666;
	line-height:2.2em;
	padding-top:10px;
}

.textos p
{
	height:120px;
	float: left;
	width: 310px;
	position: relative;
	background: transparent;
/*	padding: 15px;*/
	margin-bottom: 10px;
	font-size:12px;
	font-family:'museo_sans500',helvetica, arial, sans-serif;
	color:#666;
	line-height:1.5em;
	text-align:justify;
}

.ContenidoTexo
{
	background-color:#FFF;
	margin: 0px 10px;
	margin-top:5px;
	height:120px;
	width:357;
	padding-left:20px;
	padding-top:10px;
	
}

.rightM
{
	top:10px;
	height:180px;
	width:370px;
	float: right;
	position: relative;
	background: transparent;
/*	padding: 15px;*/
	margin-bottom: 10px;
	font-size:12px;
	font-family:'museo_sans500',helvetica, arial, sans-serif;
	color:#666;
	line-height:2.2em;
	padding-top:10px;
}/* CSS Document */




.definicion
{
/*	height:130px;*/
	width:580px;
	padding:10px;
}
.beneficios
{
/*	height:266px;*/
	width:580px;
	padding:10px;
}

.separa
{
	margin-top:10px;
}

.BordesContenido
{
	border:solid 1px;
	border-color:#CCC;
}
.Titulo
{
	padding:0px;
	color:#666;
	font-size:17px;	
	font-family:'museo_sans500';
}

.cabezera
{
	background-color:transparent;
}

.cuerpo
{
	margin:15px;
	background-color:#FFF;
}
.cuerpo p
{
	color:#666;
	font-size:12px;
	font-family:'museo_sans500';	
	text-align:justify;
}
.cuerpo ul li
{
	line-height:2.0em;
	color:#666;
	font-size:12px;
	font-family:'museo_sans500';
	padding-left:15px;
}

.primero
{
	background-image:url(../images/Star.png);
	background-repeat:no-repeat;
	background-position:0px 7px;
}

.segundo
{
	background-image:url(../images/Link.png);
	background-repeat:no-repeat;
	background-position:0px 7px;
}
.tercero
{
	background-image:url(../images/tick.png);
	background-repeat:no-repeat;
	background-position:0px 7px;
}