@font-face {
    font-family: "Vibur";
    src: url(fonts/Vibur.ttf) format("truetype");
}

* {
	margin:0;
	padding:0;
}
body{
	background:#ededed;
	/*background:#B40404;*/
	font-family: sans-serif;
	font-size:10px;
}
/*este es el contenedor de toda la maketacion*/
#contenedor{
	margin-top:0px;
	background:white;
	width:1070px;
	height:950px;
	border-radius:5px 5px 8px 8px;
}
#contenedor1{
	margin-top:0px;
	background:white;
	width:1024px;
	height:auto;
	border-radius:5px 5px 8px 8px;
}
.titulo{
	color:white;
	font-size:12px;
}
.encabezado{
	text-decoration:none;
	color:white;
	padding:7px;
	font-size:15px;
	border-radius:8px 8px 8px 8px;
}
.encabezado:hover{
	font-weight:bold;
}
.boton{
	font-size:15px;
	text-decoration:none;
	/* Para mas o menos botones en la linea, configurar el ultimo padding */
	padding: 10px 15px;
	color:white;
	background-color:#313131;
	border-radius:8px 8px 8px 8px;
}
.bloque {   
    width: 525px;
    margin-left: auto; 
    margin-right: auto;
     text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.bloque a {
    	vertical-align: top;
    	display: inline-block;
    	*display: inline;
    	zoom: 1;
	width: 140px;
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.boton:hover{
	background-color: #ce3338;
	font-weight:bold;
}

#info{
	margin-top:0px;
	background:white;
	width:800px;
	height:950px;
	float:right;
}
nav{
	width: 1024;
	height: 10px;
	/*background-color:red;*/
	padding-top:0px;
}
#logo
{
	width:200px;
	height:50px;
	padding: 0;
	border: 0;
	float:left;
	margin-top:-85px;
	margin-bottom:0px;
}
/*Color de los submenus*/
span{
	color: #6D6D6D;
	font-size: 12px;
	line-height: 15px;
	margin-left:5px;
}


/*esta es la cinta de arriba del inicio general*/
#cin{
	width: 100%;
	height: 50px;
	text-align:left;
	background-color: #2a2a2a;
}
#cin span{
	color:white;
	text-decoration:none;
	font-size:20px;
}
#cin span:hover{
	/*color: #ff0000;*/
	font-weight: bold;
}
/*FIN cinta de arriba del inicio general*/


/*esta es la cinta de abajo la de los botones*/
#cin_abajo{
	width: auto;
	height: 50px;
	text-align:center;
}


/*esta es la cinta del index de los sitios del sistema*/
#cin_sites{
	width: 100%;
	height: 50px;
	text-align:center;
	background-color: #2a2a2a;
}
#cin_img{
	width: 50px;
	height: 50px;
	background-image: url("../images/inicio.png");
	background-repeat: no-repeat;
	float:right;
}
#cin_img:hover{
	background-image: url("../images/inicio2.png");
}




/*este es el style de las cajas flotantes*/
#conte{
	position: relative;
	float:right;
	height:10px;
	width:650px;
}

/*este es el contenedor del menu lateral*/
#caja6{
	height:auto;
	width:190px;
	float:float;
	margin-top:10px;
	position: absolute;
	left: -419px;
	padding-left:0px;
	top: 40px;
	z-index:8;
}

#pic{
	padding-left:100px;
}

/* Footer */
.footer{
	background-color: #e9eef0;
	/*color: #5b5b5b;*/
	padding: 5px;
	border-top: 5px solid #ce3338;
}
.footer b{
	font-style: italic;
}