﻿/*
20/05/08 
Fernando González
www.dabsa.com.co
CSS
*/

@charset "UTF-8";


/*############ Estilos ############*/

* {
		margin: 0;
		padding: 0;
		}

body {
		background: #ffffff url(images/bkg.jpg) no-repeat;
		font-size: 11px;
		font-family: Tahoma, Arial, Helvetica; 
		text-decoration: none;
		text-align: center;
		line-height:17px;
		}


#pageContainerMain {
	width:765px;
	background-image:url(images/bodyContBG.png);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #333333;
	}

		
html {font-size: 100%;}
				

h1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-align:left;
}

h2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-align:left;
}

h3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

h4
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
}

/*############ Contenedores ############*/

.container-type-01{
		width:182px;
		background-color:#f4f4f4;
		border: solid 1px #CCCCCC;
		margin-top:5px;
		padding:3px;
		font-size:11px;
		color:#333333;
		font-weight:normal;
		text-decoration: none;
		}
		.container-type-01 p {text-decoration: none; color:#6666666;}
		.container-type-01 a { text-decoration:underline; color:#F70110;  text-decoration:underline;}
		.container-type-01 a:link { text-decoration:underline; color:#F70110;}
		.container-type-01 a:visited { text-decoration:underline; color:#F70110;}
		.container-type-01 a:hover { text-decoration:underline; color:#F70110;}
		.container-type-01 a:active { text-decoration:underline; color:#F70110;}

.container-type-02{
		width:500px;
		background-color:#f4f4f4;
		border: solid 1px #CCCCCC;
		margin-top:5px;
		padding:3px;
		font-size:11px;
		color:#333333;
		font-weight:normal;
		text-decoration: none;
		}
		.container-type-02 a {text-decoration: none; color:#F70110;}
		.container-type-02 a:link { text-decoration:underline; color:#F70110;}
		.container-type-02 a:visited { text-decoration:underline; color:#F70110;}
		.container-type-02 a:hover { text-decoration:underline; color:#F70110;}
		.container-type-02 a:active { text-decoration:underline;color:#F70110;}
		
.container-type-03{
		width:182px;
		border: solid 1px #ffffff;
		margin-top:5px;
		padding:0px;
		font-size:11px;
		color:#333333;
		font-weight:normal;
		text-decoration: none;
		}
		

.container-type-04{
		width:710px;
		background-color:#f4f4f4;
		border: solid 1px #CCCCCC;
		margin-top:5px;
		padding:3px;
		font-size:11px;
		color:#333333;
		font-weight:normal;
		text-decoration: none;
		}
		.container-type-04 a { text-decoration:underline; color:#d90211;}
		.container-type-04 a:link { text-decoration:underline; color:#d90211;}
		.container-type-04 a:visited { text-decoration:underline; color:#000000;}
		.container-type-04 a:hover { text-decoration:underline; color:#000000;}
		.container-type-04 a:active { text-decoration:underline; color:#d90211;}
		
		
.container-type-shadow-1{
	background-position: center;
	width:190px;
	background-image: url(images/shadow_1.jpg);
	background-repeat: no-repeat;
	height: 22px;
}
		
.container-type-shadow-2{
	background-position: center;
	width: 584px;
	background-image: url(images/shadow_2.jpg);
	background-repeat: no-repeat;
	height: 22px;
	text-align: center;
}
		
