@charset "UTF-8";
/* CSS Document */
body{
	font-size:12px; 
	color:#000;
	background:#f4f5ff;
	margin:0px;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
}

p, td 		  { margin: 0 0 1em 0; text-align: left; line-height:1.2; color:#333; }
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: left; margin:0 1em 1em 0; padding:0; }

a { color:#225; text-decoration:none;}
a:visited { color:#555; text-decoration:none;}
a:hover { color:#225; text-decoration:underline;}

h1{
	color:#00002e;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:1.6em;
}

h2{
	color:#00002e;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:1.3em;
}

h3{
	color:#00002e;
	margin:0px;
	font-size:1.1em;
}

#header_bg{
	height:200px;
	width:100%;
	background:#000c3e url(../header_bg.gif) center bottom no-repeat;
}

#header{
	text-align:left;
	margin:0px auto 0px auto;
	width:960px;
	height:200px;
}

#header_bg_small{
	height:90px;
	width:100%;
	background:#00002e;
	padding:10px 0px 10px 0px ;
}
#header_small{
	text-align:left;
	margin:10px auto 0px auto;
	width:960px;
	height:90px;
}


#head_menu_bg{
	height:34px;
	width:100%;
	background: url(../menu_bg.gif) top repeat-x;
	text-align:left;
	font-size:1.2em;
}

#head_menu{
	text-align:left;
	height:24px;
	width:960px;
	margin:0px auto 0px auto;
	padding-top:8px;
}

#head_menu a { color:#FFF; text-decoration:none;}
#head_menu a:visited { color:#DDD; text-decoration:none;}
#head_menu a:hover { color:#FF; text-decoration:underline;}

#head_menu ul{
	list-style:none outside;
	padding:0px 0px 0px 0px;
	margin:0px;
}

#head_menu li{
	display:inline;
	padding-right:20px;
}



#content_bg{
	background:#f4f5ff url(../content_bg.gif) repeat-x top;
	text-align:center;
}

#content{
	text-align:left;
	width:960px;
	min-height:330px;
	height:auto !important;
	height:330px;
	margin:0px auto 0px auto;
}

.clearing{
	clear:both;
}

/************Columns*************/
#column_left{
	width:240px;
	height:auto;
	float:left;
	margin:30px 20px 0px 0px;
}
#column_right{
	width:670px;
	height:auto;
	float:left;
	margin-top:30px;
}


#column_left2{
	width:340px;
	height:auto;
	float:left;
	margin:30px 10px 0px 0px;
}
#column_right2{
	width:480px;
	height:auto;
	float:left;
	margin-top:30px;
}
.caja1{
	float:left;
	width:auto;
	height:auto;
	margin:30px 10px 0px 0px;
}

.caja1:last{
	margin-right:0px;
}

.caja2{
	float:left;
	width:auto;
	height:auto;
	margin:0px 10px 0px 0px;
	
}
/************CAJA BORDES REDONDOS*************/
.dialog {
 width:294px;
 margin:0px auto;
}

.dialog2 {
 width:210px;
 height:220px;
}

.dialog3 {
 width:294px;
 height:100px;
 margin:0px;
}

.dialog .hd .c,
.dialog .ft .c,
.dialog2 .hd .c,
.dialog2 .ft .c,
.dialog3 .hd .c,
.dialog3 .ft .c{
 font-size:1px; /* ensure minimum height */
 height:5px;
}

.dialog .ft .c , .dialog2 .ft .c , .dialog3 .ft .c {
 height:5px;
}

.dialog .hd , .dialog2 .hd  , .dialog3 .hd {
 background:transparent url(tl000000.gif) no-repeat 0px 0px;
 margin-right:5px;
}

.dialog .hd .c , .dialog2 .hd .c  , .dialog3 .hd .c {
 background:transparent url(tr000000.gif) no-repeat right 0px;
 margin-right:-5px;
}

.dialog .bd , .dialog2 .bd  , .dialog3 .bd {
 background:transparent url(ml000000.gif) repeat-y 0px 0px;
 margin-right:5px;
 margin-top:0px;
}

.dialog .bd .c , .dialog2 .bd .c  , .dialog3 .bd .c {
 background:transparent url(mr000000.gif) repeat-y right 0px;
 margin-right:-5px;
}

.dialog .bd .c .s  , .dialog2 .bd .c .s  , .dialog3 .bd .c .s {
 margin:0px 4px 0px 4px;
 background:#9bb1d3 url(mc000000.gif) repeat-x top;
 padding:1px;
 padding-top:0px;
}
.dialog .bd .c .s h1{
 text-align:center;
}
.dialog .bd .c .s img , .dialog3 .bd .c .s img{
 margin-right:5px;
}
.dialog .ft , .dialog2 .ft , .dialog3 .ft{
 background:transparent url(bl000000.gif) no-repeat 0px 0px;
 margin-right:5px;
}

.dialog .ft .c , .dialog2 .ft .c , .dialog3 .ft .c{
 background:transparent url(br000000.gif) no-repeat right 0px;
 margin-right:-5px;
}