/*
*	@author Tereso Ramos G - tramos@d-webstudio.com
*       @copyright  Tereso Ramos G - tramos@d-webstudio.com
*	Update: 05-06-2009
*/

/* Reset style */
  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, images, 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; }

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate; 
  border-spacing: 0;
}

caption, th, td {
  text-align: left; 
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
}



/* General */

body {
  background: #000 url(images/background.png) top center no-repeat;
  color: #333;
  font: 87.5%/1.6em arial,"Liberation Sans","Bitstream Vera Sans",sans-serif;
}

#wrapper {
  margin:0 auto;
  width: 960px;
  background: url(images/px.gif);
}

#header{
  height: 234px;
}

#menu{
  height: 50px;
  padding: 0 40px;
  background: url(images/bg-menu.png) no-repeat;
}

#menu ol, #menu ul{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}

#featured{
  padding:20px;
  background: url(images/bg-featured.png) no-repeat;
}

#works{
  position: relative;
  padding: 25px 0 0 30px;
  height: 235px;
  background: url(images/bg-portafolio.png) no-repeat;
  color: #fff;
}

#container {
  padding:0 20px 20px 20px;
  background: url(images/bg-content.png) repeat-y;
  overflow: hidden;
  height: 1%;
}

#left_side {
  float : left;
  width: 650px;
  margin: 0 20px 0 0;
  padding: 15px 0 0 0;
  background: #fff url(images/bg-sc.png) top no-repeat;
}

#left_side_footer {
  height: 15px;
  background: #fff url(images/bg-sc-footer.png) bottom no-repeat;
}

#right_side {
  float : right;
  width: 250px;
  background: #fff url(images/bg-box-right.png) top no-repeat;
}

#right_side_footer {
  height: 15px;
  background: #fff url(images/bg-box-right-footer.png) bottom no-repeat;
}

#footer {
  margin-bottom: 10px;
  padding: 65px 20px 20px 20px;
  background: #000 url(images/bg-footer.png) top no-repeat;
  color: #666;
}

#footer a {
  color: #999;
}


#home-gallery {
  padding: 15px 35px 0 35px;
  background: url(images/bg-gallery.png);
  overflow: hidden;
  height: 1%;
}


#home-gallery img{
  float: left;
  margin: 0 15px 0 0;
  border: 1px solid #4a5e52;
  padding: 9px;
  background: #405247;
}

#portafolio {
  height: 84px;
  background: url(images/portafolio.png) no-repeat;
}

#servicios {
  height: 84px;
  background: url(images/servicios.png) no-repeat;
}

#productos {
  height: 84px;
  background: url(images/productos.png) no-repeat;
}

#contacto {
  height: 84px;
  background: url(images/contacto.png) no-repeat;
}

#blog {
  height: 84px;
  background: url(images/blog.png) no-repeat;
}

#recursos {
  height: 84px;
  background: url(images/recursos.png) no-repeat;
}

/* general */

a {
  background:transparent;
}

a:link.non-ul,
a:visited.non-ul,
a:active.non-ul {
  color: #000;
  text-decoration:none;
}
a:hover.non-ul{
  color: #000;
  /*text-decoration:underline;*/
}

a {
  color: #0074ca;
  text-decoration:none;
}

a:hover, a:active {
  color: #0074ca;
  text-decoration:underline;
}

fieldset {
  margin-bottom:1em;
  border: 1px solid #d6d6d6;

}
fieldset p {
  padding:5px;
  margin:0px;
  margin-top:5px;
  margin-bottom:0px;
}

fieldset legend {
 /* font-size:0.9em;*/
}

form {
  margin-top:5px;
  margin-bottom:5px;
}
form div.notes p,
form div small {
  line-height:125%;
}
form div.notes ul {
  margin:0px;
  padding:0px;
  padding-left:2px;
}
form div.notes ul li {
  margin-left:5px;
  list-style-position:outside;
  padding-right:2px;
}
form fieldset div.notes {
  float:right;
  right:10px;
  width:150px;
  height:auto;
  margin:0px 0px 10px 10px;
  padding:5px;
  border:1px solid #666666;
  background-color:#ffffe1;
  color:#666666;
  font-size:.75em;
}

