/* --- Resets --- */

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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

.hide {
	display: none;
}

strong {
	font-weight: bold;
	color: #000;
}

.clear {
	clear: both;
}

/* --- Basic Styles --- */

body {
	background: #fff url(../images/bg-body.jpg)	top left repeat-x;
	font: 11px/20px "Lucida Grande", Tahoma, sans-serif;
	color: #545454;
}

body#subpage {
	background: #fff url(../images/bg-subbody.jpg) top left repeat-x;
}

p {
	margin: 0 0 15px 0;
}

#container {
	width: 900px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px;
	text-align: left;
}
#submenu {
	width: 900px;
    height: 36px;
    /*margin: 0 auto -140px;*/
	text-align: left;
}
/* --- Link Styles --- */

a:link, a:visited {
	color: #bb0000;
	text-decoration: none;
}
a:hover {
	color: #bb0000;
	text-decoration: underline;
}
a:active {
	color: #CB0202;
	text-decoration: none;
}

/* -------------------------
--------- HOMEPAGE ---------
-------------------------- */

/* --- Top Header --- */

#top {
	width: 900px;
	height: 134px;
	background: transparent url(../images/bg-top.jpg) top left no-repeat;
	position: relative;
}

#top h1 {
	background: transparent url(../images/logo.png) top left no-repeat;
	text-indent: -9999px;
	width: 220px;
	height: 59px;
	float: left;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

#slogan { 
	color: #1f1f1f;
	float: left;
	margin: 40px 0px 0px 20px;
	padding: 0px;
	height: 20px;
/*	background: url(../images/bg-sloganright.jpg) no-repeat right;
*/}

#slogan span {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	float: left;
	display: block;
	margin: 0px;
	padding: 3px 6px 0px 12px;
	height: 17px;
	/*background: url(../images/bg-sloganleft.jpg) no-repeat left;*/
}

#extratab {
	color: #FFF;
	bottom:0px;
	right:0px;
	width:109px;
	height:39px;
	line-height:39px;
	text-align: left;
	position:absolute;
	padding-left:30px;
	background:url(../images/bg-nav_login.jpg) top center no-repeat;
}

#extratab a:hover {
	color: #fff;
	text-decoration: none;
}

#extratab a:active, #extratab a:link, #extratab a:visited {
	color: #FFF;
	text-decoration: none;
}

#userlogin {
	color:#FFF;
	top:7px;
	right:0px;
	width:150px;
	height:25px;
	line-height:20px;
	position:absolute;
	padding: 0;
	text-align:center;
	z-index: 100;
	background:url(../images/lenguaje2.png) top right no-repeat;
}

#userlogin:link, userlogin:visited, userlogin:active {
	color:#FFF;
	text-decoration:none;
}
/* --- Navigation --- */

#nav {
	position: absolute;
	bottom: 0px;
}

#nav li {
	display: block;
	background: url(../images/bg-nav.jpg) top no-repeat;
	width: 108px;
	height: 39px;
	line-height: 39px;
	float: left;
	text-align: center;
	margin: 0 5px 0 0;
}

#nav li a {
	color: #fff;
}

#nav li a:hover {
	color: #FFF;
	text-decoration: none;
}

#nav li.current {
	background-position: bottom;
}

#nav li.current a {
	color: #000;
}

#nav li a {
	display: inline;
	line-height: 39px;
}


/* --- Spotlight / Slider --- */

#spotlight {
	height: 282px;/* --- era 315 --- */
	width: 900px;
	overflow: hidden;
	background: url(../images/bg-spotlight.jpg) top right no-repeat;
	position: relative;
}

#mover {
	position: relative;
	overflow: hidden;
	width: 3000px; /* Adjust the width based on spotlight-items number (1000*[items number]) */
}

#item {
	width: 820px;
}

.spotlight-item {
	margin: 15px 50px 0;
	overflow: hidden;
	width: 820px;
	float: left;
	position: relative;
	display: inline;
}

.spotlight-item h2 {
	color: #790000;
	font-weight: bold;
	margin: 0px 0 15px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	letter-spacing:-2px;
}

