@charset "utf-8";
/* CSS Document */
body{	
	background:url(../imagenes/bg_header.gif) repeat-x;
}

#container{
	background:url(../imagenes/bg_pages_a.gif) top left no-repeat;
	background-position:0px 177px;
}

#titulo{
	font-size:28px;
	padding-left:27px;
    font-weight:bold;
	color:#0000CC;
}

#contacto{
	background:url(../imagenes/bg_contacto_a.gif) top left no-repeat;
	width:479px;
	height:310px;
	margin:3px 0 0 3px;
	padding:33px 30px 10px 17px;
}

#contacto .row{
	margin-bottom:12px;
}

#contacto .row .input_text{
	width:243px;
	height:23px;
	border:0;
	background:#0000CC;
	margin-top:1px;
	margin-left:5px;
	_margin-left:8px;
	*margin-left:8px;
	color:#FFF;
}

#contacto .row label{
	width:170px;
    font-size:14px;
    text-align:left;
    padding:4px 5px 0 0;
	float:left;
	font-weight:bold;
}

#botones{
	text-align:right;
	margin:35px 50px;
	_margin:20px 50px;
	*margin:20px 50px;
}

#botones a{
	color:#000;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

#address{
	background:url(../imagenes/bg_address_a.gif) top left no-repeat;
	margin:24px 0 0 3px;
	width:479px;
	height:55px;
	padding:12px 8px 8px 8px;
	font-weight:bold;
	font-size:14px;
}

#address_text{
	text-align:left;
	height:80%;
	float:left;
	color:#000;
}

#address_link{
	text-align:right;
	height:20%;
	float:right;
	padding-right:30px;
}