form fieldset div.notes h4 {
  background-image:url(images/icon_info.png);
  background-repeat:no-repeat;
  background-position:top left;
  padding:3px 0px 2px 27px;
  border-width:0px 0px 1px 0px;
  border-style:solid;
  border-color:#666666;
  color:#666666;
  margin-bottom:5px;
  margin-top:0px;
  font-size:1.3em;
}

form fieldset div.notes p {
  margin:0em 0em 1.2em 0em;
  color:#666666;
}

form fieldset div.notes p.last {
  margin:0em;
  padding-bottom:5px;
}
form label {
}

button, .button, input[type="submit"], input[type="button"], .add_ele_input {
  margin-top: 4px;
  padding: 4px 6px;
  border: none;
  background: url(images/bg-btn.png) center center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

button:hover, .button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus{
  cursor:pointer;
}

textarea, input[type="text"], input[type="password"], select {
  border-top: 1px solid #babdb6;
  border-right: 1px solid #edeeec;
  border-bottom: 1px solid #edeeec;
  border-left: 1px solid #babdb6;
  margin-bottom: 10px;
  padding: 2px 4px;
}

textarea:hover, input[type="text"]:hover, input[type="password"]:hover, select:hover,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus{
  border: 1px solid #babdb6;
}


h1, h2, h3, h4, h5, h6 { 
font-family: arial, sans-serif;
font-weight: normal;
}

h1 {
  font: 180%/100% "Times New Roman", Georgia, Times, serif;
}

h2 {
  font: 145%/100% "Times New Roman", Georgia, Times, serif;
  color: #000;
}

h3 {
  font-size:120%;
  line-height: 100%;
}
img {
  border:0;
}

hr{
/*  margin: 5px 0;*/
  border: 0;
  border-top: 1px solid #d6d6d6;
}

em {
	font: italic 130% Georgia, "Times New Roman", Times, serif;
}


table {
  border:0px;
}
textarea {
/*  font-family:arial,verdana,tahoma,helvetica,sans-serif;*/
}

th {
  background-color:#DAE0ED;
  font-weight:bold;
  font-size:larger;
  padding-left:3px;
  text-align:left;
}
p{
  margin:0 0 1em 0;
}
select {
  font-size:.9em;
}

strong {
  font-weight: bold;
}

.rfloat {float: right; margin-left: 15px;}
.lfloat {float: left; margin-right: 15px;}

/* CLASSES ********************************************************************/

/* Admin lists ****************************************************************/
.admin-menu-icon {
  float:left;
  padding:5px;
}
.admin-menu { /* the box around the menu */
  padding:5px;
  border:1px solid #EEEEEE;
}
.admin-menu-text { /* the text below the links */
  padding:5px;
}
.admin-menu-item { /* a single link in the menu */
  padding: 0px 5px 0px 5px;
}
.admin-list-table {
  width:100%;
  text-align:left;
  border-spacing:1px;
}
.admin-list-table form {
  margin:0px;
}
.admin-list-search {
  text-align:center;
  margin-top:5px;
  margin-bottom:5px;
}
.admin-list-field {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
}
.admin-list-headerfield {
  text-align:left;
  padding-left:5px;
  padding-right:5px;
  font-size:larger;
}
/* Menus in blocks *****************************************************************/
.blocklist ul {
  list-style:none;
  padding:0px;
  margin:0px;
}
/* general alignment classes **************************************************/
.alignleft {
  text-align:left;
}
.alignright {
  text-align:right;
}
.aligncenter {
  text-align:center;
}
.aligntop {
  vertical-align:top;
}
.floatright {
  float:right;
}
.floatleft {
  float:left;
}
.clearboth {
  clear:both;
}
/* clear floats by applying the clearfix class to float-encasing block !*******/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* general formatting classes **************************************************/
.b {
  font-weight:bold;
}
.ext-link {
  background-color: transparent;
  background: url(./images/external.png) center right no-repeat;
  background-attachment: scroll;
  padding-right: 13px;
}
.ext-link-rtl {
}
.feed-link {
  background-color: transparent;
  background: url(./images/feed.png) center right no-repeat;
  background-attachment: scroll;
  padding: 2px 16px 2px 0px;
}
.feed-link-rtl {
}
.strike {
  text-decoration: line-through;
}

/* Blocks *********************************************************************/

#block-bg-right {
  /*background: #fff;*/
}


.block-box,
.basic {
  padding: 0 15px 15px 15px;
}

