/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
*/

html,body {
    margin:0 auto;
    padding:0;
    height:100%; /* needed for container min-height */

    font-family:"Arial",sans-serif;
    font-size: 90%;
    color:#000;

}

.bodyFondo{
    background:#FFF;
    width:90%;
}

h1 { 
    font:1.5em georgia,serif;
    margin:0.5em 0;
}

h2 {
    font:1.25em georgia,serif;
    margin:0 0 0.5em;
}

h1, h2, a {
    color:grey;
    text-decoration:none;
}

h1, h2, a:hover {
    color:orange;
    text-decoration: none;
}

h3{
    font-variant: small-caps;
    margin: 0;
}

p { 
    line-height:1.5;
    margin:0 0 1em;
}

div#container {
    position:relative; /* needed for footer positioning*/
    margin:0 auto; /* center, not in IE5 */
    width:980px;

    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/

    min-height:100%; /* real browsers */
}

div#header {
    padding:1em;
    background:#ddd url("file:///D|/Documentos/NetBeansProjects/iuvacordoba/csslayout.gif") 98% 10px no-repeat;
    border-bottom:6px double gray;
}
div#header p {
    font-style:italic;
    font-size:1.1em;
    margin:0;
}

div#content {
    padding:1em 1em 5em; /* bottom padding for footer */
}
div#content p {
    text-align:justify;
    padding:0 1em;
}

div#footer {
    position:absolute;
    width:100%;
    /*bottom:0;  stick to bottom */
    background:#dedede;
    border-top:6px double #9e9e9e;
    text-align:center;
    border-radius: 7px;
}
div#footer p {
    padding:1em;
    margin:0;
}
/* begin Header */
div.art-header
{
    margin: 0 auto;
    /*position: relative;*/
    width: 100%;
    /*height: 199px;*/
    overflow: hidden;
}


div.art-header-center
{
    position: relative;
    width: 100%;
    /*left:50%;*/
}



div.art-header-jpeg
{
    /*position: absolute;*/
    top: 0;
    /*left:-61%;*/
    /*width: 1920px;*/
    height: 125px;
    /*background-position: center center;*/
}

/* end Header */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
    outline: none;
}

.art-menu, .art-menu ul
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    display: block;
}

.art-menu li
{
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    float: left;
    position: relative;
    z-index: 5;
    background: none;
}

.art-menu li:hover
{
    z-index: 10000;
    white-space: normal;
}

.art-menu li li
{
    float: none;
}

.art-menu ul
{
    visibility: hidden;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background: none;
}

.art-menu li:hover>ul
{
    visibility: visible;
    top: 100%;
}

.art-menu li li:hover>ul
{
    top: 0;
    left: 100%;
}

.art-menu:after, .art-menu ul:after
{
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
.art-menu, .art-menu ul
{
    min-height: 0;
}

.art-menu ul
{
    background-image: url(../images/spacer.gif);
    padding: 10px 30px 30px 30px;
    margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
    padding: 30px 30px 30px 10px;
    margin: -30px 0 0 -10px;
}




div.art-nav-center
{
    position: relative;
    float: right;
    right: 50%;

}

ul.art-menu
{
    position: relative;
    float: left;
    left: 50%;
}

.firefox2 ul.art-menu
{
    float: none;
}


/* menu structure */

.art-menu
{
    padding: 6px 6px 6px 6px;
}

.art-nav
{
    position: relative;
    min-height: 38px;
    z-index: 100;
}

.art-nav .l, .art-nav .r
{
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    background-image: url(../images/nav.png);
}

.art-nav .l
{
    left: 0;
    right: 0;
    border-radius:7px;
}

.art-nav .r
{
    right: 0;
    width: 1920px;
    clip: rect(auto, auto, auto, 1920px);
}


/* end Menu */

/* begin MenuItem */
.art-menu a
{
    position: relative;
    display: block;
    overflow: hidden;
    height: 26px;
    cursor: pointer;
    text-decoration: none;
}


.art-menu ul li
{
    margin:0;
    clear: both;
}


.art-menu a .r, .art-menu a .l
{
    position: absolute;
    display: block;
    top: 0;
    z-index: -1;
    height: 88px;
    background-image: url(../images/menuitem.png);
}

.art-menu a .l
{
    left: 0;
    right: 1px;
}

.art-menu a .r
{
    width: 402px;
    right: 0;
    clip: rect(auto, auto, auto, 401px);
}

.art-menu a .t, .art-menu ul a, .art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
    text-align: left;
    text-decoration: none;
}

