/*
Theme Name:ntilde
Theme URI:http://www.n-tilde.com
Description:tema WP para n-tilde. Basado en clean-home
Version:1.0
Author:JND
Author URI:
Tags:none

*/

body {
font-family:Arial, serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.7em;
text-align: center;
}
a {
border-bottom:1px dotted #000;
text-decoration:none;
color:#646464;
}
a:hover {
color:#FF9933;
border-bottom:1px dashed #FF9933;
}
hr{
margin-top:35px;
border:0;
border-top:1px dotted #ccc;
width:620px;
color:#fff;
clear:both;
}
#wrapper {
width:900px;
margin:5px auto;
}
#header {
float:left;
width:900px;
margin:0;
}

/* Imagen de logo superior */
#logo {
float:left;
padding:0px 0 10px 0;
}
#logo a {
color:#FF9934;
text-decoration:none;
border-bottom: none;
background-color:#fff;
}

#logo h2 {
font-size : 18px;
font-weight : 200;
padding : 12px 4px 0 0;
letter-spacing : -1px;
}

/* Menú de navegación principal (páginas) */
#nav {
float:right;
width:auto;
padding:12px 0 0;
}
#nav ul {
height:50px;
float:right;
}
#nav li {
text-align:center;
float:left;
display:inline;
width:auto;
}
#nav li a {
font-size:14px;
font-weight:100;
display:block;
padding:15px;
border-bottom:none;
}
#nav li a:hover {
background-color:#f7f7f7;
}

/* Menú de navegación secundario */
/*
#blurb 

{
  font-family:arial. serif, verdana;
  height:auto;
  border-bottom:1px dotted #ccc;
  width:100%;
  float:left;
  padding:10px 0;
  font-size:12px;
  font-weight:400;
  line-height:120%;
  text-align: right;
}

#blurb ul 
{
height:auto;
}
#blurb li 
{
text-align: left;
float:left;
display:inline;
width:auto;
padding: 8px;
}
#blurb li a 
{
font-size: 14px;
font-weight: bold;
display:block;
color: #999999;
border-bottom:none;
}
#blurb li a:hover 
{
  color:#ff9933;
  background-color: white;
}
*/
/***************/
/* Buscador */
/***************/
#search_box {
    width: 201px;
    height: 31px;
    background: url(images/bg_search_box.gif);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

.btn_search
{
  height: 24px;
  width: 27px;
}

/***************/
/* Contenedor */
/***************/

#content 
{
width:620px;
float:right;
border-left:1px dotted #ccc;
padding:30px 30px 0px 30px;
min-height:420px;
text-align:left;
}

#content_all 
{
width: 900px;
float:left;
margin: 0;
text-align: left;
}

/***************/
.post {
padding:0 30px 0 0;
}
.post p {
margin:14px 0 14px 0;
}
.post em{
font-style:italic;
}
.post h2 {
font-family:Georgia;
font-size:24px;
margin:25px 0 10px 0;
font-weight:normal;
}
.post h1, .post h1 a{
font-family:Georgia;
font-size:28px;
margin:30px 0 10px 0;
font-weight:normal;
line-height:32px;
}
.post h3, .post h4 {
font-family:Georgia;
font-size:20px;
margin:15px 0 10px 0;
font-weight:normal;
}
.post h4 {
font-size:18px;
}
.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
color:#e12000;
}
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
}
.post small a {
font-weight:normal;
}
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}
#comments h3, #comments h4{
font-family:Georgia;
font-size:24px;
margin:35px 0 5px;
font-weight:normal;
}
#comments h4{
font-size:28px;
}
#comments cite{
font-family:Georgia;
font-size:18px;
font-weight:normal;
border-bottom:1px dotted #ccc;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
border-right:0;
padding:10px 5px 20px 10px;
min-height:110px;
}
#comments p {
margin:10px 0 0 10px;
width:auto;
}
#comments span {
display:block;
color:#eee;
font-family:Georgia;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}
#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}
#comments input {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments textarea {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-family:Georgia;
font-weight:normal;
font-size:20px;
width:374px;
}
#comments .center {
text-align:center;
}
/************************/
/*Menú lateral izquierdo*/
/************************/
#sidebar {
width:200px;
float:left;
margin:0 0 25px 0;
text-align:left;
}
#sidebar h3 {
padding:25px 0 3px 0;
font-size:18px;
color: #ff9933;
}
#sidebar .block ul {
border-bottom:1px dotted #ccc;
}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}
#sidebar .block li {
border-top:1px dotted #ccc;
}
#sidebar .block li a {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
font-size:13px;
font-weight:normal;
padding:2px 0 2px 15px;
display:block;
border-bottom:none;
}
#sidebar .block li a:hover {
background:#f7f7f7 url(images/bullet_red.gif) no-repeat scroll 6px 52%;
color: #ff9933;
}
/*Repito las dos anteriores, pero les cambio el nombre para usarlas en el script del menu */
.menu_off {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
font-size:13px;
font-weight:normal;
padding:2px 0 2px 15px;
display:block;
border-bottom:none;
}
.menu_on {
background:#f7f7f7 url(images/bullet_red.gif) no-repeat scroll 6px 52%;
color: #ff9933;
font-weight: bold;
}