.basic h2, .block-box h1{
  color: #000;
}

.block-box-right{
  padding: 15px;
  background: url(images/bg-box.png) top repeat-x;
}


.block-box-banner{
  padding: 15px;
  text-align:
}

.block-box-left ul,
.block-box-right ul,
.block-box ul
 {
  margin-left:20px;
  list-style : square;
}

.block-box-warning {
  background: #000;
  margin: 10px 15px;
  padding: 15px 15px 5px 15px;
  color: #fff;
}

.block-box-warning a{
  color: #ffff00;
}

.block-outerborder-right {
  border-right:1px solid #e6e6e6;
}


/* MENUS **************************************************************/
/* top menu */
#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
font-size: 18px;
line-height: 50px;
z-index: 100;
}

#nav a{
display:block;
margin:0px 1px;
padding:0px 15px;
color: #1c241c;
text-decoration:none;
background: transparent;
}

#nav a:hover, #nav .active{
  background: #536c53;
  color: #fff;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:180px;
top:50px;
/*border: 1px solid #668566;*/
}

#nav li ul a{
width:180px;
height:auto;
float:left;
background: url(images/bg-menu-shover.png) bottom repeat-x;
color: #fff;
font-weight: normal;
font-size: 13px;
line-height: 28px;
}


#nav li ul a:hover{
background: url(images/bg-menu-shover2.png) bottom repeat-x;
color: #fff;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:180px;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

/* Comments *******************************************************************/

#commentarea h2{
  color: #163f53;
}
.comment {
  padding: 10px;
  margin-bottom: 3px;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  background: #f2f2f2;
  overflow: hidden;
  height: 1%;
}
.commentbody{
  margin: 0 0 0 64px;
}
.commentbar-line1 {
  background:transparent;
  padding:3px 3px;
  text-align:center;
}
.commentbar-line2 {
  background:#E7E7E7;
  text-align:center;
  padding-left:3px;
  padding-right:3px;
}
.commentbar-line3 {
  background:#FFFFFF;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #E7E7E7;
  padding:3px 3px;
  text-align:center;
}
.commenttitle {
  background:#F7F7F7;
  border-bottom:1px solid #E7E7E7;
  border-left:1px solid #E7E7E7;
  border-right:1px solid #E7E7E7;
  border-top:1px solid #E7E7E7;
  font-weight:bold;
  font-size:smaller;
  padding:3px 0px 3px 10px;
}
.commentcode {
  padding: 5px;
  background: #f2f2f2;
}
.userphoto {
  float: left;
  padding: 2px;
  border: 1px solid #ccc;
}

/******************************************************************************/
.edit-perm-down {
  text-align:center;
}
.edit-perm-up {
  text-align:center;
  padding-right:10px;
  padding-left:10px;
}
.fieldhelp {
  font-size:0.8em;
  color:#666666;
}

/* Forms **********************************************************************/
.form-description {
  font-weight:bold;
  float:left;
  width:100px;
  text-align:right;
  padding-right:5px;
  display:block;
}
.form-field {
  padding-bottom:5px;
  margin-left:105px;
}
.checkboxes-list {  /* this is used for example by COM_checkList */
  list-style:none;
  padding:0px;
  margin:0px;
}
.checkboxes-list span { /* space between the text and the checkbox */
  padding-left:5px;
}
  font-weight:bold;
}
.missing-field {
  /* reserved for future use */
}
.required-field {
  /* reserved for future use */
}