.art-menu a .t
{
    color: #D9D9D9;
    padding: 0 17px;
    margin: 0 1px;
    line-height: 26px;
    text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
    top: -31px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
    top: -31px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
    top: -31px;
}
.art-menu a:hover .t
{
    color: #D4D4D4;
}

.art-menu li:hover a .t
{
    color: #D4D4D4;
}

.art-menu li:hover>a .t
{
    color: #D4D4D4;
}


.art-menu a.active .l, .art-menu a.active .r
{
    top: -62px;
}

.art-menu a.active .t
{
    color: #372901;
}
/* end MenuItem */

/* begin MenuSeparator */
.art-menu .art-menu-li-separator
{
    display: block;
    width: 9px;
    height:26px;
}
.art-nav .art-menu-separator
{
    display: block;
    margin:0 auto;
    width: 1px;
    height: 26px;
    background-image: url(../images/menuseparator.png);
}
/* end MenuSeparator */

/* begin MenuSubItem */
.art-menu ul a
{
    display: block;
    text-align: center;
    white-space: nowrap;
    height: 26px;
    width: 180px;
    overflow: hidden;
    line-height: 26px;
    background-image: url(../images/subitem.png);
    background-position: left top;
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: #595959;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
    display: inline;
    float: none;
    margin: inherit;
    padding: inherit;
    background-image: none;
    text-align: inherit;
    text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
    text-align: left;
    text-indent: 12px;
    text-decoration: none;
    line-height: 26px;
    color: #E0E0E0;
    font-size: 12px;
    margin:0;
    padding:0;
}

.art-menu ul li a:hover
{
    color: #D9D9D9;
    border-color: #595959;
    background-position: 0 -26px;
}

.art-menu ul li:hover>a
{
    color: #D9D9D9;
    border-color: #595959;
    background-position: 0 -26px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
    color: #D9D9D9;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
    color: #D9D9D9;
}


/* end MenuSubItem */

/* begin Layout */
.art-content-layout
{
    display: table;
    width: 99.3%;
    table-layout: fixed;
    border-collapse: collapse;
    background-color: Transparent;
    border: none !important;
    padding:0 !important;
}
.art-layout-cell, .art-content-layout-row
{
    background-color: Transparent;
    vertical-align: top;
    text-align: left;
    border: none !important;
    margin:0 !important;
    padding:0 !important;
}
.art-content-layout .art-content-layout{width: auto;margin:0;}
.art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell{display: table-cell;}
.art-layout-cell .art-layout-cell{display: block;}
.art-content-layout-row {display: table-row;}
.art-layout-glare{position:relative;}/* end Layout */

/* begin LayoutCell, sidebar1 */

.art-content-layout .art-sidebar1
{
    background-image: url(../images/sidebar_bg.png);
    width: 20%;
}

/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */




.art-content-layout .art-content .art-block
{
    background-image: url(../images/sidebar_bg.png);
}
/* end LayoutCell, content */




.overview-table .art-layout-cell
{
    width:33%;
}


.overview-table-inner 
{
    margin:10px;
}

table.table
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}

