/*Temnplate v0.61
1) Agregamos las Categorias de Virtuemart
2) modificamos el mainMenu
3) agregamos background a las categorias y lo aplicamos al style
*/

body {
	margin:0px;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	text-align:justify;
}
.contendor{
	background:#fff url(../images/new/bg-body.png) repeat-y center;
	width:780px;
	margin:0 auto
}
/* Menu principal*/
ul {
  margin: 0;
}

hr {
  background: #CCC;
  height: 1px;
  width: 100%;
}

.title {/*
	font-family:Arial, Tahoma;
	font-size: 14px;
	color: #81A73A;
	height: 21px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #81A73A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81A73A;
	display: block;
	padding-top: 5px;*/
}

.pathway {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}
a{outline:none}
a.pathway{
  color:#000;
  font-weight:normal;
}

a.pathway:hover {
  color:#000;
  font-weight:normal;
  text-decoration:underline;
}
/*MANIN LEVEL (menú principal*/
a.mainlevel{
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font: normal 12px Arial, Tahoma;
	color: #fff;
	text-align: left;
	display: block;
	width: 132px;
	text-decoration: none;
	background: url(../images/new/btn-bottom.jpg) no-repeat bottom;
	font-weight:bold;
	padding:0 0 5px;
	margin-bottom:5px;
}
a.mainlevel span{
	background: url(../images/new/btn-top.jpg) no-repeat top;
	padding-top:5px;
	padding:5px 5px 0;
	display:block;
	width:122px;
	min-height:16px;
	height:auto !important;
	height:16px;
	line-height:16px;
	cursor:pointer
}

a.mainlevel:hover{
	color: #666;
	text-decoration: none;
}

/* --Sublevel-- */
a.sublevel{
	display: block;
	vertical-align: middle;
	COLOR: #666;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	padding-left:10px;
	width:118px;
	margin:-5px 0 2px
}

a.sublevel:hover, a.sublevel#active_menu{
	COLOR: #7a6771;
	font-style: normal;
	text-decoration: none;
}


/*Volver de los contenidos*/
.back_button {
	float: right;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	width: auto;
	padding: 0px 10px;
	margin: 1px;
	text-decoration: underline;
}

a.back_button {
color:#33FF00}


table.moduletable {
        margin: 0px 0px 0px 0px;
        width: 90%;
        }
table.moduletablemenu1{margin-left:3px}
table.moduletablemenu1 td {
  padding: 0px 0px 0px 0px;

   }
	

table.moduletable th {
	display: block;
	vertical-align: middle;
	font-family:Arial, Tahoma;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	height: 10px;
	width: 137px;
  padding: 10px 0px 7px 15px;
  
}

table.moduletable td {/
       padding: 0px 2px 12px 8px;
}

.poll {
	font-family:Arial, Tahoma;
  font-size        : 10px;
  color            : #666666;
  line-height      : 14px;
}


.sectiontableheader {
	font-family:Arial, Tahoma;
  background-color : #7B6772;
  color            : #FFFFFF;
  font-weight      : bold;
}

.sectiontableentry1 {
font-family:Arial, Tahoma;
background-color : #F0F0F0;
}

.sectiontableentry2 {
font-family:Arial, Tahoma;
 background-color : #E0E0E0;
}


.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #7B6772;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}


.contentpane {
  background       : #FFFFFF;
}

.contentpaneopen {
  background       : #FFFFFF;
}
/*Titulos de los contenidos*/
.contentheading, .componentheading, .title {
	vertical-align: middle;
	font-size: 14px;
	height: 16px;
	font-weight:bold;
	padding-bottom:4px;
	padding-left:3px;
	background:url(../images/new/barra.jpg) no-repeat 0 bottom
	
}
.title{display:block}
table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}
table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}
table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}



.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}


.button {
  font-family      : Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #F0F0F0;
  color            : #000000;
  border           : 1px solid #CCCCCC;
}

.inputbox {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #CCCCCC;
}
a{
  color: #7a6771;
  text-decoration:none;
}