.spotlight-item p {
	color: #444;
	font: 11px/18px Arial, Helvetica, Verdana, sans-serif;
	padding: 0 0 0 2px;
}

.spotlight-item .description {
	margin: 40px 0 0 10px;
	width: 260px;
}

.spotlight-item img {
	position: absolute;
	top: -1px;
	right: 0;
}
.post-snippet, .post {
	background-color: #f4f3f3;
	padding: 15px 10px 15px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 25px;
	overflow: hidden;
}
.launch {
	display: block;
	width: 95px;
	height: 25px;
	text-indent: -9999px;
	margin: 10px 0 0 -1px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top;
}

.pause {
	background: url(../images/pause.png) top left no-repeat;
	display: block;
	width: 97px;
	height: 25px;
	text-indent: -9999px;
	position: absolute;
	bottom: 2px; right: 20px; 
	cursor: pointer;
}

#spotlight img.preview {
	float: right;
}
#blogContent {
	padding: 13px 0 0 18px;
	margin: 0 0 20px 0;
	overflow: hidden; 
	background: transparent url(images/bg-single.jpg) top left no-repeat;
}


/* --- MAIN CONTENT --- */

/* --- Content: First Row --- */

#mainContent {
	background: transparent url(../images/bg-maincontent.jpg) top left no-repeat;
	margin: 2px 0 0;
}

#topMain {
	padding: 13px 0 0 18px;
	margin: 0 0 20px 0;
	overflow: hidden; 
}

#who {
	width: 490px;
	float: left;
	padding: 0 20px 0 0;
}

#who img {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 7px;
	margin: 0 25px 5px 5px;
	float: left;
}

#who h3 {
	color: #790000;
	letter-spacing:-1px;
	font: 18px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	width: 435px;
	/*background: transparent url(../images/bg-h3.jpg) bottom left repeat-x;*/
	padding: 0 0 10px 5px; 
	margin: 0 0 10px 0;
}

#who p {
	margin: 0 0 20px 0;
}

#who p.more {
	text-align: right;
}

#who p.more a {
	text-decoration: underline;
}

#services {
	width: 900px;/*era 345*/
	float: left;
	border-top: 1px solid #e4e4e4;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 20px;
}

#services2 {
	width: 345px;/*era 345*/
	float: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10;
	padding-top: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e4e4e4;
	padding-left: 20px;
}

#services li {
	width: 250px;
	height: 67px;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e4e4e4;
}

#services li h5 {
	color: #111;
	font: 12px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
}

#services li h5 a {
	color: #111;
}

#services li p {
	color: #545454;
	font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
}

#services li#first {
	/*border-bottom: 1px solid #e4e4e4;*/
	background: url(../images/first.png) top left no-repeat;
}

#services li#first:hover {
	text-decoration: none;;
	background: url(../images/first2.png) top left no-repeat;
}

#services li#second {
	border-top: 1px solid #fff;
	/*border-bottom: 1px solid #e4e4e4;*/
	background-image: url(../images/second.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 265px;
}

#services li#second:hover {
	text-decoration: none;;
	background: url(../images/second2.png) top left no-repeat;
}

#services li#third {
	background:  url(../images/third.png) top left no-repeat;
	width: 218px;
	border-right-width: 0px;
	border-right-style: none;
}

#services li#third:hover {
	text-decoration: none;;
	background: url(../images/third2.png) top left no-repeat;
}

/* --- Content: Second Row --- */

#bottomMain {
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#notes {
	width: 265px;
	padding: 0 25px 0 0;
	float: left;
}

#ppc {
	width: 265px;
	padding: 0 25px 0 0;
	float: left;
}

#swipe {
	width: 270px;
	padding: 0 25px 0 25px;
	float: left;
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}

#bulb {
	width: 220px;
	float: left;
	padding: 0 0 0 25px;
}

#notes h4, #ppc h4, #swipe h4, #bulb h4 {
	color: #222;
	font: 14px/24px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	height: 20px;
	padding: 0 0 0 25px;
}

