@import url('reset.css');
@import url(gallery.css);
body {
	font-color:#326699;
	color: #336699;
}
.wrapper .ingresa h1 {
	font-size: 140%;
}
.wrapper {
	height: 200px;
	width: 250px;
	margin: 20px;
	padding: 20px;
	float: left;
}

td{font-family:verdana; font-size:8pt; color:#336699;}
a:visited{color:#336699;}
a:{color:#336699;}
.Estilo6 {font-size: 20pt; }
.wrapper .ingresa .datos {
	font-size: 90%;
	font-family: Tahoma, Geneva, sans-serif;
}

.acTerapeutica {
/*	margin: 0px;
	padding: 0px;
	height: auto;*/
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;

    font-size: 90%;
    color: #003919;
    text-decoration: none;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 8px;
    padding-left: 5%;
    display: block;

}
.acTerapeutica .acciones {
	height: auto;
	width: 30%;
	margin: 0px;
	padding: 0px;
}

#aTerapeutica{
    width: 95%;
    margin: 0px;
    padding: 0px;
    font-size: 11px;

}
#atProductos{
    /*width: 95%;*/
    margin: 0px;
    padding: 0px;
    font-size: 85%;

}
#atProductos .classdatos{
    display:block;    
    /*height:43px;*/
    margin: 20px 0px 0px 0px;
    padding:35px;
    font-size:140%;
    /*font-style: italic; */
    text-align:center;
/*    color:#E5E5E5;
    background-color: #036;
*/    background-repeat: no-repeat;
    background-position: left top;
    border-radius:5px 5px 5px 5px;
    box-shadow:0px 0.5px 5px #E5E5E5;       
}

#acClasTerapeutica{
	width: 95%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;

}
.acTerapeutica .acciones .accionT {
	font-size: 9px;
}

.acTerapeutica .productos {
	height: auto;
	width: 60%;
}

.acTerapeutica .productos .dialog{
    color:#326699;
    font-color:#326699;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.acTerapeutica .productos h2 {
    color: #FFFFFF;
    /*font-size: 100%;*/
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    background-color: #326699;
    padding-left: 15px;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mRight {
	float: right;
}
.clear {
	clear: both;
}


.mleft {
	float: left;
}


/* Estilos del Formulario */
.login_form h2, .login_form label {  
    font-family: Georgia, Times, "Times New Roman", serif;  
}  
  
.form_hint, .required_notification {  
    font-size: 11px;  
}  
  
/* === List Styles === */  
.login_form ul {  
    width: 750px;  
    list-style-type: none;  
    list-style-position: outside;  
    margin: 0px;  
    padding: 0px;  
}  
  
.login_form li {  
    padding: 12px;  
    border-bottom: 1px solid #eee;  
    position: relative;  
}  
  
.login_form li:first-child, .login_form li:last-child {  
    border-bottom: 1px solid #777;  
}  
  
/* === Form Header === */  
.login_form h2 {  
    margin: 0;  
    display: inline;  
}  
  
.required_notification {  
    color: #d45252;  
    margin: 5px 0 0 0;  
    display: inline;  
    float: right;  
}  
  
/* === Form Elements === */  
.login_form label {  
    width: 150px;  
    margin-top: 3px;  
    display: inline-block;  
    float: left;  
    /*padding: 3px;  */
    padding: 5px 8px;  
}  
  
.login_form input {  
    height: 20px;  
    width: 220px;  
    padding: 5px 8px;  
}  
  
.login_form textarea {  
    padding: 8px;  
    width: 300px;  
}  
  
.login_form button {  
    margin-left: 156px;  
}  
  

/* === Button Style === */  
button.submit {  
    background-color: #68b12f;  
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));  
    background: -webkit-linear-gradient(top, #68b12f, #50911e);  
    background: -moz-linear-gradient(top, #68b12f, #50911e);  
    background: -ms-linear-gradient(top, #68b12f, #50911e);  
    background: -o-linear-gradient(top, #68b12f, #50911e);  
    background: linear-gradient(top, #68b12f, #50911e);  
    border: 1px solid #509111;  
    border-bottom: 1px solid #5b992b;  
    border-radius: 3px;  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    -ms-border-radius: 3px;  
    -o-border-radius: 3px;  
    box-shadow: inset 0 1px 0 0 #9fd574;  
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset;  
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;  
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;  
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;  
    color: white;  
    font-weight: bold;  
    padding: 6px 20px;  
    text-align: center;  
    text-shadow: 0 -1px 0 #396715;  
}  
  
    button.submit:hover {  
        opacity: .85;  
        cursor: pointer;  
    }  
  
    button.submit:active {  
        border: 1px solid #20911e;  
        box-shadow: 0 0 10px 5px #356b0b inset;  
        -webkit-box-shadow: 0 0 10px 5px #356b0b inset;  
        -moz-box-shadow: 0 0 10px 5px #356b0b inset;  
        -ms-box-shadow: 0 0 10px 5px #356b0b inset;  
        -o-box-shadow: 0 0 10px 5px #356b0b inset;  
    }  
/*---------- Esto es una demos -------------------------*/
.tittablas {
    background-color: #336699;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #99b2cc;
    color: #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #336699;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #336699;
    border-left-color: #336699;
}
.tdTablas {
    font-family: Tahoma, Geneva, sans-serif;
    border: 1px solid #336699;
    /*font-size: 90%;*/
    color: #336699;
    text-decoration: none;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 8px;
    padding-left: 5%;
    display: block;
}
.tdTablas2 {
    font-family: Tahoma, Geneva, sans-serif;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E0E0E0;
}

/******** Menus de Navegacion *****/
/* sub navigation */
.sidenav {
    padding: 0px;
    margin-top: 0px;
}
.sidenav h2 {
    color: #FFFFFF;
    font-size: 85%;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    background-color: #326699 ;
    padding-left: 15px;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sidenav ul {
    padding: 0;
    border-top: 1px solid #EAEADA;
    width: 100%;
}
.sidenav li {
    color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EAEADA;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
}
.sidenav li a {
	font-size: 75%;
    display: block;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 10%;
    height: auto;: 3px;  
    color: #326699;
}
.sidenav li a:hover {
    color: #999999;
    background-repeat: no-repeat;
    background-position: right center;
}
/************************************/
