/*
Esta es un modelo para la página de noticias del INCLAP.com
*/

#contenedor {
	width: 800px;
	margin: auto;
	background: #FFFFFF;
	}
	
	/* Menu */

#menu {
	border-top: 2px solid #4b5b9c;
    background-color:#f0f0f0;
    text-align:right;
	width: 800px;
	padding-right: 5px;
}


#menu li {
	display: inline;
	text-align: right;
}

#menu a {
	padding: 15px 15px 0 15px;
	border-top: 5px solid #29A4E1;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #fef1e2;
}

#menu .active a {
	background: #FFA800;
	border-top-color: #E16629;
}

#menu a b {
	text-decoration: underline;
}

	
/* Banner o flash principal */
#banner {
	border-bottom: 5px solid #E16629;
    background: url(images/img02.jpg) no-repeat 100%;
	height:60px;
	position: absolute;
	top: 50px;
	}
	
 /**WIDGET DE LA NBA**/ 
.widget {
width: 200px;
height: 446px;
border: 1px dashed #6a8f5a;
}

 /**FIN DE WIDGET**/ 

body {
	background: #FFFFFF;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
	left: auto;
}

.textos {
font: normal 13px Arial, Helvetica, sans-serif;
}

.image {
FLOAT: left;
margin-right: 8px;
}

a {
	color: #29A3E1;
}

a:hover {
	text-decoration: none;
	color: #E16629;
}

/* Boxed */

.title {
	background: url(images/img04.gif) no-repeat right;
	border-bottom: 3px solid #fc6980;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	background: url(images/img06.gif) no-repeat left bottom;
}

.mish4 {
font-family: Arial;
font-size: 15px;
font-weight: bold;
color: #fea976;
border-bottom: 1px dashed black;
}


.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 .content {
	background: url(images/img07.gif) no-repeat left bottom;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}

.boxed4 {
	FLOAT: left;
	WIDTH: 400px;
	BORDER-TOP:#b7b7b7 1px solid;
	border-bottom: #b7b7b7 1px solid;
}

.caja1 {
	margin-left: 2px;
	position: relative;
	width: 316px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	left: 4px;
}
/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Contenido */

#content {
	float: right;
	width: 560px;
	border-bottom: 1px solid #FFFFFF;
}

#content ol, #content ul {
	line-height: 152%;
}

/* columna izquierda */

#sidebar {
	float: left;
	width: 215px;
}

/* noticias de la izquierda */

#news {
	padding-top: 0px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
	margin-left:15px;
}

#news li {
	margin-bottom: 15px;

}

#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Ejemplos */

#sample1, #sample2 {
	float: left;
	width: 270px;
}


#sample2 {
	margin-left: 10px;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #E16629;
}

#footer p {
	text-align: center;
	font-size: 77%;
}