#notes h4 {
	background: url(../images/h4-notes.jpg) top left no-repeat;
}

#ppc h4 {
	background: url(../images/h4-ppc.jpg) top left no-repeat;
}

#swipe h4 {
	background: url(../images/h4-swipe.jpg) top left no-repeat;
}

#bulb h4 {
	background: url(../images/h4-bulb.jpg) top left no-repeat;
}

/* --- FOOTER --- */

#footer, .push {
    height: 120px;
    padding: 8px 0 0 0;
}

#footer {
	background: #f0f0f0 url(../images/bg-footer.jpg) top left repeat-x;
}

#footer-inner {
	width: 850px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	height: 70px;
}

#footer-inner p {
	float: left;
	color: #999;
}

#footer-inner p.validate {
	width:100px;
	height:30px;
	background: url(../images/logo_footer.png) top left no-repeat;
	float: right;
	line-height: 18px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer-inner p.validate a {
	color: #555;
	width:100px;
	height:50px;
	background: url(../images/logo_footer.png) top left no-repeat;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 20px;
	display: block;
	float: right;
}


/* -------------------------
--------- SUBPAGES ---------
-------------------------- */

#content {
	width: 100%;
	background: transparent url(../images/bg-single.jpg) top left no-repeat;
	margin: 0 0 0 0;
	overflow: hidden;
}
#content2 {
	width: 100%;
	background: transparent url(../images/bg-maincontent.jpg) top left no-repeat;
	margin: 0 0 0 0;
	overflow: hidden;
}

#portfolio {
	margin: 30px 5px 0;
	overflow: hidden;
}
#contenido {
	margin: 5px 5px 0;
	overflow: hidden;
	width:350px;
}
/* --- Single Portfolio Item --- */

.item {
	width: 425px;
	float: left;
	margin: 0 10px 40px;
	color: #565656;
}

.item img {
	background-color: #ececec;
	border: 1px solid #ddd;
	padding: 6px;
	margin: 0 0 15px;
}

.item h2 {
	font: 18px "Lucida Grande", Tahoma, Verdana, sans-serif;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 12px 0 12px 2px;
	margin: 0 7px 15px;
}

.item p {
	padding: 0 10px;
}

/* --- Single Portfolio Item2 --- */

.item2 {
	width: 285px;
	float: left;
	margin: 0 5px 40px;
	color: #565656;
}

.item2 img {
	background-color: #ececec;
	border: 1px solid #ddd;
	padding: 6px;
	margin: 0 0 15px;
}

.item2 h2 {
	font: 18px "Lucida Grande", Tahoma, Verdana, sans-serif;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 12px 0 12px 2px;
	margin: 0 7px 15px;
}

.item2 p {
	padding: 0 10px;
}


/* --- Portfolio Nav --- */

#folioNav {
	width: 100%;
	height: 35px;
	margin: 0 5px;
	background: #ececec url(../images/bg-h3.jpg) top left repeat-x;
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
}

#folioNav span#previous {
	float: left;
	width: 96px;
	height: 26px;
	background: transparent url(../images/previous.png) top left no-repeat;
	text-indent: -9999px;
	margin: 5px 10px;
}

#folioNav span#next {
	float: right;
	width: 96px;
	height: 26px;
	background: transparent url(../images/next.png) top left no-repeat;
	text-indent: -9999px;
	margin: 5px 10px;
}

/* --- Clients & Testimonials --- */

#wrap {
	margin: 40px 10px 25px 20px;
	overflow: hidden;
}
#wrap_cont {
	margin: 0px 10px 20px 10px;
	overflow: hidden;
}

#clients {
	width: 650px;
	float: left;
	padding: 0 0px 0 0;
	border-right: 1px solid #e4e4e4;
}
#booking_info {
	width: 610px;
	float: left;
	border-right: 1px solid #e4e4e4;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 0;
}
#imageTop{
	width: 880px;
	height:180px;
	float: left;
	padding: 0 0px 0 0;
	border-right: 1px solid #e4e4e4;
}


