body {
	background-image: url(../images/general/fondo.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	margin-bottom:0px;
	margin:0px;
	text-align:center;
	background-attachment:fixed;
}

/* PNG FIX */
img, div, input { behavior: url(http://www.experienciacolombia.com/source/scripts/png-fix/iepngfix.htc); }

#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 160px;
	width: 350px;
	top:0px;
	position:absolute;
	margin-left:200px;
}




/* TEXTOS */

.textintin{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.texto{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.color0{
	color: #D7D7D7;
}

.color1{
	color: #003366;
}

.color2{
	color: #FFFFFF;
}

.color3{
	color: #990000;
}

.color4{
	color: #66CC00;
}


.titulo1{
	font-size: 20px;
}
.titulo2{
	font-size: 17px;
}
.titulo3{
	font-size: 14px;
}


h1{
	font-size: 14px;
}

h2{
	font-size: 13px;
}


.texto a{
	color: #3D70A9;
	font-weight:bold;
	text-decoration:none;
}

.texto a:hover{
	color: #119AFF;
	font-weight:bold;
	text-decoration:none;
}


.color2 a{
	color: #FFC820;
	font-weight:bold;
	text-decoration:none;
}

.color2 a:hover{
	color: #FFF037;
	font-weight:bold;
	text-decoration:none;
}

.boton-style {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background:#2F77A5;
	border: #285875 solid 1px;
	cursor: pointer;
	padding:4px;
	behavior: url(http://www.experienciacolombia.com/source/scripts/png-fix/iepngfix.htc);
}

.boton-style a:hover{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background:# #0099CC;
	border: #285875 solid 1px;
	cursor: pointer;
	padding:4px;
	behavior: url(http://www.experienciacolombia.com/source/scripts/png-fix/iepngfix.htc);
}

#cinta {
	background-image: url(../images/general/cinta.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 187px;
	position:fixed;
	float: right;
	top:-10px;
	right:0px;
	z-index: 3;
	behavior: url(http://www.experienciacolombia.com/source/scripts/png-fix/iepngfix.htc);
}



.boton-red-style {
	background-image: url(../images/general/button-red.png);
	border: 1px solid #E6E6E6;
	height: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-position: center;
	padding: 0px;
	cursor:pointer;
	behavior: url(http://www.experienciacolombia.com/source/scripts/png-fix/iepngfix.htc);
}





/* header menu */
#top_menu {
	position: relative;
	margin:0;
	top:0px;
	height:37px;
	width: 900px;
	text-align:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #FFF;
	behavior: url(http://www.experienciacolombia.com/source/scripts/png-fix/iepngfix.htc);
}
#top_menu ul {
	padding-left:2px;
	margin:0px;
	margin-left:3px;
	width:890px;
	height:37px;
	text-align:left;
	behavior: url(http://www.experienciacolombia.com/source/scripts/png-fix/iepngfix.htc);
	
}

#top_menu li {
	float: left;
	list-style: none;
	margin-left:-10px;
	width:150px;
	height:37px;
	background:url(../images/general/boton_menu_naranja.png);
	text-align:center;
	behavior: url(http://www.experienciacolombia.com/source/scripts/png-fix/iepngfix.htc);
}

#top_menu li#verde {
	float: left;
	list-style: none;
	margin-left:-10px;
	width:150px;
	height:37px;
	background:url(../images/general/boton_menu_verde.png);
	text-align:center;
	behavior: url(http://www.experienciacolombia.com/source/scripts/png-fix/iepngfix.htc);
}

#top_menu li#azul {
	float: left;
	list-style: none;
	margin-left:-10px;
	width:150px;
	height:37px;
	background:url(../images/general/boton_menu_azul.png);
	text-align:center;
	behavior: url(http://www.experienciacolombia.com/source/scripts/png-fix/iepngfix.htc);
}

#top_menu li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	height:25px;
	padding-top:12px;
	behavior: url(http://www.experienciacolombia.com/source/scripts/png-fix/iepngfix.htc);
}


#top_menu li a:hover {
	color: #FFF;
    height:25px;
	background:url(../images/general/boton_menu_naranja_over.png);
	padding-top:12px;
	behavior: url(http://www.experienciacolombia.com/source/scripts/png-fix/iepngfix.htc);
}

#top_menu li#verde a:hover {
	color: #FFF;
    height:25px;
	background:url(../images/general/boton_menu_verde_over.png);
	padding-top:12px;
	behavior: url(http://www.experienciacolombia.com/source/scripts/png-fix/iepngfix.htc);
}

#top_menu li#azul a:hover {
	color: #FFF;
    height:25px;
	background:url(../images/general/boton_menu_azul_over.png);
	padding-top:12px;
	behavior: url(http://www.experienciacolombia.com/source/scripts/png-fix/iepngfix.htc);
}