/******************************************************************************/
.highlight {
  background-color:yellow;
  text-decoration:none;
}
.inputTable td {
  padding:4px;
  vertical-align:top;
}
.inputTable label {
  float:right;
  white-space:nowrap;
}
.moderation-cc {
  width:100%;
}
.moderation-cc-row {
  clear:both;
  height:80px;
  width:100%;
}
.moderation-cc-item {
  float:left;
  text-align:center;
}
.nowrap {
  white-space:nowrap;
}
.pagenav {
  padding: 4px 0;
  border-top: 1px solid #dde3da;
  border-bottom: 1px solid #dde3da;
  background: #eaf0e6;
  text-align:center;
}
.row_center td {
  text-align:center;
}
.searchauth {
  background:transparent;
  color:#000000;
  text-align:left;
}
.searchdate {
  background:transparent;
  color:#000000;
  text-align:right;
}
.searchform-box {
  background:#E7E7E7;
  text-align:right;
  border-bottom:1px solid #CCCCCC;
  height:52px;
  padding:0px 4px 0px 1px;
  margin:0px;
}
.searchform-elements {
  display:inline;
  position:relative;
  top:6px;
}
.searchform-elements input {
  font-size:0.9em;
}
.searchhits {
  background:transparent;
  color:#000000;
  text-align:right;
}
.site-slogan {
  color:#ffffff;
  background:transparent;
}
.sysmessage img {
  border:none;
  float:left;
  padding-bottom:3px;
  padding-right:5px;
}
/* Stats **********************************************************************/
.stats-list-count {
  text-align:right;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-title {
  text-align:left;
  width:90%;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-count {
  text-align:left;
  width:10%;
  padding-left:5px;
  padding-right:5px;
}

/* Story **********************************************************************/
.story {
  padding: 0 15px 30px 15px; 
}
.story h1 {
  color: #000;
}

.story-body {
  /* this is the actual content of the story */
  padding: 15px 0 0 0;
}

.story-featured {
  padding: 0 15px;
}
.story-featured h1 {
  /* the title of a featured story */
  color: #295ab6;
}

.story-comentarios, .story-comments {
  float: left;
  padding: 3px 10px;
  background: #93ac9d;
  color: #fff;
}
.story-comentarios a, .story-comments a {
  color: #fff;
}
.story-icons {
  /* print & mail icons in a storybox */
  float:right;
  padding-top:10px;
}
.story-icons a {
  margin-left:5px;
}
.story-footer {
  /* the bottom of the story with edit-links etc */
  padding:3px;
  text-align:center;
  clear:both;
}
.story-footer p {
  padding:0px;
  margin:0px;
}
.story-information {
  padding-top:3px;
  font-size: 90%;
  background:transparent;
}
.story-information a {
  color: #333;
}
.story ul {
  margin:0px;
  padding-left:20px;
  list-style:square;
}
.story-date {
  float: left;
  background: url(images/date.png) no-repeat;
  width: 48px;
  height: 50px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 65%;
  line-height: 100%;
  padding: 7px 0 0 0;
  margin: 2px 7px 0 0;
}
.story-date span {
  display: block;
  font-size: 250%;
  color: #666;
  padding: 14px 0 0 0;
}
.story ol {
  margin:0px;
  padding-left:20px;
}

.no-spam {
  unicode-bidi:bidi-override;
  direction: rtl;
}

.otherstories {
  margin-left:30px;
  list-style : square;
}
/******************************************************************************/
.topicoption,
.topicoption-off {
}
.warning {
  background:transparent;
  color:#FF0000;
  font-weight:bold;
}
.warningsmall {
  background:transparent;
  color:#FF0000;
}

/* Default Plugin CSS Declarations */
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  color:#000000;
  background-color:#EFEFEF;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.plugin th {
  color:#000000;
  background-color:#B7C1DC;
  padding:5px;
  text-align:left;
}
.plugin tr {
  vertical-align:top;
}
.plugin td {
  padding:2px 5px 2px 5px;
}
.pluginBG {
  color:#FEFEFE;
  background-color:#7398BA;
}
.pluginAltBG {
  background-color:#7398BA;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  color:#666666;
  font-weight:bold;
  background-color:#E6E6E6;
  padding:5px;
}
.pluginCellFill {
  background-color:#F8FAFD;
}
.pluginCellText {
  color:#636363;
  font-weight:normal;
}
.pluginHeader {
  color:#204275;
  font-weight:bolder;
  padding-top:3px;
  padding-bottom:3px;
}
.pluginFooter, .pluginFooter td {
  background-color:#507AA1;
  color:#FFFFFF;
  }
.pluginAlert {
  padding:5px 15px 5px 15px;
  color:#D8010E;
  background-color:#FEF1B4;
  font-weight:bold;
}
.pluginInfo {
  padding:5px 15px 5px 15px;
  color:#707070;
  background-color:#FEF1B4;
  font-weight:normal;
}
.pluginSubTable {
  color:#000000;
  background-color:#CCCCCC;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.pluginSubTable th {
  color:#000000;
  background-color:#C9D1E4;
  padding:5px;
  text-align:left;
}
.pluginSubTable tr {
  vertical-align:top;
}
.pluginSolidOutline {
  background-color:#CCCCCC;
}
.pluginSolidFill {
  background-color:#1A3955;
}
.pluginTitle {
  background-color:#507AA1;
  color:#F5F9FF;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginCellSubTitle {
  background-color:#F7F7F7;
  color:#000000;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginTinyText {
  font-size:0.70em;
}
.pluginSmallText {
  font-size:0.8em;
}
.pluginMediumText {
  font-size:1em;
}
.pluginLargeText {
  font-size:1.25em;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginRow2, .pluginRow2 td {
  color:#000000;
  background-color:#E7E7E7;
  line-height: 120%;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  color:#000000;
  background-color:#FFFFFF;
  line-height:120%;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  color:#000000;
  background-color:#F7F7F7;
  line-height:120%;
}
.pluginLinks A:link {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:visited {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:hover {
  /*color:#000000;*/
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:visited {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:hover {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a.pluginButton:link, a.pluginButton:visited {
  color:#000000;
  text-align:center;
  padding-top:2px;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}
a.pluginButton:hover {
  color:blue;
  text-align:center;
  padding-top:2px;
  background:center url(navbar/images/button_over.gif);
  background-repeat:repeat-x;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}

/* Navbar Class CSS ***********************************************************/
#navcontainer {
  float:left;
  width:100%;
 /* background:#F4F4F4;*/
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #d6d6d6;
  }
#navcontainer ul {
  margin:0px;
  padding:10px 10px 0 50px;
  list-style:none;
}
#navcontainer li {
  display:inline;
  margin:0px;
  padding:0px;
}
#navcontainer a {
  float:left;
  background:url("navbar/images/tableftJ.gif") no-repeat left top;
  margin:0px;
  padding:0px 0px 0px 5px;
  text-decoration:none;
}
#navcontainer a span {
  float:left;
  display:block;
  background:url("navbar/images/tabrightJ.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a span {
  float:none;
}
/* End IE5-Mac hack */
#navcontainer a:hover span {
  color:#FFFFFF;
}
#navcontainer a:hover {
  background-position:0% -42px;
}
#navcontainer a:hover span {
  background-position:100% -42px;
}
#navcontainer a#current span {
  background:url("navbar/images/tabrightI.gif") no-repeat left top;
  background-position:100% -42px;
  color:#FFFFFF;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url("navbar/images/tableftI.gif") no-repeat left top;
  background-position:0% -42px;
}