#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
border-bottom:1px dotted #ccc;
margin:0 0 5px;
}
#sidebar .widget_recent_comments li {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
border-bottom:1px dotted #000;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
color:#e12000;
border-bottom:1px dashed #e12000;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
border-bottom:1px dotted #ccc;
}
#sidebar .widget_text h3 , #sidebar .calendar h3{
border-bottom:1px dotted #ccc;
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold; 
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
#sidebar #wp-calendar tfoot td{
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}

/************************/
/*Páginas centrales     */
/************************/
h1.n_title
{
color: #999999;
font-weight: bold;
font-size: 22px;
}

h1.n_title:first-letter
{
color: #F07F09;
}

.n_subpage #n_content
{
font-family: Verdana, Arial;
font-size: 12px;
color: black;
}

.n_subpage ul
{
padding-left: 25px;
}

.n_subpage li
{
list-style-type: square;
color: #F07F09;
}

.n_subpage li span
{
color: black;
}

label.n_title
{
color: #999999;
}
label.n_title:first-letter
{
color: #F07F09;
}

/* Pie de página */

#footer {
  width:900px;
  float:left;
  text-align:right;
  padding:20px 0 40px 0;
  font-size: 14px;
  /*background: url(images/bg_footer.gif) top left no-repeat;*/
}

#footer_redess{
  background: #000000;
  border-bottom: 4px solid #F07F09;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

#footer_menu{
  background: url(images/fondo_shortcuts.gif) repeat-x;
  height: 300px;
  border-bottom: 2px solid #F07F09;  
}

.footer_menu_item
{
  float: left;
  width:25%;
  color: #c0c0c0;
  background: transparent;
  border: 0px;
}

#footer_contacta
{
  clear: both
}


#footer p
{
color: #999999;
font-weight: bold;
}

#footer a
{
color: #999999;
border-bottom:none;
}

#footer a:hover
{
color: #FF9933;
}

#valor1, #valor2, #valor3, #valor4 h1
{
font-weight: bold:
font-size: 13px;
}

/**********************************************************************/
/*** Estilos para los formularios de contacto ***/
/**********************************************************************/

#formcontacto .formitem
{
  width: 90%;
  border: 1px solid #F07F09;
  background: #FFFFFF;
  margin:0px;
  padding:0px;
}

#mailfrom,#subjecttext,#nombre,#empresa,#cargo,#ciudad,#telefono,#persona
{
  width: 100%;
  border: 1px solid #F07F09;
  background: #FFFFFF;
  font-size: 24px;
  padding: 3px; 
  font-family:arial, serif, verdana;  
}
#subjecttext
{
  height: 150px;
  font-size: 24px;
  font-family:arial, serif, verdana;
}
.chkbox
{
  border: 1px solid #F07F09;
}
#btnEnviarConsulta
{
  border: 1px solid #FFFFFF;
  background: #F07F09;
  color: #FFFFFF;
  font-size: 24px;  
  font-family:arial, serif, verdana;  
}
#td_btnEnviarConsulta
{
  text-align: right;
}
.labelform
{
  text-align: left;
  color: #000000;
  font-size: 13px;
}