#testimonials {
	width: 225px;
	height:170px;
	float: left;
	margin: 0px 0 0 0px;
}

#clients h4, #testimonials h4 {
	color: #222;
	font: 14px/16px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	height: 16px;
	padding: 0 0 0 22px;
}

#clients h4 {
	background: url(../images/h4-clients.jpg) top left no-repeat;
}
#booking_info h4, #testimonials h4 {
	color: #222;
	font: 14px/16px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	height: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#booking_info h4 {
	/*background: url(../images/booking_ico.jpg) top left no-repeat;*/
}
#testimonials h4 {
	/*background: url(../images/h4-testi.jpg) top left no-repeat;*/
	line-height: 10px;
	margin-left: 18px;
}

#clientlist {
	overflow: hidden;
}

#clientlist li {
	float: left;
	margin: 0 15px 0 0;
}

#clientlist li img {
	background-color: #ececec;
	border: 1px solid #ddd;
	padding: 6px;
	margin: 0 0 15px;
}

#testimonials blockquote {
	background: url(../images/quotes.jpg) top left no-repeat;
	padding: 0 10px 0 25px;
	margin: 0 0 15px 0;
	color: #999;
	font-style: italic;
}

#testimonials p.author {
	padding: 0 10px 0 25px;
}

#testimonials span.readmore {
	display: block;
	width: 96px;
	height: 25px;
	background: transparent url(../images/readmore.png) top left no-repeat;
	text-indent: -9999px;
	margin: 0 20px;
}

/* --- CONTACT PAGE --- */

#contactForm {
	width: 470px;
	float: left;
	padding: 0 20px 0 0;
	margin: 10px 0 15px 10px;
}

.topBorder {
	border-top: 1px solid #e4e4e4;
	padding-top: 30px;
}

#contactInfo {
	margin-bottom: 5px;
}

#contactInfo p {
	color: #545454;
}

#contactInfo h4 {
	color: #222;
	font: 14px/16px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	background: url(../images/contact.png) top left no-repeat;
	margin: 0 0 10px 0;
	height: 16px;
	padding: 0 0 0 25px;
}
#contactInfo h5 {
	color: #222;
	font: 14px/16px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	background: url(../images/map.png) top left no-repeat;
	margin: 0 0 10px 0;
	height: 16px;
	padding: 0 0 0 25px;
}

/* --- Contact Form --- */

#contactForm form label {
	display: none;
}

#contactForm form input {
	display: block;
	height: 15px;
	border: none;
	border-bottom: 1px solid #ccc;
	background-color: #f6f6f6;
	width: 230px;
	margin: 0 0 20px 0;
	color: #2c2c2c;
	padding: 5px;
	font: 11px/20px "Lucida Grande", Tahoma, sans-serif;
}

#contactForm form input#submit {
	display: inline;
	height: 25px;
	width: 97px;
	background: transparent url(../images/send.png) top left no-repeat;
	border: 0;
	text-indent: -9999px;
	float: right;
	margin: 5px 55px 0 0; 	
}

#contactForm form textarea {
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
	background-color: #f6f6f6;
	width: 400px;
	margin: 0 0 20px 0;
	color: #2c2c2c;
	padding: 5px;
	font: 11px/20px "Lucida Grande", Tahoma, sans-serif;
	
}


/* --- SIDEBAR & WIDGETS --- */

#sidebar {
	width: 229px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0px; 
}

#sidebar .widget h2, .widget_2 h2 {
	font: 18px/24px "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-weight: normal;
	color: #565656;
	margin: 0 0 10px 0;
}

.widget {
	margin: 0 0 5px 0;
}
.widget_2 {
	margin: 0 0 0px 0;
	background-image:url(../images/back_slidebar.png);
	background-repeat:repeat-x;
	height:29px;
	padding:0 0 0 10px;
}
.widget .ad {
	margin: 0 5px 5px 0;
}

#sidebar ul div.widget ul li {
	background: transparent url(images/bg-li.gif) repeat-x;
	line-height: 25px;
	width: 210px;
}