/* Common CSS for on-hover tooltip feature */
a.tooltip {
  position: relative; /*this is the key*/
  z-index:10;
  color:#000;
  text-decoration:none;
}
a.tooltip:hover  {
  z-index:100;
  text-decoration:none;
}
a.tooltip span {
  display: none;
}
a.tooltip:hover span {
  /*the span will display just on :hover state*/
  z-index:100;
  color:#033666;
  font-style:normal;
  font-size:.8em;
  line-height: 125%;
  display:block;
  position:absolute;
  border:1px solid #C8DAF7;
  background-color:#E5EFFF;
  padding:4px;
  text-align: left;
  text-decoration:none;
  left:-20px;
  top:10px;
  min-width:150px;
}
/* End of common CSS for on-hover info feature */


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
/*position: relative; */ /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 798px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 220px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper .contentdiv h2{
  font-family: arial,"Liberation Sans","Bitstream Vera Sans",sans-serif;
  margin-bottom: 5px;
  color: #fff;
}

.pagination{
position: absolute;
bottom: 5px;
right:80px;
width: 400px;
text-align: right;
}

.pagination a{
padding: 1px 8px;
text-decoration: none; 
color: #fff;
background: url(images/bg-btn01.png) center center no-repeat;
font-size: 90%;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background: url(images/bg-btn02.png) center center no-repeat;
}

.slide-link{
position: absolute;
bottom: 30px;
left: 30px;
}


/* works */
#nano {
background: url(images/portafolio/nano.png) top right no-repeat;
}
#nano p{
  width: 530px;
  text-align: justify;
}

#uccs {
background: url(images/portafolio/uccs.png) top right no-repeat;
}
#uccs p{
  width: 530px;
  text-align: justify;
}

#alcance {
background: url(images/portafolio/alcance.png) top right no-repeat;
}
#alcance p{
  width: 530px;
  text-align: justify;
}
