/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/07/2014, 05:33:31 PM
    Author     : HearColors
*/

/*.table1{
    font-family:Calibri;
    font-size: 14px;
    text-align: justify;
    
}

.CSSTableGenerator {
	margin:0px;
        padding:0px;
	width:100%;
	border:1px solid #ffffff;
}

.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	margin:0px;
        padding:0px;
}*/

*{font-family: arial; font-size: 15px;}

h1,h2{font-size: 1.5em;}

.CSSTableGenerator tr:nth-child(odd){ background-color:#bac8ea; }/*#6699cc; Color azul intercalado*/
.CSSTableGenerator tr:nth-child(even)    { background-color:#dedede; }/*#cccccc Color gris intercalado*/
.CSSTableGenerator td{ padding:7px;}
/*.CSSTableGenerator td{
	vertical-align:middle;
	border:1px solid #ffffff;/*#ffffff Color al borde de la tabla*/ 
	/*border-width:0px 1px 1px 0px;
	text-align:left;
	padding:4px;
	font-size:14px;
	font-family:Calibri;
	font-weight:normal;
	color:#000000;/*#000000 Color de la letra
}*/

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
	color:#FFFFFF;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

bootstrap.min.css:8
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    line-height: 20px;
    color: #ccc;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

#newspaper-a {
   text-align: left;
   border-collapse: collapse;
}