/*************** index.php *******************************************************/
/*********************************************************************************/
body{
    width:900px;
    margin:0 auto;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #333333;
}

textarea {
    min-height: 30ex;
    width: 100%;
    font-size: 12px;
}

img {
    border: 0
}

h2 {
    text-align: center;
    padding: 10px
}

.link_style:hover {
    text-decoration: underline;
    cursor: pointer;
}

.input,.output {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    color: #000000;
}

.left {
    right: auto;
    left: 0%;
}

.lineaSeparadora {
    background-color:#007DCC;
    line-height:8px;
}

.languageLinks {
    text-align: right;
}

a {
    text-decoration: none;
    color: #007DCB;
}

a:hover{
    text-decoration: underline;
}

/*************Waiting screen****************/
#waiting_frame{
    position: absolute;
    background: url("img/bg3.png");
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    display: none;
    z-index: 100;
}

#waiting_frame img{
    position: absolute;
    top: 40%;
    left: 45%;
}

/***************Secciones*******************/
#main, #iphonebox, #footer, #more_info{
    position: relative;
    padding: 10px;
    clear: both;
    display: block;
}

/************ Encabezado UPC***************/
#navbar {
    clear: both;
}

#navbar img{
    max-height: 70px;
}

/***************Main************************/
#boxtraductor{
    background-color: white;
    width:100%;
    left: 2%;
    color: #FFFFFF;
}

/*************Sugerencia******************/
#boxsuggest{
    background-color: #99CCFF;
    text-align: center;
    padding: 10px;
}

#suggesttitle{
    background-color: #99CCFF;
    text-align: center;
    font-size: larger;
    display: none;
    padding: 10px;
}

#suggestquestion{
    text-decoration: underline;
}

#suggestquestion:hover{
    cursor: pointer;
}

#thankssuggestion{
    color: green;
    font-size: larger;
    text-decoration: none;
    clear: both;
}

/*********Tabs***********************/

#tabnav{
    margin:0 0;
    padding:0px 0px;
    text-align:left;
}
#tabnav li{padding-left: 20px; padding-right: 20px;}
#tabnav .activetab{display:inline; background-color: #0672b1;}
#tabnav .tab{display:inline; background-color: #99CCFF;}
#tabnav .tab:hover{background-color: #0672b1; border-color: #0672b1;}

#text_form, #resultbox{background-color: #0672b1; padding: 10px;}
#querytext{text-align: center; height:20px;}
#controlpanel{width:100%; height:30px;}	
#controlpanel td{text-align: right;}
#controlpanel #erase{text-align: left;}

#file_form{background-color: #0672b1; padding: 10px;}

#titleresult{background-color: #0672b1; padding: 10px; text-align: center;}

#divout{padding: 10px;}

/****************iPhone****************/
#iphonebox img{
    float: left;
}

/***************Footer**********************/
#footer #imglinks{float: right}
#footer #imglinks img{max-width: 150px; max-height: 50px}

/***************Bottom**********************/
#more_info {
    display: none;
}

/*************** help.php ********************************************************/
/*********************************************************************************/
.pas img {width: 200px}
.pas {width: 200px; float:left; margin:0.5em 1em 2em;}
.nivell{height:500px}