@charset "utf-8";
/* CSS Document */
*
{
    font-family: Arial, Helvetica, sans-serif;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;
}
.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
.contenedor{
	position:relative;
	z-index:50;
	width: 1100px;
	height:100%;
	margin:0 auto;
	overflow:hidden;
	background-color:#FFF
}
.texto {
	font-family: arial;
	font-size: 16px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.titulo {
	font-family: arial;
	font-size: 23px;
	font-weight: bold;
	color: #19411f;
	font-style: normal;
	text-transform: none;
	text-align: left;
	vertical-align: top;
	height: 35px;
	text-decoration: none;
}
.caja{
	background-color:#FFF;
	width:990px;
	margin:auto;
}
.logo{
	background-color:#19411f;
	width:100%;
	margin:auto;	
}
.nav{
	background-color:#EE4700;
	width:100%;
	margin:auto;	
}
button {
	border: none;
	background: #EE4700;
	color: #FFF;
	padding: 3px;
	font-size: 16px;
	position: relative;
	box-sizing: border-box;
	width: 130px;
}
button:hover {
 background: #19411f;
 color: #FFF;
 box-shadow: inset 0 0 0 3px #19411f;
}
.franja{
	background-color: #EE4700;
	width: 100%;
	height: 3px;
	float: left;
	margin: 15px 0px;
	text-align: center;
}
.articulo{
	width:462px;
	text-align:left;
	float: left;
}
.tres_columnas{
	width:300px;
	text-align:left;
	float: left;
}
.nota{
	width:990px;
	text-align:left;
	float:left;
}
.cajas {
	width:990px;
	margin:auto;
}
.pie {
	font-family: arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height:18px;
}
.caja_texto{
	background-color:#333;
	padding:7px;
	color:#FFF;
	text-align:left;
	font-size:14px;
	width:976px;
	margin:5px 0px;;
}
.cajita{
	margin:auto;
	width:198px;
	height:130px;
	float:left;
	text-decoration: none;
	border:none;
}