/* begin Box, Block */
.art-block
{
    position: relative;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-block-body
{
    position: relative;
    padding: 0;
}


.art-block
{
    margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-blockheader
{
    margin-bottom: 0;
}

.art-blockheader, .art-blockheader h3.t
{
    position: relative;
    height: 34px;
}

.art-blockheader h3.t,
.art-blockheader h3.t a,
.art-blockheader h3.t a:link,
.art-blockheader h3.t a:visited, 
.art-blockheader h3.t a:hover
{
    color: #000000;
    font-size: 14px;
}

.art-blockheader h3.t
{
    margin:0;
    padding: 0 11px 0 6px;
    white-space: nowrap;
    line-height: 34px;
}

.art-blockheader .l, .art-blockheader .r
{
    position: absolute;
    height: 34px;
    background-image: url(../images/blockheader.png);
}

.art-blockheader .l
{
    left: 0;
    right: 1px;
}

.art-blockheader .r
{
    width: 1920px;
    right: 0;
    clip: rect(auto, auto, auto, 1919px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.art-blockcontent
{
    position: relative;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-blockcontent-body
{
    position: relative;
    padding: 5px;
}


.art-blockcontent-body, 
.art-blockcontent-body li, 
.art-blockcontent-body a,
.art-blockcontent-body a:link,
.art-blockcontent-body a:visited,
.art-blockcontent-body a:hover
{
    color: #000000;
    font-family: "Arial",sans-serif;
    font-size: 13px;
}

.art-blockcontent-body p
{
    margin: 6px 0 6px 0;
}

.art-blockcontent-body a
{
    color: #916B03;

}

.art-blockcontent-body a:link
{
    color: #916B03;

}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited
{
    color: #7D7D7D;
    text-decoration: none;
}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover
{
    color: #C39004;
    text-decoration: none;

}

.art-blockcontent-body ul li
{
    line-height: 125%;
    color: #000000;

    padding: 0 0 0 15px;
    background-image: url(../images/blockcontentbullets.png);
    background-repeat: no-repeat;
}/* end Box, BlockContent */

/* begin Button */
.art-button-wrapper a.art-button,
.art-button-wrapper a.art-button:link,
.art-button-wrapper input.art-button,
.art-button-wrapper button.art-button
{
    text-decoration: none;
    font-family: "Arial",sans-serif;
    font-size: 13px;
    position:relative;
    top:0;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    color: #1C1C1C !important;
    width: auto;
    outline: none;
    border: none;
    background: none;
    line-height: 32px;
    height: 32px;
    margin: 0 !important;
    padding: 0 16px !important;
    overflow: visible;
    cursor: default;
}

.art-button img, .art-button-wrapper img
{
    margin: 0;
    vertical-align: middle;
}

.art-button-wrapper
{
    vertical-align: middle;
    display: inline-block;
    position: relative;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    margin: 0;
    padding: 0;
    z-index: 0;
}

.firefox2 .art-button-wrapper
{
    display: block;
    float: left;
}

input, select, textarea
{
    vertical-align: middle;
    font-family: "Arial",sans-serif;
    font-size: 11px;
    border: 1px solid #cdcdcd;
}

.art-block select 
{
    width:96%;
}

.art-button-wrapper.hover .art-button, .art-button-wrapper.hover a.art-button:link, .art-button:hover
{
    color: #1C1C1C !important;
    text-decoration: none !important;
}

.art-button-wrapper.active .art-button, .art-button-wrapper.active a.art-button:link
{
    color: #E0E0E0 !important;
}

.art-button-wrapper .art-button-l, .art-button-wrapper .art-button-r
{
    display: block;
    position: absolute;
    height: 106px;
    margin: 0;
    padding: 0;
    background-image: url(../images/button.png);
}

.art-button-wrapper .art-button-l
{
    left: 0;
    right: 10px;
}

.art-button-wrapper .art-button-r
{
    width: 409px;
    right: 0;
    clip: rect(auto, auto, auto, 399px);
}

.art-button-wrapper.hover .art-button-l, .art-button-wrapper.hover .art-button-r
{
    top: -37px;
}

.art-button-wrapper.active .art-button-l, .art-button-wrapper.active .art-button-r
{
    top: -74px;
}

.art-button-wrapper input
{
    float: none !important;
}
/* begin Box, Post */
.art-post
{
    position: relative;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-post-body
{
    position: relative;
    padding: 5px 0;
}


.art-post
{
    margin: 0;
}

a img
{
    border: 0;
}

.art-article img, img.art-article
{
    border: solid 0 #262626;
    margin: 7px;
}

.art-metadata-icons img
{
    border: none;
    vertical-align: middle;
    margin: 2px;
}

.art-article table, table.art-article
{
    border-collapse: collapse;
    margin: 1px;
}

.art-article th, .art-article td
{
    padding: 2px;
    border: solid 1px #696969;
    vertical-align: top;
    text-align: left;
}

.art-article th
{
    text-align: center;
    vertical-align: middle;
    padding: 7px;
}

pre
{
    overflow: auto;
    padding: 0.1em;
    float:left;
}

/* end Box, Post */

/* begin PostHeaderIcon */
h2.art-postheader
{
    color: #7D5C03;
    margin: 5px 0 5px 0;
}

h2.art-postheader, 
h2.art-postheader a, 
h2.art-postheader a:link, 
h2.art-postheader a:visited,
h2.art-postheader a.visited,
h2.art-postheader a:hover,
h2.art-postheader a.hovered
{
    font-size: 24px;
}

h2.art-postheader a, h2.art-postheader a:link
{
    text-align: left;
    text-decoration: none;
    color: #966F03;
}

h2.art-postheader a:visited, h2.art-postheader a.visited
{

    color: #4D4D4D;
}


h2.art-postheader a:hover,  h2.art-postheader a.hovered
{


    color: #595959;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.art-post ol, .art-post ul
{
    margin: 1em 0 1em 2em;
    padding: 0;
}

.art-post li
{
    font-size: 13px;
}

.art-post li ol, .art-post li ul
{
    margin: 0.5em 0 0.5em 2em;
    padding: 0;
}

.art-post li
{
    color: #141414;

    padding: 0;
}


/* end PostBullets */

/* begin PostQuote */
.art-postcontent blockquote,
.art-postcontent blockquote a,
.art-postcontent blockquote a:link,
.art-postcontent blockquote a:visited,
.art-postcontent blockquote a:hover
{
    color: #140F00;
    font-style: italic;
    font-weight: normal;
    text-align: left;
}

.art-postcontent blockquote p
{
    margin: 2px 0 2px 15px;
}

.art-postcontent blockquote
{
    border: solid 0 #FCD66E;
    margin: 10px 10px 10px 50px;
    padding: 0 0 0 28px;
    background-color: #FCD66E;
    background-image: url(../images/postquote.png);
    background-position: left top;
    background-repeat: no-repeat;/* makes blockquote not to align behind the image if they are in the same line */
    overflow: auto;
}

/* end PostQuote */
/* end Button */

.art-postcontent,
.art-postcontent li,
.art-postcontent table,
.art-postcontent a,
.art-postcontent a:link,
.art-postcontent a:visited,
.art-postcontent a.visited,
.art-postcontent a:hover,
.art-postcontent a.hovered
{
    font-family: "Arial",sans-serif;
}

.art-postcontent p
{
    margin: 12px 0 12px 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
    font-family: "Arial",sans-serif;
    font-size: 32px;
}

.art-postcontent a
{
    text-decoration: none;
    color: #AF8104;
}

.art-postcontent a:link
{
    text-decoration: none;
    color: #AF8104;
}

.art-postcontent a:visited, .art-postcontent a.visited
{

    color: #595959;
}

.art-postcontent  a:hover, .art-postcontent a.hover
{

    text-decoration: underline;
    color: #595959;
}


.art-postcontent h1
{
    margin: 21px 0 21px 0;
    color: #AF8104;

}

.art-postcontent h2
{
    color: #AF8104;
    margin: 19px 0 19px 0;
    font-size: 24px;
}

.art-postcontent h3
{
    margin: 19px 0 19px 0;
    color: #E6AA05;
    font-size: 19px;
}

.art-postcontent h4
{
    margin: 20px 0 20px 0;
    color: #404040;
    font-size: 16px;
}

.art-postcontent h5
{
    margin: 26px 0 26px 0;
    color: #404040;
    font-size: 13px;
}

.art-postcontent h6
{
    margin: 35px 0 35px 0;
    color: #404040;
    font-size: 11px;
}

ul
{
    list-style-type: none;
}

ol
{
    list-style-position: inside;
}

#art-main
{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    cursor:default;
}

#art-page-background-glare
{
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
}

#art-page-background-glare-image
{
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
}

html:first-child #art-page-background-glare
{
    border: 1px solid transparent;/* Opera fix */
}



.cleared
{
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1px;
}

form
{
    padding: 0 !important;
    margin: 0 !important;
    font-family: "Arial",sans-serif;
    font-variant: small-caps;
}

table.position
{
    position: relative;
    width: 100%;
    table-layout: fixed;
}
/* end Page */

table.deconline {
    background-color:white;
    border-radius: 7px solid #ccc;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    width: 98%;
    margin: 5px auto;
    font-family: "Arial";
}

table.deconline  tr  th {
    font: bold .9em/1.5em Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #FFFFDD;
    text-align: left;
    padding: 5px;
    border: 0;
    background: #263d96 url(../images/overlay.png) repeat-x 0 -130px;
    border-radius: 3px;
}

.deconline tr td {
    padding: 2px;
    /*border: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border: 0;*/
}

table.deconline2 {
    background-color:white;
    border: 1px solid #ccc;
    border-bottom: 3px solid #999;
    border-right: 3px solid #999;
    width: 900px;
    margin: 5px auto;
    table-layout: fixed;
}

table.deconline2  tr  th {
    font: bold .9em/1.5em Tahoma, Geneva, sans-serif;
    color: #FFF;
    background: #FCF;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #3C3539;
}

.deconline2 tr td {
    padding: 2px;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

input.error{
    border:1px solid #FF0000;
    background-color:#FFF4F0;
    color:#FF0000;
}

.Desactivado{
    background-color:#CCCCCC;
    color:black;
    vertical-align:middle;
    padding:2px

}

select.error{
    border:1px solid #FF0000;
    background-color:#FFF4F0;
    color:#FF0000;
}

.iframe{
    width: 97%;
    background: none repeat scroll 0 0 #F7F7F9;
    border: 2px solid #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 0 1px rgba(0, 0, 2, 0.1), 0 1px 0 rgba(0, 0, 2, 0.15), 0 1px 1px rgba(0, 0, 2, 0.1);
    padding: 17px;
    text-shadow: 0 1px 0 #FDFDFF;
    float: left;
    text-align: center;
}

.cssmenu ul {margin: 0; padding: 7px 6px 0; background: #263d96 url(../images/overlay.png) repeat-x 0 -110px; line-height: 100%; border-radius: 1em; font: normal .9em/1.5em Arial, Helvetica, sans-serif; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4); -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);}
.cssmenu li {margin: 0 5px; padding: 0 0 8px; float: left; position: relative; list-style: none; }
.cssmenu a {color: #e7e5e5; text-decoration: none; display: block; padding:  8px 10px; margin: 0; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;	 text-shadow: 0 1px 1px rgba(0,0,0, .3); }
.cssmenu a:hover {background: #000; color: #fff;}
.cssmenu .active a,
.cssmenu li:hover > a {background: #6f96e5 url(../images/overlay.png) repeat-x 0 -40px; color: #444; border-top: solid 0px #f8f8f8; -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2); -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2); box-shadow: 0 1px 1px rgba(0,0,0, .2); text-shadow: 0 1px 0 rgba(255,255,255, 1); }
.cssmenu ul ul li:hover a,
.cssmenu li:hover li a {background: none; border: none; color: #666; -webkit-box-shadow: none; -moz-box-shadow: none;}
.cssmenu ul ul a:hover {background: #8f8f8f url(../images/overlay.png) repeat-x 0 -100px !important; color: #fff !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-shadow: 0 1px 1px rgba(0,0,0, .1);}
.cssmenu li:hover > ul {display: block;}
.cssmenu ul ul {display: none; margin: 0; padding: 0; width: 185px; position: absolute; top: 40px; left: 0; background: #ddd url(../images/overlay.png) repeat-x 0 0; border: solid 1px #b4b4b4; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3); -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3); box-shadow: 0 1px 3px rgba(0,0,0, .3);}
.cssmenu ul ul li {float: none; margin: 0; padding: 3px; }
.cssmenu ul ul a {font-weight: normal; text-shadow: 0 1px 0 #fff; }
.cssmenu ul:after {content: '.'; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.cssmenu  ul {height: 1%;}

.placaInput{
    background: url(../images/placa.png) no-repeat;
    border: none;
    height: 107px;
    width: 204px;
    text-align: center;
    font-size: 32px;
    font-family: "Arial Black", sans-serif;
}

/* Mensajes de ayuda */

#mensajesAyuda
{
	width:200px;
	font-family:Arial;
	font-size:12px;
        border-radius: 3px;
	border:1px solid #000000;        
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	text-align:justify;
}

#ayudaTitulo
{
	background-color:#DDDFFF;
	color:#000000; 
	padding:2px;
        text-align: center;
        font-weight: bold;
        text-shadow: 1px 1px white, -1px -1px #333;
}

#ayudaTexto
{
	background-color:#FFFFFF; 
	vertical-align:middle;
	padding:4px;
}

#roundborders
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#FFFFFF;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px; 
	box-shadow: #B3B3B3 5px 5px 5px;
	padding: 7px;
	border:1px solid #999;
	text-align:center;
}

#roundbordersblue{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#11397b;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px; 
	box-shadow: #B3B3B3 5px 5px 5px;
	padding: 7px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}