#container {
width: 1000px;
margin-left:auto;
margin-right:auto;
} 

body {
	background-image: url(../imgs/bg_contenido.jpg);
	background-repeat: repeat-x;	
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px; 
}
.text_idioma {font-family: Arial; font-size: 11px; font-weight: normal; color: #030A3E; text-align: center;}

.carru_servicio {font-family: Arial; font-size: 12px; font-weight: normal; color: #333333; text-align: left;}

.carru_url {font-family: Tahoma; font-size: 14px; font-weight: bold; color: #F80404; text-align: left;}
.carru_url :link {color: #F80404; text-align: left; text-decoration: none;}
.carru_url :visited {color: #F80404; text-align: left; text-decoration: none;}
.carru_url :hover {color: #034B8C; text-align: left; text-decoration: none;}

.bg_piepag {background-image:url(../imgs/bg_piepagina.jpg);}

.textospiepag {font-family: Arial; font-size: 12px; font-weight: normal; color: #030b3e; text-align: left;}
.textospiepag :link {font-weight: normal; color: #030b3e; text-align: left; text-decoration: none;}
.textospiepag :visited {font-weight: normal; color: #030b3e; text-align: left; text-decoration: none;}
.textospiepag :hover {color: #db0000; text-align: left; text-decoration: none;}

.subtitle {font-family: Arial; font-size: 12px; font-weight: bold; color: #000D41; text-align: left;}

.textoconte {font-family: Arial; font-size: 12px; font-weight: normal; color: #333333; text-align: justify;}

.linkconte {font-family: Arial; font-size: 12px; font-weight: normal; color: #00AEEB; text-align: left;}
.linkconte :link {font-weight: bold; color: #00AEEB; text-align: center; text-decoration: none;}
.linkconte :visited {font-weight: bold; color: #00AEEB; text-align: center; text-decoration: none;}
.linkconte :hover {color: #F80404; text-align: center; text-decoration: none;}

.form_label {font-family: Arial; font-weight: normal; font-size: 11px; color: #333333; text-align: left;}

.form_txt {
	width: 380px;
	background-image:url(../imgs/bg_txtbox.jpg);
	background-repeat:repeat-x;
	border:1px solid #dbdbdb;
	color:#333333;
	padding:3px;
	float: left;
	font-family:tahoma, arial, sans-serif;
}

.form_textarea {
	font-family: Tahoma;
	background-image:url(../imgs/bg_txtbox.jpg);
	background-repeat:repeat-x;
	border:1px solid #dbdbdb;	
	width: 380px;
	height: 110px;
	color:#333333;
	padding:3px;
	float: left;	
	margin-right:4px;
	margin-bottom:8px;
}

.btn_enviar {
	font-family: Tahoma;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;	
	text-align: left;	
	padding:0 0 0 43px;	
	height: 34px;	
	width: 165px;	
	font-weight: bold; 
	background: transparent url(../imgs/bg_btn_enviar.png) no-repeat;
	border: none;
	outline: none;
}