a:hover {
  color            : #7a6771;
  text-decoration  : underline;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle{
        font-size: 13px;
        font-weight: bold;
         color: #000;
        text-align:left;
        }

a.contentpagetitle:hover {
        font-size: 13px;
        font-weight: bold;
        text-align:left;
        color: #7B8DA1;
        text-decoration: underline;
        font-weight: bold;
        }

a.category{
  color:#333;
  font-weight:bold;
}

a.category:hover{color:#7B8DA1;}

/* Styles for dhtml tabbed-pages */
.ontab {
        background-color: #ffae00;
        border-left: outset 2px #ff9900;
        border-right: outset 2px #808080;
        border-top: outset 2px #ff9900;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        cursor: hand;
        font-weight: bold;
        color: #FFFFFF;
}
.offtab {
        background-color : #e5e5e5;
        border-left: outset 2px #E0E0E0;
        border-right: outset 2px #E0E0E0;
        border-top: outset 2px #E0E0E0;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        cursor: hand;
        font-weight: normal;
}
.tabpadding {
}

.tabheading {
        background-color: #ffae00;
        text-align: left;
}

.pagetext {
        visibility: hidden;
        display: none;
        position: relative;
        top: 0;
}

/* for modifying {moscode} output.  Dont set the colour! */
.moscode {
        background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size : 10pt;
        color : #ff6600;
        text-align: center;
}
/* custom stuff */
.container
{
        border: solid;
        border-width: 1px;
        border-color: #efefef;
        background-color: White;
}
.boxes {
        border: solid;
        border-color: #efefef;
        border-width: 1px;

}

  
/* CATEGORIAS VIRTUEMART
Este va a ser el link de las categorias del Virtuemart lo uso para el Virtuemart, 
para las categorías. Modificamos shop.index.php del viertuemart. 
1. Agregamos un background image llamado: back-categoria.gif el cual se encuentra
dentro de la carpeta images dentro del template*/

a.categoriasVM{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 36px;
	background-image: url(../images/back-categoria.gif);
	background-repeat: repeat-y;
	display: block;
	background-position: center;
	margin-top: 3px;
	border: 1px solid #CCCCCC;
	position: relative;
	width: 230px;
	margin-left: 100px;
}

a.categoriasVM:hover, a.categoriasVM#active_menu{
	color: #7B6772;
	text-decoration: underline;
}
/*FIN CATEGORIAS VIRTUEMART*/

/*Estilos nuevos*/
.page{
	width:744px;
	margin:0 auto;
	*padding-left:1px
}
.header-a{
	height:99px;
	background:url(../images/new/header.gif) repeat-x top;
}
.header-a-inner{
	overflow:hidden;
	height:99px;
}
.moduletable_home-docencia a,
.moduletable_logo a,
.moduletable_links-header a,
.moduletable_btn-top a{
	display:block;
	text-indent:-9999px;
}
.moduletable_home-docencia{float:right;} 
.moduletable_home-docencia a{
	background:url(../images/new/title.jpg) no-repeat;	
	width:220px;
	height:22px
}
.moduletable_logo a{
	background:transparent url(../images/new/logo_top.jpg) no-repeat 0 0;
	width:140px;
	height:63px;
}
.moduletable_logo{
	clear:right;
	float:left;
	margin-top:14px;
	*margin-top:36px;
	width:140px
}
.moduletable_links-header{
	float:left;
	margin:14px 0 0 6px;
	*margin-top:25px;
	width:450px
}
.moduletable_links-header a{
	float:left;
	width:133px;
	height:38px;
	margin-right:17px;
}
.nuestorH{background: url(../images/new/nuestro.gif) no-repeat top;}
.nuestorH:hover, .pacientesE:hover, .planM:hover{background-position:bottom}
.planM{background: url(../images/new/plan.png) no-repeat top;}
.pacientesE{background: url(../images/new/pacientes.jpg) no-repeat top;}
.moduletable_btn-top{
	float:left; 
	overflow:hidden;
	height:32px;
	margin:19px 0 0 28px;
	*margin-top:30px
}
.moduletable_btn-top a{
	background-image: url(../images/new/varios1.png);
	background-repeat:no-repeat;
	height:32px;
	float:left
}
.btn-contacto{
	width:38px;
	background-position:left top
}
.btn-contacto:hover{background-position:right top}
.btn-home{
	width:31px;
	background-position: left -32px
}
.btn-home:hover{background-position:-31px -32px}
.btn-mapa{
	width:31px;
	background-position: left -64px;
}
.btn-mapa:hover{background-position:-31px -64px}
.footer{
	background:#b897c6 url(../images/new/pie_nh.jpg) no-repeat top;
	padding:139px 0 15px;
	color:#7a6771;
	text-align:center;
	font-size:12px
}
.moduletable-footer{width:100%}
.moduletable-joomFish{width:100%; margin-top:-22px; *margin-top:-20px; *margin-bottom:14px}
.moduletable-joomFish ul.jflanguageselection{margin-left:33px; float:none; position:relative; *margin-top:19px}
.moduletable-joomFish ul.jflanguageselection li{margin-left:5px}

.mainBody p{margin:11px 0}

.tituloLila, .tituloLila a, .colorLila{color: #78687}
.tituloLila{margin:14px 0 10px}
.moduletable-btn-fr{width:115px;}
.moduletable-btn-fr a{
	background:url(../images/new/btn_menuf_b.jpg) no-repeat;
	width:115px;
	height:26px;
	line-height:26px;
	display:block;
	color:#fff;
	text-align:center;
	font-size:12px;
	font-weight:bold
}

.moduletable-btn-fr a:hover{text-decoration:none; color:#ccc}