/**********************************/
/*        ETIQUETAS HTML          */
/**********************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: center;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}
a {
	text-decoration: none;
	color: #005295;
}
a:hover {
	text-decoration: none;
	color: #99CC00;
}

/**********************************/
/*            TITULOS             */
/**********************************/

h1 {
	color: #F64C33;
	font-size:	13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 a{
	color: #F64C33;
	text-decoration: none;
}
h1 a:hover{
	color: #F97C6A;
	text-decoration: none;
}
h2 {
	color: #003366;
	font-size:	13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 a{
	color: #003366;
	text-decoration: none;
}
h2 a:hover{
	color: #F97C6A;
	text-decoration: none;
}

/**********************************/
/*              FORMS             */
/**********************************/

input {
	
}
select {
	
}
input.submit {
	background-image:url(../images/button_bg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	color: #FFFFFF;
	border-left: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
	border-right: 1px solid #c3c3c4;
	border-bottom: 1px solid #c3c3c4;
}

/**********************************/
/*       ELEMENTOS COMUNES        */
/**********************************/

#container {
	width:902px;
	margin:0 auto;
	text-align:left;
	background-color: #FFFFFF;
}

/**********************************/
/*            ENCABEZADO          */
/**********************************/

#header {
	width:902px;
	height:	83px;
	background-color: #FFFFFF;	
}

#header_logo {
	width: 211px;
	height:	83px;
	float: left;
}
#header_slogan {
	margin-top: 5px;
	width: 587px;
	height:	78px;
	text-align: right;
	float: left;
	font-size: 18px;
	color: #003E70;
}
#header_img {
	width: 104px;
	height:	83px;
	background-image: url(../images/comccanor01.jpg);
	background-repeat: no-repeat;
	float: left;
}

/**********************************/
/*             MENU               */
/**********************************/

#menu {
	width:902px;
	height:	24px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #005295;	
}
#menu a{
	color: #005295;
	text-decoration: none;	
}
#menu a:hover{
	color: #99CC00;
	text-decoration: none;	
}
.menu_tab_left {
	background-image: url(../images/menu_tab_left.jpg);
	width: 7px;
	height: 24px;
	float: left;
}
.menu_tab {
	background-image: url(../images/menu_tab_bg.jpg);
	background-repeat:repeat-x;
	padding-top: 6px;
	height: 18px;
	float: left;
}
.menu_tab_right {
	background-image: url(../images/menu_tab_right.jpg);
	background-repeat: no-repeat;
	width: 7px;
	height: 24px;
	float: left;
		
}

/**********************************/
/*           CONTENIDO            */
/**********************************/

#content {
	width:902px;
	margin-top: 10px;	
}
#content_col1 {
	width: 169px;
	float: left;
}
#content_col1_bluebox {
	width: 155px;
	margin-bottom: 10px;
	border: solid 1px #D9E7FF;
	background-image: url(../images/bluebox_bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	float: left;
	padding: 3px 3px 3px 3px;
}
#content_col1_paisesrepresentados {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 15px;
}

/**********************************/
/*         PIE DE PAGINA          */
/**********************************/

#bottom {
	clear: both;
	width: 902px;
	font-size: 11px;
	margin-top: 10px;
	color: #666666;
}
#bottom_division {
	background-color: #EEF4FF;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	overflow: hidden;
	width: 902px;
}
#bottom_col1 {
	width: 315px;
	float: left;
}
#bottom_col2 {
	width: 585px;
	float: left;
}

/**********************************/
/*             OTROS              */
/**********************************/

.link_small_blue {
	font-size: 11px;
	color: #003E70;
}
.link_small_blue a{
	font-size: 11px;
	color: #003E70;
	text-decoration: underline;
}
.link_small_blue a:hover{
	font-size: 11px;
	color: #99CC00;
	text-decoration: underline;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

.borde{
	border:1px solid #D9E7FF
}

/**********************************/
/*             ADMIN              */
/**********************************/
.submit_admin {
	width:125px;
	color: #005295;
	background:none;
	border:none;
	padding:0px;
	margin:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
.submit_admin:hover{
	width:125px;
	color: #99CC00;
	background:none;
	text-decoration:underline;
	border:none;
	font-size:11px;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif
	
}

/**/

