/*Hoja de estilos para Txus Assistència por Javier Raya*/
body{
	background: url(../img/fondo.jpg) no-repeat center top;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
}
body,table{
	/*background: url(../img/base.jpg) repeat-x;*/
	font-family: arial;
	font-size: 11px;
}

img{
	border: none;
	_display: block; /*Hack para IE Explorer*/
	//display: block; /*Hack para IE Explorer*/
}
a{
	color: #AD8B1F;
	text-decoration: none; 
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}

table.lang{width: 808px;}
table.lang tr td{width: 100%;padding-right: 20px; text-align: right;}
table.lang tr td img{display: inline;}
table.cab{width: 808px;}
table.cab tr td {vertical-align: top;}
table.cab td.menucontenedor{text-align: left;}
table.menu {height: 26px;}
table.menu td.elementos{background: url(../img/mf.jpg) repeat-x; text-align: left; width: 800px; padding-top: 5px; }
table.menu td.elementos li{display: inline;list-style: none; list-style-position: inside; padding-left: 15px;}
table.menu td.elementos li a{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-left: 20px;
	background: url(../img/marca1.jpg) no-repeat left center;	
}
table.menu td.elementos li a:hover{
	text-decoration: none;
	color: #F7BD02;
	font-weight: bold;
	padding-left: 20px;
	background: url(../img/marca2.jpg) no-repeat left center;	
}
table.menu td.elementos li a.seleccion{
	text-decoration: none;
	color: #F7BD02;
	font-weight: bold;
	padding-left: 20px;
	background: url(../img/marca2.jpg) no-repeat left center;	
}
table.contenido{width: 808px;}
table.contenido tr td {vertical-align: top; background-color: #ffffff;}
table.contenido tr td.conte{
	width: 744px;
	border-left: solid 1px #000000;
	padding-left: 32px;
}
td.titusec{
	width: 100%;
	height: 40px;
}
td.titusec h1{
	display: inline;
	font-size: 18px;
	color: #AD8B1F;
}
table.contenido tr td.lateral {
	width: 32px;
	background: url(../img/lateral.gif) repeat-y;
   background-color: transparent;
}
table.contenido tr td.extremos{
	background-color: transparent;
}
table.pie{width: 808px; font-size: 11px;}
table.pie tr td{padding-left: 32px;}
table.pie tr td a{
	text-decoration: none;
	color: #000000;
}
table.inicio{
	width: 100%;
	font-size: 12px;	
}
table.inicio td.pcontenido{
	height: 385px;
	background: url(../img/iniciof.jpg) no-repeat bottom center;
}
table.politica{
	width: 100%;
	font-size: 12px;	
}
table.politica td.pcontenido{
	height: 385px;
	background: url(../img/politicaf.jpg) no-repeat bottom right;
}
table.instala{
	font-size: 12px;
}
table.instala td.pcontenido{
	height: 385px;
}
table.empresa{
	width: 100%;
	font-size: 12px;	
}
table.empresa td.pcontenido{
	height: 385px;
	background: url(../img/empresaf.jpg) no-repeat bottom right;
}
table.contacto{
	width: 100%;
	font-size: 12px;
}
table.contacto td.pcontenido{
	height: 350px;
	font-size: 12px;
	background: url(../img/contactof.jpg) no-repeat left bottom;	
}
form.cform{
	margin: 0px;
	margin-top: 20px;
	padding-left: 30px;
}
table.contactform{
	width: 400px;
}
table.contactform td.colleft{
	background: url(../img/contformbase_02.jpg) repeat-y left;
	width: 30%;
	height: 30px;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
}
table.contactform td.colright{
	background: url(../img/contformbase_02.jpg) repeat-y right;
	width: 70%;
}
table.contactform td.tdsubmit{
	background: url(../img/contformbase_02.jpg) repeat-y left;
	width: 100%;
}
table.contactform td.colright input.texto{
	width: 85%;
	font-size: 12px;
	font-family: arial;
	border: 1px solid #F7BD02;
}
table.contactform td.colright textarea{
	width: 85%;
	font-size: 12px;
	font-family: arial;
	border: 1px solid #F7BD02;
}
table.contactform td.tdsubmit{
	text-align: right;
	padding-right: 40px;
}
table.contactform td.tdsubmit input{
	cursor: pointer;
	font-size: 12px;
	font-family: arial;
	border: 1px solid #F7BD02;
}


