/* @override http://www.espacio3.cl/css/estilos.css */

/* @override http://www.espacio3.cl/css/estilos.css */

/* reset */
body, p, span, table, tr, td, h1, h2, h3, h4, h5, img, ul, li{
	margin:0px;
	padding:0px;
}

/* PARCHE PNG IE6 */
img, a.btn_contacto{behavior: url("/js/iepngfix.htc") }

body{
	margin-top:5px;
	font-family: Arial, "Trebuchet MS", Verdana;
	font-size: 12px;
}

img.logo{
	margin: 5px 0px 0px 5px;
}

div.left{float:left}
div.right{float:right}

div#contenedor{
	margin-right:11px;
}

div#content_top{
	background: url(/img/bg_all.gif) no-repeat center top;
	height: 21px;
	width: 955px;
	margin: 0 auto;
}

div#main{
	min-height: 554px;
	width: 955px;
	background: url(/img/bg_repeat.gif) repeat-y center top;
	margin: 0 auto;
} 

div#content_btm{
	background: url(/img/bg_all.gif) no-repeat center bottom;
	height: 21px;
	width: 955px;
	margin: 0 auto;
}

div#top{
	margin:0 auto;
	width:913px;
	height:122px;
}

div#logo{
	height:122px;
	width:228px;
	background:#a6d5ec url(/img/bg_logo.gif) no-repeat left top;
}

div#flash1{
	width:685px;
	height:122px;
}

div#menu{
	width:913px;
	height:37px;
	background:url(/img/bg_menu.gif) no-repeat right top;
	margin:0 auto;
}

div#principal{
	width:913px;
	margin:0 auto;

}
div#principal_2{
	width:913px;
	margin:0 auto;
}

div#left{
	width:290px;
	height:371px;
}
div#right{
	width:621;
	height:371px;
}

div#txt_side{
	height:300px;
	padding-bottom:38px;
}

div#txt_side p{
	text-align: left;
	width:90%;
	margin:0 auto;
	color:#808080;
	margin-bottom:10px;
}

div#txt_side h1{
	color:#172980;
	font-size: 22px;
	text-align:center;
	padding:50px 0px 15px 0px;
}


div#bannerUF{ /* Dep. div#left.height y div#txt_side.height */
	height:64px;
	width:100%;
}

/* NAVEGADOR PRINCIPAL */

div#div_nav{
	margin-left:0px;
	width: 584px;
	float:left;
	margin-left:5px;
}
ul#nav{
	list-style: none;
	display: inline;

}

ul#nav li{
	float:left;
	text-align:center;
	height:30px;
	margin: 7px 4px 0;
}

ul#nav li:hover{
	
}
ul#nav li a{
	color:#270164;
	font-weight:bold;
	text-decoration:none;
	height:30px;
	display:block;
	padding: 0 6px;
}
ul#nav li a:hover{
	background:url(/img/bg_menu_hover.png) no-repeat center 10px;
	color:#FFF;
	font-weight:bold;
}

ul#nav li.sep{
	width:3px;
	margin: 7px 0px 0 0px;
}

/* fin menu */




/*
ul#nav{
	list-style: none;
	display: inline;
}

ul#nav li{
	float:left;
	margin: 8px 6px 0 6px;
}

ul#nav li a{
	color:#270164;
	font-weight:bold;
	text-decoration:none;
}
ul#nav li a:hover{
	color:#FFF;
	font-weight:bold;
}
*/



div#contacto{
	float:right;
	margin: 3px 68px 0px 0px;
}

a.btn_contacto{
	width:119px;
	height:21px;
	display: block;
	background:url(/img/bg_btn_contactenos.png) no-repeat center top;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	margin-top:3px;
}
a.btn_contacto2{
	width:119px;
	height:21px;
	display: block;
	background:url(/img/bg_btn_contactenos2.png) no-repeat center top;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	margin-top:3px;
}
a.btn_contacto2:hover{
	background:url(/img/bg_btn_contactenos.png) no-repeat center bottom;
	color:#FFF;
}
a.btn_contacto:hover{
	background:url(/img/bg_btn_contactenos.png) no-repeat center bottom;
	color:#FFF;
}

a.btn_contacto p{
	margin:0px 0px 0px 0px;
	padding-top:3px;
	text-align:center;
}
a.btn_contacto2 p{
	margin:0px 0px 0px 0px;
	padding-top:3px;
	text-align:center;
}

.input{width: 155px; border: 1px solid #29A4DD; background: #E2EFF8;}
.textarea{width: 155px; border: 1px solid #29A4DD; background: #E2EFF8;}

table#formcontacto tr{
	height: 35px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #192682;
	font-size: 12px;
}
table#formcontacto label{font-weight: bold;}
.boton{
	border: 1px solid #1F317D;
	background: #29A4DD;
	color: #FFF;
}
span.titulo{
	font-size: 16px;
	font-weight: bold;
}

div#footer{
	font-size: 10px;
	color: #919294;
	width: 899px;
	margin: 10px auto 0 auto;
	text-align: center;
}

