/* 
Proyecto: UNASUR - SET DE COLOR ROJO
diseño y construcción: Gustavo Antunez
E-mail: gustavoantunez@gmail.com
fecha: 27/08/2008
Mod 1: -
Mod 2: -
*/ 

h1,h2,h3,h4,h5,h6{
	color: #C00;
	}
h2{
	background: url(../img/bgTit.jpg) repeat-y;
	padding: 6px;
}

a:link, a:visited { color: #000; }
a:hover, a:active { color: #C00; }

.boton{
	color: #FFF; font-weight: bold;
	background-color: #9B0000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px; text-align: center;
	border: 0; padding: 2px 6px;
}
#container_top{ 
	background: #9B0000 url(../img/bg_top.jpg) repeat-x;
	border-top: 3px solid #9B0000;
	height: 150px; text-align: center;
}
#top{
	width: 920px; text-align: left; color: #FFF;
	margin: auto;
}

/* MENU SET DE COLORES */
#menu_set{ 
	/*background: #9B0000; */
	padding: 0 3px 3px 3px; height: 18px;
}

/* Antes width:33% */
#menu_set a{
	float: left; width: 49.5%; display: block;
	text-align: center; font-size: 14px;
}
#menu_set a:link, #menu_set a:visited{
	color: #FFF; text-decoration: none;
}
#menu_set a:hover, #menu_set a:active{
	background: #CC0000;
}
/* FIN MENU SET DE COLORES */

/* ACCESO USUARIOS */
#tit_user{ 
	border-bottom: 1px dotted #9B0000; 
	font-size: 18px; padding: 6px 0;
}
#tit_user a{
	float: right; padding-top: 2px;
	color: #FFCC00; font-size: 12px;
}
#tit_user a:hover{
	color: #FFF;
}

.label_input, .label_boton{
	float: left; display: block;
	font-size: 11px;
}
.label_input{ width: 40%; }
.label_boton{ width: 20%; }
.label_input input{
	width: 85%; font-size: 12px;
	border: 1px solid #FFF;
}
.label_boton input{
	width: 100%; margin-top: 16px;
}
/* FIN ACCESO USUARIOS */

/* COLORES DEL MENU HORIZONTAL */
#barra_menu #r a:link, #barra_menu #r a:visited{
	padding: 9px 12px;
	text-decoration: none;
	border-left: 1px solid #E9E9E9;
}
#barra_menu #r a:hover, #barra_menu #r a:active{
	color: #FFF;
	background: #9B0000;
}
#barra_menu #l a:link, #barra_menu #l a:visited{
	padding: 9px 16px;
	text-decoration: none;
	color: #FFCC00;
	border-left: 1px solid #C00000;
}
#barra_menu #l a:hover, #barra_menu #l a:active{
	color: #9B0000;
	background: #FFF;
}
/* FIN COLORES DEL MENU HORIZONTAL */

/* COLUMNA MENU */
#col_menu h4{
	font-size: 14px; color: #C00;
	padding: 6px 0 12px 0;
}
#col_menu a:link,#col_menu a:visited{
	text-decoration: none; display: block;
	padding: 6px 0;
} 
#col_menu a:hover,#col_menu a:active{
	color: #FFF;
	background: #C00; padding: 6px;
} 
/* FIN COLUMNA MENU */

/* COLORES BOTTOM */
#container_bottom{ 
	background: url(../img/bg_bottom.jpg) repeat-x;
	border-top: 3px solid #C00;
	height: 175px;
}
/* FIN COLORES BOTTOM */
