/* evita que el explorador margen y padding general del explorador */
* {
	margin:0;
	padding:0;
}

/* define las principales características del texto de las etiquetas HTML */
td, table, select, div, input, textarea{
	font-family:tahoma;
	font-size:11px;
	vertical-align:top;
	line-height:13px;
	color:#797979;
}

form { margin:0px; padding:0px}

.list ul{margin:0px; padding:0px; list-style:none; line-height:20px}
.list ul li{ background:url(images/list_marker.gif) no-repeat left top; color:#3C3C3C; font-weight:bold }
.list ul li a{ color:#DC3804; margin-left:15px; text-decoration:underline}
.list ul li a:hover{ text-decoration:none}

strong { color:#DC3804}

b{color:#797979}

a{ color:#DC3804; text-decoration:underline}
a:hover{ text-decoration:none}

.grey{ background-color:#F1F1F1}
.grey a{color:#323232; text-decoration:underline; font-weight:bold}
.grey a:hover{ text-decoration:none}

.footer { color:#7E7E7E}
.footer a{ color:#7E7E7E; text-decoration:underline}
.footer a:hover{ text-decoration:none}

.form input{
	width:154px;
	height:23px;
	color: #7E7E7E;
	padding:1px 0 0 6px;
	border-color:#A1A1A1;
	border-style:solid;
	border-width:1px;
	background-color:#ffffff
}

.form1 input{
	width:196px;
	height:20px;
	color: #7E7E7E;
	padding:1px 0 0 6px;
	border-color:#D4D0C8;
	border-width:1px;
	background-color:#ffffff
}

.form1 textarea {
	width:196px;
	height:102px;
	color: #7E7E7E;
	overflow:hidden;
	padding:1px 0 0 5px;
	border-color:#D4D0C8;
	border-width:1px;
	background-color:#ffffff
}

/* Centra la hoja y evita que en netscape no aparezcan las barras de desplazamiento */
body {
	text-align: center;
	min-width: 766px;
}

/* wrapper is the main box that content all the other boxes */
#wrapper {
	width: 766px;
	text-align:left;
	overflow: hidden;

}

/* footer is the foot of the page */
#footer{
	width: 766px;
	text-align:left;
	height: 40px;
}

/* flahs_cnt is the main box that content all the other boxes */
#flash_cnt {

}

/* head is the box that content all the content of the text display*/
#head {
	text-align:left;
	overflow: hidden;
	/*height: 350px; */
}

/* col01 is one box with left align*/
#col01 {
	width: 225px;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	overflow: hidden;
}

/* col02 is one box with rigth align*/
#col02 {
	width: 490px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

#col02.img {
	float: right;
	padding-left: 5px;
	margin-right: 5px;
}

#col02.p {
	float: ;
	float: right;
	padding-left: 5px;
}

#col02 .tr {
	background-color: #CCCCCC;
	height: 25px;
}

/* col03 is one box with left align*/
#col03 {
	width: 225px;
	float: left;
	margin-top: 5px;
}

/* col04 is one box with rigth align*/
#col04 {
	width: 240px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

/* spacer is one line that separate the boxes if necessary*/
#spacer {
	width: 20px;
	float: left;
	margin-top: 5px;
	background-image: url(images/rep.jpg);
	background-repeat: repeat-y;
	height: 360px;
	background-position: center;
}

/* spacer_h is one line that separate the boxes if necessary*/
#spacer_h {
	width: 490px;
	background-image: url(images/rep.jpg);
	background-repeat: repeat-x;
	height: 5px;
}
