@charset "utf-8";


@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400,700,300);


body {
	font-family: "Roboto Condensed", sans-serif, Arial, Helvetica;	
	background-image: url(imagenes/fondo-neumacarg-03.jpg);		
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color:#CFD0D1;
	}

#tabla tr td {
 background-color: none;
}

#cabecera {
	width: 100%;
	position: relative;
	text-align: left;
	margin-top: -25px;
	background-position: center top;
	position: relative;
	margin-right: auto;
	margin-left: auto;	
	}
	
#contenido-cabecera {
	width: 960px;
	height: 260px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}	
	
#cuerpo {
	width: 100%;
	position: absolute;
	text-align: left;
	background-position: center top;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}
		
#contenido-cuerpo {
	width: 960px;
	height: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	overflow: auto;
	}
	
#contenido-cuerpo table tr td {
	text-align: center;
	font-family: "Roboto Condensed", sans-serif, Arial, Helvetica;	
	font-size: 14px;
}

#destacado-azul {
 padding: 10px;
 margin-top: 5px;
 margin-bottom: 5px;
 background-color:#00509D;
}

td {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.blanco {
	color: #FFF;
	font-weight: bold;
	text-align: center;
		font-size: 17px;
		}
		
.gris {
	color: #CFD0D1;
		text-align: center;
		font-size: 17px;
		}
	
.columnaizq{
	width: 460px;
	float: left;
	overflow: auto;
	margin-right: 40px;
    text-align : justify;
}

.columnader{
	width: 460px;
	float: left;
	overflow: auto;
    text-align : justify;
}

.columnatotal{
	width: 960px;
	float: left;
	overflow: auto;
    text-align : justify;
}
	
h1 {
	font-size: 40px;
	font-weight: bold;
	color: #00509D;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	color: #00509D;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #00509D;
}

h4 {
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
}

h5 {
	font-size: 16px;
	font-weight: 300;
	color: #FFF;
}

p {
	font-size: 18px;
	font-weight: 300;
	color: #00509D;
}

a {
	text-decoration: none;
	color: #FFF;
}

#tabla a {
	text-decoration: none;
	color: #00509D;
}

p a {
	text-decoration: none;
	color: #00509D;
}

h3 a {
	text-decoration: none;
	color: #00509D;
}

#separador {
	width: 960px;
	height: 4px;
	background-image: url(imagenes/separador-04.png);
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
}

#separador1 {
	width: 960px;
	height: 1px;
	background-color: #FFF;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
}

#articulo2 {
	width: 306px;
	float: left;
	margin-left: 20px;
	overflow: auto;
	}
	
#articulo3 {
	width: 306px;
	float: left;
	overflow: auto;
	}
	
#page-wrap{
	width: 100%;
	margin: auto;
	text-align: center;
	float: left;
	display: block;
}
 
#page-wrap:after{
width: 100%;
	text-align: center;

}

#pie{
	text-align: center;
	background-color:#00509D;
}