#n_content h1
{
font-weight: bold;
color: #999999;
}

.n_subpage
{
background: url(images/fondo_e.gif) no-repeat;
background-position: right bottom;
min-height: 420px;
width: 100%;
}

/************ NOTICIAS ************/
#n_news_pretitle
{
color: #ff9933;
text-transform: uppercase;
font-size: 12px;
font-family: verdana,arial;
padding-bottom: 5px;
text-decoration: none;
}

#n_news_pretitle a
{
color: #ff9933;
text-decoration: none;
}

#n_news_pretitle a:hover
{
color: #ff9933;
text-decoration: underline;
}

#n_news_title
{
color: #336492;
font-size: 22px;
font-family: verdana,arial;
font-weight: bold;
padding-bottom: 10px;
}

#n_news_posttitle
{
color: #999999;
font-size: 11px;
border-top: 1px solid #ff9933;
border-bottom: 1px solid #999999;
font-family: verdana,arial;
}

/**** Menú *****/
    #blurb_left 
    {
      float: left;      
      background: url(images/menuhor/menu_left.gif) top left no-repeat;
      height: 36px;    
      width: 14px;  
    }    
    
    #blurb 
    {
      float: left;      
      background: url(images/menuhor/menu_fondo.gif) top right repeat-x;
      height: 36px;    
      width:871px;  
    }
    
    #blurb_right 
    {
      float: left;      
      background: url(images/menuhor/menu_right.gif) top left no-repeat;
      height: 36px;    
      width: 15px;  
    }        
    
    #blurb_menu
    {
      margin: 0px;
      padding: 0px;
      float: left;
      font-family: Trebuchet MS,arial,verdana,tahoma;
    }
    
    #blurb_menu li
    {
      display: inline;
    }    
    
    
  #blurb_menu li a
  {
    float: left;
    font-size: 12px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 11px; /*padding of tabs*/
    text-decoration: none;
    border-right:1px solid #FFFFFF;
    background: transparent url("images/menuhor/menu_fondo.gif") top right repeat-x;
    border-bottom: 0px;
  }
       
    
  #blurb_menu li a:visited
  {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 0px;
  }



  #blurb_menu li a:hover
  {
    color: #FFFFFF;
    font-weight: bold;
    background: url(images/menuhor/menu_selected.gif) top right repeat-x;
    text-decoration: none;
    border-bottom: 0px;
  }  

  #blurb_menu li a.menu_selected
  {
    color: #FFFFFF;
    font-weight: bold;
    background: url(images/menuhor/menu_activated.gif) top right repeat-x;
    text-decoration: none;
    border-bottom: 0px;
  }  

/**********************************************************************/
/*** Estilos para la transición de elementos de la página principal ***/
/**********************************************************************/

#n_front_slides a
{
text-decoration: none;
border: 0px;
}

#n_front_slides
{
  width:auto;
  border: 5px solid #c0c0c0;
  height: 300px;
}

#slides_content 
{
	width:520px;
	overflow:hidden;
	margin:auto;
	height:300px;	
	float:left;
	border-right: 5px solid #c0c0c0;
}

#slides_content .slide 
{
	float:left;
	width:520px;
	height:300px;
}

#n_front_right
{
  background:transparent;
    padding-top: 0px;
}

#n_right_top
{
  height: 220px;
  text-align: left;
  width: auto;
padding-left: 25px;
margin-left: 540px;
  padding-top: 25px;

}

#n_right_list
{
  list-style-type: none;
  float:left;
  padding-top: 5px;
  padding-right: 5px;
  text-align:left;
}


#n_right_elto
{ 
  height: 50px;
  width: 100%;
 padding: 0px;
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  color: #7f7f7f;

}

