body {
	margin: 0;
	padding: 0;
	background-image: url("images/body_bg.png");
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #f00;
	text-align: center;
}


a:link {
	color: #0059ff;
}

a:hover, a:active {
	text-decoration: none;
	color: #0059ff;
}

a:visited {
	color: #0059ff;
}

img {
	border: none;
}

/* Form */


input { font-family: Tahoma, Verdana, Arial;
	font-size: 11px; 
	color: #1a1a1a;
	background-image:url('images/textarea.png');
	border: #000;
	border-style: solid;
	border-width:1px;
	}
textarea { font-family: Tahoma, Verdana, Arial;
	font-size: 11px; 
	color: #1a1a1a;
	background-image:url('images/textarea.png');
	border: #000;
	border-style: solid;
	border-width:1px;
	}
select { font-family: Tahoma, Verdana, Arial; 
	font-size: 11px; 
	color: #fff; 
	background-color: #4d4d4d; 
	border: #000000; 
	border-style: solid;
	border-width:1px;
	}

/* Header */
#header {
	margin: 0 auto;
	padding: 0;
	background-image : url('images/header_bg.png'); 
	height : 182px; 
	width : 998px;
}

#topmenu {
margin: 0 auto;
padding: 0;
background-color: transparent;
width : 998px;

}

#topmenu ul {
text-align: right;
margin: 0;
padding: 15px 70px 0px 0px;

}
#topmenu li {
display: inline;
}

#topmenu a:link {
color: #fff;
text-decoration: none;
margin: 0px 2px 0px 2px;
padding: 4px 20px 4px 20px;
}
#topmenu a:visited {
color: #fff;
text-decoration: none;
margin: 0px 5px 0px 5px;
padding: 4px 25px 4px 25px;
}
#topmenu a:hover {
color: #fff;
text-decoration: underline;
}

#page {
padding: 0; 
margin: 0px auto; 
background-image: url("images/page_bg.png");
background-repeat: repeat-y;
width: 998px;
}

/* Sidebar1 */

#sidebar1 {
	float: left;
	width: 260px;
	height: 100%;
	background-image : url('images/sidebar_bg.png');
	background-repeat: repeat-y;
}


/* Contenido */
#contenido {
	float: right;
	width: 738px;
	height: 100%;
	background-image : url('images/contenido_bg.png');
	background-repeat: repeat-y;
	
	
	
}
.margen {
	margin: -30px 30px 0px 30px;
	width: 90%;
	height: 100%;
	display: block;
		/*overflow: auto;*/
	background-color: transparent;
}

.margen2 {
	margin: -20px 20px 0px 20px;
	width: 90%;
	height: 100%;
	display: block;
	background-color: transparent;
	color:#fff;
}
.margen2 a:link{
color:#fff;
text-decoration: underline;
font-weight: bold;
}

.margen2 a:visited {
color:#fff;
text-decoration: underline;
font-weight: bold;
}
.margen2 a:hover {
color:#ff0;
text-decoration: none;
font-weight: bold;
}

.margen2 h1, .margen2 h2, .margen2 h3, .margen2 h4, .margen2 h5, .margen2 h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#ffa500;
	text-align: center;
}

.codigo{
padding: 1px 7px 1px 7px;
margin: 5px;
border-width: 2px;
border-color: #fc0;
border-style: solid;
font-size: 14px;
font-weight: bold;
color:#f00;
background-color: #ff8;
border-radius: 30px;
-moz-border-radius: 30px;
}
.descripcion{
padding: 12px;
color: #000;
font-size: 11px;
border: 1px solid #dde9af;
background-image: url(img/bgdescripcion.png);
}
.imagen{
padding: 10px;
/*border: 1px solid #efefef;
background-image:url(images/bgfoto.png);
background-repeat: repeat-x;
background-color: #fff;*/
}

.info{
padding: 10px; /*border: 1px solid #efefef;*/
}

.paginacion {
	text-align: center;
}

.paginacion a:visited, .paginacion a:link{
padding: 0px 5px 1px 5px;
border: 1px solid #aaa;
background-color: #fff;
text-decoration: none;
color: #333;

}
.paginacion a:hover{
color: #fff;
border: 1px solid #580000;
background-color: #ff0000;
text-decoration: none;
}

a:focus {
outline:none;
outline:0;
}


#footer {
	font-size: small;
	font-family: cursive;
	color: #fff;
	clear: both;
	text-align: center;
	width: 998px;
	height: 59px;
	background-image : url('images/footer_bg.png');
	
}
#footer a:link {
	color: #fff;
	font-size: small;
	font-family: cursive;
}

#footer a:hover, a:active {
	text-decoration: none;
}

#footer a:visited {
	color: #fff;
	text-decoration: none;
}
.metodo{
	width:472px;
	height:113px;
	display:block;
	margin:auto;
	padding: 0px 15px;
}