.widget ul li a {
	color: #545454;
	background: transparent url(images/valid.gif) top left no-repeat ;
	padding: 0 0 0 15px;
}




/*SLIDEBAR*/
#sidebar h2 {
	color: #999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom: 0px solid #ccc;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}
#sidebar li{
	list-style: none;

}

#sidebar ul li a {
	border-bottom: 1px solid #ccc;
	color: #b62425;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
	background-image:url(../images/_right.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}


#sidebar ul li a:hover{
	border-bottom-color: #fff;
	color: #666 !important;
	background-color: #ccc;
}
#porque{
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	padding-left: 20px;
}

#porque2 {
	width:470px;
	background: transparent url(../images/bg-h3.jpg) bottom left repeat-x;
	margin-bottom: 10px;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10;
	padding-left: 0;
	}

#porque2 h3 {
	color: #790000;
	letter-spacing:-1px;
	font: 18px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 15px 5px; 
}

.pause{
	display: none;
}

#phone {
	width: 370px;/* era 345*/
	height:320px;
	float: right;/*era el último 25*/
	border-left: 1px solid #e4e4e4;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 50;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.fixphone{
	height: 40px;
}#container #mainContent #topMain #phone p {
	padding-top: 245px;
}

/*------------------------
	---------- NOTEBOOK SLIDER
	------------------------*/
	
	#slider_note {
		
		float: left;
		height: 138px;
		margin: 0px 0 0 0;
		position: relative;
		
	}
	
		#slider_note ul {
	height: 179px;
	left: 125px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 41px;
	width: 119px;
			
		}
		
			#slider_note ul li {
				
				float: left;
				left: 171px;
				margin: 0 !important;
				padding: 0 !important;
				position: absolute;
				
			}
			
			#slider_note ul li.current {
				
				left: 0;
				z-index: 2;
				margin: 0 !important;
				padding: 0 !important;
				
			}
			
			#slider_note ul li.next {
				
				z-index: 3;
				
			}
			
		#slider_note ul li div.continueDiv {
			
			display: none;
			height: 40px;
			float: left;
			left: 41px;
			position: absolute;
			top: 32px;
			width: 40px;
			
		}
			
		#slider_note ul li div.zoomDiv {
			
			display: none;
			height: 40px;
			float: left;
			left: 91px;
			position: absolute;
			top: 32px;
			width: 40px;
			
		}
		
		#slider_note ul li div.continueDiv a, #slider_note ul li div.zoomDiv a {
			
			display: block;
			float: left;
			height: 40px;
			width: 40px;
			
		}


		#slider_note_right {
	bottom: 1px;
	cursor: pointer;
	height: 22px;
	position: absolute;
	right: -287px;
	width: 25px;
			
		}
		
		#slider_note_left {
	bottom: 0px;
	cursor: pointer;
	height: 22px;
	position: absolute;
	left: 81px;
	width: 25px;
			
		}
#slider_note {
		
		
	}
	
	
	
		#slider_note ul {
			
			border: none !important;
			
		}
			
		a.continue {
			
			background:url(../images/light/slider_note_continue.png) no-repeat top left;
			
		}
			
		a.zoom {
			
			background: url(../images/light/slider_note_zoom.png) no-repeat top left;
			
		}

#slider_note_right {
			
			background: url(../images/light/slider_note_right.gif) no-repeat top left;
			
		}
		
		#slider_note_left {
			
			background: url(../images/light/slider_note_left.gif) no-repeat top left;
			
		}
		/*------------------------
		---------------- NAVS
		------------------------*/
.derecha{
	float: right;
	color: #999;
	clear: none;
	padding: 0px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	vertical-align: text-top;
	display: block;
	margin-right: 20px;
}
.derecha2{
	font-size: 14px;
	font-weight: lighter;
	}
.fixancho {
	
	width: 870px!important;/*era 345*/
	float: left;
	border-top: 1px solid #e4e4e4;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px!important;
	margin-left: 0;
	padding-top: 20px;
	}