#n_right_elto a
{ 
  display: block; 
  color: #7f7f7f;  
  text-decoration: none;
  background: url(/wp-content/themes/ntilde/images/slides/fondo_lateral.gif) top left repeat-x;
  min-width: 290px;
  height: 50px;
  padding: 20px;
  filter: Alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

#n_right_elto a:hover
{ 
  filter: Alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  color: #000000;
}


#n_right_bottom
{
  text-align: right;
height: 18px;
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;  
}

#n_right_bottom a
{
  margin-bottom: 0px;
  margin-right: 10px;
  border: 1px solid #6b6b6b;
  padding: 6px; 
  text-decoration: none; 
  color: #ffffff;  
  background: #6b6b6b;  
height: 18px;
}

#n_right_bottom a:hover
{
  background: url(/wp-content/themes/ntilde/images/slides/fondo_selector.gif);
  border: 1px solid #ff7200;
}

#n_right_bottom .slideselected,#current
{
  background: url(/wp-content/themes/ntilde/images/slides/fondo_selector.gif);
  border: 1px solid #ff7200;
}


.n_slide_text
{
  filter: Alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  background: #c0c0c0;
  color: black;
  padding: 5px;
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;

  width: auto;
  height: 50px;
  float: clear;
  position: relative;
  top: 250;
  left:0;
  margin-top: 250px;
}

.n_slide_text_left
{
  width:410px; 
  float:left;
}

.n_slide_text_right
{
  width:100px; 
  float:right;
}

.n_slide_text_left2
{
  width:100px; 
  float:left;
}

.n_slide_text_right2
{
  width:400px; 
  float:right;
}



.n_slide_text_right a, .n_slide_text_left2 a
{
  filter: Alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.n_slide_text_right a:hover, .n_slide_text_left2 a:hover
{
  filter: Alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

.n_front_footer
{
  width:auto;
  height: 183px; 
  background: #c0c0c0;
  padding: 1px;
}

.n_footer_img 
{
  filter: Alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.n_footer_img:hover 
{
  filter: Alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

#n_right_top h1
{
font-size: 18px;
font-weight: bold;
color: #c0c0c0;
}

#n_right_top h1:first-letter
{
color: #F07F09;
}

#n_right_top ul
{
font-size: 15px;
font-weight: bold;
color: #c0c0c0;
}

#n_right_top li
{
list-style-type: square;
color: #F07F09;
padding-left: 10px;
}

#n_right_top li span
{
color: black;
}

/**********************************************************************/
/*** Estilos para clientes, noticias, partners ***/
/**********************************************************************/
#n_marco
{
border:1px dotted #c0c0c0; 
min-height: 140px; 
padding: 5px; 
width:620px;
}

#n_marco_news
{
border:1px dotted #c0c0c0; 
min-height: 220px; 
height: auto !important;
height: 220px; 
padding: 5px; 
width:620px;
}

#n_marco_inleft
{
float:left;
width: 420px;
}

#n_marco_inright
{
float:right;
width:140px;
}

#n_marco_inleft .n_news
{
font-weigh: bold;
font-size: 16px;
}
#n_marco_inleft .n_date
{
font-size: 11px;
}

/**********************************************************************/
/*** Estilos para la barra de noticias de la página principal ***/
/**********************************************************************/

    #barnews_left 
    {
      float: left;      
      background: url(images/menunews/menu_left_news.gif) top left no-repeat;
      height: 36px;    
      width: 14px;  
    }    
    
    #barnews
    {
      float: left;      
      background: url(images/menunews/menu_news.gif) top right repeat-x;
      height: 36px;    
      width:871px;  
    }   
    
    #barnews_right 
    {
      float: left;      
      background: url(images/menunews/menu_right_news.gif) top left no-repeat;
      height: 36px;    
      width: 15px;  
    }        


    
    #barnews_item
    {
      margin: 0px;
      padding: 0px;
      float: left;
      font-family: Trebuchet MS,arial,verdana,tahoma;
    }
    
    #barnews_item li
    {
      display: inline;
    }    
    
    
    #barnews_item li a
  {
    float: left;
    font-size: 12px;
    color: #000000;
    font-size: 15px;
    padding: 8px 11px; /*padding of tabs*/
    text-decoration: none;
    background: transparent url("images/menunews/menu_news.gif") top right repeat-x;
    border-bottom: 0px;
  }

    #barnews_item li a:hover
  {
color: #ff7200;
}

    #barnews_item li a .news_excerpt
  {   
    font-weight: none;
text-decoration: none;
  }

   .news_excerpt
  {   
    font-weight: none;
text-decoration: none;
  }
    #barnews_item li a  .news_more
  {
    color: #000000;
  }

.barnews_img
{
  filter: Alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.barnews_img:hover 
{
  filter: Alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

/**********************************************************************/
/*** Estilos para el cuadro de partners y productos de la página principal ***/
/**********************************************************************/

#n_partners
{
	width:900px;
	height:106px;
	margin: 0 auto;
}

.partnersizqda {
	background: url(images/menupartners/partnersizqda.png) no-repeat;
	width:11px;
	height: 106px;
}



.partnersdcha {
	background: url(images/menupartners/partnersdcha.png) no-repeat;
	width:11px;
	height: 106px;
}



.partnerscentro {
	background: url(images/menupartners/partnerscentro.png) repeat-x;
	width:878px;
	height: 106px;
text-align: center;
}

.partnerscentro ul {
	margin:0px;
	padding:0px;
}

.partnerscentro ul li{
	display:inline;
}


.floating
{
	float:left;
}

/**********************************************************************/
/*** Estilos para el pie de página ***/
/**********************************************************************/

.footer_menu_item h3
{
  color: #c0c0c0;
  font-size: 110%;
  font-weight: bold;
}

.footer_menu_item a
{
  color: #c0c0c0;
}

.footer_menu_item a:hover
{
  color: #FF9933;
}

/**********************************************************************/
/*** Estilos para cuadros de diálogo flotantes ***/
/**********************************************************************/

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:320px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}

#ie6only #simplemodal-container a.modalCloseImg {background:none; right:-14px; width:22px; height:26px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/x.png',sizingMethod='scale');}

#simplemodal-container a.modalCloseImg 
{
  text-decoration: none;
  border: 0px;
}

#simplemodal-container a.modalCloseImg:hover
{
  text-decoration: none;
  border: 0px;  
}

#basic-modal-content h3,#basic-modal-content2 h3
{
  font-size: 150%;
  font-weight: bold;
  color:ff9933;
}
#basic-modal-content p,#basic-modal-content2 p
{
  color: #ffffff;
  text-align: left;
}

/**********************************************************************/
/*** Estilos para el carrusel de tira (strip)***/
/**********************************************************************/

	img{border:none;}

			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#carrusel
	{	
		width:900px;
		height:185px;		
	}	
			
	#contentslider
	{
		width:900px;
		height:185px;
		border-left: 0px;
		position: relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:900px;
		height:185px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:51px;
		}	
	#nextBtn{ 
		left:900px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		border: 0px;
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		border: 0px;
		}	
		
/**********************************************************************/
/*** Estilos para el formulario emergente del campus***/
/**********************************************************************/	

#divFormCampus 
{
	display: none;
	padding:5px;
	border:2px solid #FADDA9;
	background-color:#FDF4E1;
	position: absolute;
	width: 250px;
	#width: 300px;	
	height: 150px;	
	#height: 125px;
	z-index: 100;
	text-align: left;
	#left: 70%;
	#top: 75px;
}

#divCerrarFormCampus
{
  background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;
}

#divFormCampus label
{
  color: #366492;
  font-weight: bold;
}

#divFormCampus input
{
  border: 1px solid #366492;
  margin-right: 2px;
  width: 150px;
}

#divFormCampus submit
{
  border: 1px solid #366492;
  margin-right: 2px;
  width: 100px;  
}

#divFormCampus h1
{
  font-size: 150%;
  font-weight: bold;
  color:ff9933;
  text-align:center;
}

#tdFormCampusSubmit
{
  text-align: right;
}
