/* 452 --> 550 */
body {
	background-color: #FFCC00;
	margin: 0;
	padding: 0;
	font-family: Arial;
}
#main_layout {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 774px;
	background-color: #FFF;
	color: #000;
}

#header {
	width: 100%;
	height: 200px;
	background-image: url(../images/header2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px solid #000;
	text-align: center;
	position: relative;
}

/* Menu Principal  */
#navcontainer {
	font-size: 11px;
	color: #9a090d;
	
	border: 0px solid #000;
	margin: 0 auto 0 auto;
	position: relative;
	top: 185px;
	
}

#navcontainer ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a { 
	text-decoration: none; 
	padding: 0 2px 0 2px;
	color: #9a090d;
}

#navcontainer ul li a:hover { 
	text-decoration: none; 
	color: #cc6666;
}

/* Menu Superior */

#top_menu {
	font-size: 11px;
	color: #9a090d;
	
	border: 0px solid #000;
	margin: 0 auto 0 auto;
 	position: relative;
	float: right;
	right: 30px;
	top: 0px;
	
}

#top_menu ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#top_menu ul li { 
	display: inline; 
}

#top_menu ul li a { 
	text-decoration: none; 
	padding: 0 2px 0 2px;
	color: #9a090d;
}

#top_menu ul li a:hover { 
	text-decoration: none; 
	color: #cc6666;
}

/* top corners */

#top_corners {
	width: 100%;
	height: 26px;
	background-image: url(../images/top_corners.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

/*Contenido Central */

#content {
	width: 100%;
	background-image: url(../images/tile_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#inner_content {
	/* height: 300px; */
	height: 100%;
	border: 0px solid #000;
	margin: 0 30px 0 30px;
	/* overflow: auto; */
	
	font-size: 11px;
	color: #666;
	text-align: justify;
}

#inner_content a { 
	text-decoration: none; 
	color: #ff9900;
}

#inner_content a:hover { 
	text-decoration: none; 
	color: #cc6666;
}

/* Bottom Corners y Footer */

#footer {
	width: 100%;
	height: 73px;
	background-image: url(../images/bottom_corner_footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}

#footer_text {

	text-align: center;
	position: relative;
	top: 42px;
	font-size: 10px;
	color: #FFF;
}

#puerta_mini {
	position: absolute;
	margin: -31px 0 0 50px;
}

#cuadro_top {
	width: 550px; 
	height: 30px; 
	background-color: #9a090d; 
	margin: 0 auto 0 auto; 
	position: relative; 
	top: -21px;
}

#cuadro_bottom {
	width: 550px; 
	height: 30px; 
	background-color: #9a090d; 
	margin: 0 auto 0 auto; 
	position: relative; 
	bottom: -24px;
}

.fondo_bicis {
	background-image: url(../images/fondo_inicio.gif); 
	background-position: top center; 
	background-repeat: no-repeat;
}

.fondo_bicis2 {
	background-image: url(../images/fondo_inicio.gif); 
	background-position: top center; 
	background-repeat: repeat-y;
}

/* Titulos de Seccion con Image Replacement */
H1 {
	width: 550px;
/* 	height: 20px; */
	background-image: url(../images/logo_mini.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding: 0 0 40px 0;
}

H1 img {
	padding: 0 0 0 35px;
}

H1 span {
	position: absolute;
	left: -2000px;
}

.texto_interno {
	width: 550px; 
	margin: 0px auto 0px auto;
}

.img_int {
	width: 550px;
	margin: 30px auto 30px auto;
	text-align: center;
}

H2 {
	width: 550px;
	margin: 0 auto 0 auto;
	color: #9A090D;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
}

H3 {
	width: 550px;
	margin: 0 auto 0 auto;
	color: #ff9900;
	font-size: 13px;
	font-weight: BOLD;
	padding: 0;
}

H4{
	width: 550px;
	margin: 0 auto 0 auto;
	color: #7F690D;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
}

img { border: 0; }

#submenu {
	width: 550px;
	margin: 0 auto 0 auto;
	font-variant: small-caps;
	
	position: relative;
	top: -25px;
}

#submenu a {
	color: #9A090D;
}
