/*    reset    */
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://www.cssportal.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body{
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
  text-align: center;
  
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 30px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 22px;
  color: #6E99FF;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
    color: #5F8DFA;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}	

body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* body {
    color:#333
}

p {
    padding: 10px;
} */

#wrapper {
    margin: 0 auto;
    width: 1000px;
}

#headerwrap {
    width: 1000px;
    float: left;
    margin: 0 auto;
}

#header {
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    margin: 5px;
}

#contentwrap {
    width: 500px;
    float: left;
    margin: 0 auto;
}

#content {
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #ebebeb;
	margin: 5px;
	/*background-image: url("imagenes/reportesClaro.png");
	background-repeat: no-repeat;
	background-position:center center;	*/
}
#content img  {
	display:block;
	margin: 20px 45px 20px 45px;
}
#content p{
	text-align:justify;
	margin-bottom:9px;
	line-height:13px;
	padding: 5px 10px 5px 10px;
}
#content ul{
	list-style-type:disc;
	text-align:justify;
	margin-bottom:9px;
	margin-left: 20px;
	line-height:13px;
	padding: 5px 10px 5px 10px;
}
#rightcolumnwrap {
    width: 500px;
    float: left;
    margin: 0 auto;
}

#rightcolumn {
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  margin: 5px;
	padding: 10px;
}

#rightcolumn p{
	text-align:justify;
	margin-bottom:9px;
	line-height:13px;
}

#rightcolumn ul{
	list-style-type:disc;
	text-align:justify;
	margin-bottom:9px;
	margin-left: 20px;
	line-height:13px;
	padding: 5px 10px 5px 10px;
}

#footerwrap {
    width: 1000px;
    float: left;
    margin: 0 auto;
    clear: both;
}

#footer {
    height: auto;
    background: #6E99FF;
    border-radius: 10px;
    border: 1px solid #5a85eb;
    margin: 5px;
	padding:10px;
}

#footer h5 font{
	  text-align: center;
}
input{
  border-radius: 3px;
	height:30px;
	border:1px solid gray;
}

input[type="checkbox"] {
  height: 13px !important;
  margin-left: 20px;  
}

#selectall {
  margin-top: 15px !important;
}

#eliminar {
  margin-left: 2px !important;
  margin-bottom: 20px;
}

.right-scroll {
  height: 367px; 
  overflow-y: scroll;
}

#borrar_seleccion {
  margin: 2px 0 0 15px;
  height: 22px;
}


.Nomenclador {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #cccccc;
}
.Nomenclador table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;}

.Nomenclador td{
	vertical-align:middle;
	
	background-color:#6699cc;

	border:1px solid #cccccc;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.Nomenclador tr:last-child td{
	border-width:0px 1px 0px 0px;
}.Nomenclador tr td:last-child{
	border-width:0px 0px 1px 0px;
}.Nomenclador tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
