/* RESET */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body {line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}nav ul {list-style:none;}blockquote, q {quotes:none;}blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration: line-through;}abbr[title], dfn[title]{border-bottom:1px dotted;cursor:help;}table {border-collapse:collapse;border-spacing:0;}hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}input, select {vertical-align:middle;}
/* FIN RESET */

/* TAGS */
body{
    font-family: 'century gothic';
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
nav{
    border-right: 1px dotted gray;
    width: 230px;
    float:left;
    padding:10px;
    text-align: left;
    margin-top:20px;
    font-size:12px;
    line-height: 15px;
}
nav h4{
	font-size:22px;
	font-weight:bold;
	margin-bottom:5px;
	}
article{
    width:1065px;
    overflow:hidden;
}
* html article{overflow:auto;}
h1{
    font-size:300%;
    line-height: 60px;
}
h2{
    font-size:200%;
    line-height: 40px;
}
h3{
    font-size:30px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top:4px;
}
h4{
    font-size:18px;
    margin-bottom: 4px;
}
a{
    color:#55a;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    color:#999;
    text-decoration: underline;
}
a img{vertical-align:middle;}
table{padding:2px}
th, td{padding: 2px;vertical-align: top;}
th{background:#55a;color:white;}
tr:nth-child(odd) {
  background: #ddd;
}
input{width:170px;}
textarea{width:300px;height:40px;}
/* FIN TAGS */

/* BOXES */
#wrapper{
    width:1366px;
    overflow-x:hidden;
}
.topmenu{
    width:100%;
    height: 24px;
    background:black;
    color:white;
    padding: 2px;
    overflow:hidden;
}
.box_center{
    margin:200px auto;
    text-align: left;
    width: 400px;
    padding: 10px;
    border: 1px dotted gray;
    background: #eee;
}
#vista{
    float:left;
    padding:10px;
    text-align: left;
    /*width:1400px;*/
}
/* FIN BOXES */

/* GENERICAS */
.left {float:left;}
.right {float:right;}
.mid{vertical-align: middle;}
.quote{margin-left: 2px;}
.ancha{clear:both;width:100%;height: 30px;}
.button{-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background:#333;color:#ddd;cursor: pointer;text-align: center;margin:15px 0;}
.button:hover{background:#666;}
.buscador{display: none}
.fecha{width:70px;}
.sangria{margin-left:10px;}

/* FIN GENERICAS */

/* Minutas */

.tabla_mails{
    float:left;
    margin-left:20px;
}

.tabla_direcciones{
    float:left;
    margin-left:20px;
}
.tabla_proveedores_riesgo{
    float:left;
    margin-left:20px;
}
.error {
	border: 2px solid red !important;
}

/* Fin Minutas */