body {
	/*background-color: #383737;*/
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 80%;
}

/*#header {
	background: #FFFFFF url(../images/header.png)  no-repeat scroll 0 0;
	height: 80px;
}*/
#container {
	background: #FFFFFF url(../images/sidebar.png) repeat-y scroll 0 0;
	margin: auto;
	margin-top: 10px;
	width: 690px;
}
#content {
	/*background: #FAFAFA none repeat scroll 0 0;*/
	/*margin-left: 10%;
	position: relative;*/
	padding: 15px;
}
#navbar table{
	background: #c5c5c5 none repeat scroll 0 0;
}
#buscar {
	margin-left: 46%;
}
/*#footer {
	background: #FFFFFF url(../images/footer.png) no-repeat scroll 0 0;
	clear: both;
	height: 20px;
}*/

#header h1, h2 {
	text-align:center;
	margin: 0px;
	padding: 8px;
}

h5 {
	color: #0064B0;
}

a{
	color: #0064B0;
	text-decoration: underline;
}

a:link, a:visited {
	color: #0064B0;
	text-decoration: none;
}

a:hover {
	color:#15328d ;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	 width:95%;
	 text-align:center;
}

tr.alternate {
	background: #f1f1f1 none repeat scroll 0 0;
}

img{
	border: none;
}

td {
	border:1px solid lightgray;
	padding:5px;
	font-size: 70%;
}

.recuadro {
	background: #f1f1f1 none repeat scroll 0 0;
	padding: 10px;
}

.parrafo {
	width: 90%;
	margin: auto;
	padding: 10px;
	border: 1px solid #999;
	background-color: #eef;
}

/*	ESPECIFICO PARA EL CATALOGO DE AEGI */
.noborder {
	border: 0;
}
.justificado {
	text-align: justify;
}
.banner {
	text-align: center;
}

#content_aegi {
	padding: 15px;
	background: #f1f1f1 none repeat scroll 0 0;
}
#banner_pulsa {
	background: #f1f1f1 url(../files/images/banner_catalogo.png) no-repeat scroll 0 0;
}
#texto_banner {
	margin-left: 200;
}
