/* realizado con DIVS por temas de acesibilidad y usuabilidad por los estándares web 

	diseño flotante de dos columnas*/

html, body {	
	margin: auto;
	font-family: Arial;
	font-size:9pt;
	color:#767676;
}
a {
	font-size:8pt;
	color:#E87014;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
span a {
	color:#8a8a8a;
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
li {	
	background:url(../IMG/flecha.gif) no-repeat 0 50%;
	padding-left:10px;
}

td li a {
	font-size:8pt;
	color:#E87014;
	text-decoration:underline;
	padding-left:10px;
}

input {
	border:1px solid #B2B2B2;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#767676;
	padding-left:4px;
}
h2 {
	margin:0px;
	color:#767676;
}
h4 {
	font-size:10pt;
	color:#959595;
	letter-spacing:0px;
	font-weight:normal;
	margin:0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size:8pt;
	color:#439CBA;
	letter-spacing:0px;
	font-weight:normal;
	margin:0px;
	padding-right: 2px
}
h5 a {
	font-size:8pt;
	text-decoration: none;
	color:#439CBA;
}
h6 {
	font-size: 16px;
	text-decoration: none;
	background-image: url(../img/bolo-negro.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 16px;
	text-align: left;
	padding-left: 12px;
}
.lateral {
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	background-image: url(../img/bolo-negro.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 16px;
	text-align: left;
	padding-left: 12px;
}
h7 {
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size: 12px;
	text-decoration: none;
	color:#fec801;
	height: 12px;
	text-align: left;
}
p {
	font-size:8pt;
	color:#9b9696;
	line-height:12px;
	margin-top:5px;
	padding-right:4px;
}
s {
	font-size:8pt;
	color:#9b9696;
	margin-top:5px;
	padding-left: 20px
	padding-right: 4px
}
/* ----- ENTORNO ------*/

#Contenedor { /* centrar diseño utilizando posición y márgenes negativos apto para todos navegadores*/
	width:770px;
	position:relative;
	left:50%;
	margin-left:-385px;
}

#Cabecera {
	height:250px;
	/*background-image: url(../IMG/fondoCabecera.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
}
#Cabecera ul {
	float:right;
	height:30px;
	margin-top:55px;
}
#Cabecera li {
	background:url(../IMG/bolo2.gif) no-repeat 0 50%;
	padding-left:25px;
	display:inline;
	margin-right:5px;
}
#Cabecera li a {
	font-size: 10pt;
	color: #858e93;
	text-decoration: none;	
	letter-spacing:-1px;
}
#Cabecera li a:hover {
	text-decoration: underline;	
	color: #333333;
}
#Cabecera span {
	float:left;
	margin-right:5px;
	margin-top:5px;
}
#Cabecera span img {
	margin-top:8px;
}
/* en lugar de utilizar margen o relleno horizontal (problemas a la hora de introducir contenido en los divs),
 para crear separaciones flotar un elemento a la IZQ. y otro hacia la DRCHA.*/
#MainNav {
	float:left;
	width:307px;
}
#MainNav div  {
	padding-left:25px;
}
#Contenido {
	float:right;
	width:450px;
	font-size:12px;
	text-align:justify;
}
#ContenEmbou {
	float:right;
	width:770px;
	font-size:12px;
	text-align:justify;
}
#ContenEmbou h6{
	margin-bottom: 12px;
}
#ContenEmbou p{
	margin-bottom: 6px;
}
#ContenOfer {
	width:770px;
	font-size:8pt;
	text-align:justify;
	border-bottom: 1px solid #CCCCCC;
}
#Contenido p {
	margin-right:20px;
	font-size:8pt;
	color:#767676;
}
#Pie {
	clear:both;
	text-align:right; 
}
#Pie span {
	font-size:8pt;
	color:#767676;
}
#Pie2 {
	float:left;
	text-align:left;
	text-align:right; 
}
#SubNav {	
	float:left;
	text-align:left;
	height:58px;
	padding-left:23px;
}
#Empresas {
	float:left;
	width:222px;
	height:217px;
	margin-bottom:15px;
	background:url(../IMG/Empresas.jpg) no-repeat left bottom;
	href:url(../Servicios-Empresas.aspx);
}
#Empresas p {
	margin:15px;
}
#Particulares {
	width:222px;
	float:right;
	height:217px;
	margin-bottom:15px;
	background:url(../IMG/particulares.jpg) no-repeat left bottom;
}
#Particulares p {
	margin:25px;
}
#Ofertas {
	margin:0px;
	float:left;
	width:200px;
}
*html #Ofertas {
	margin-top:-20px;
}
#Clientes {
	float:right;
	padding-left:15px;
	width:180px;
}
*html #Clientes {
	margin-top:-20px;
}
#Clientes span {
	font-size:12pt;
	font-weight:bold;
}
#Pastilla {
	background:url(../IMG/areaClientes.gif) no-repeat left top;
	height:92px;
	width:283px;
	float:left;
}
#Pastilla div{
	margin-top:15px;
}
#Pastilla table{
	border: 1px solid #E6E6E6;
	font-size:8pt;
}
#CodigoPostal {
	margin-left:8px;
}
/* ----- CLASES ------*/

.Titulo{
	font-size:15pt;
	padding-left:0px
}
.Titulo p{
	line-height:18px;
}
.Titulo2{	
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size:11pt;
	font-weight:none;
	color:#fec801;
	padding-left:10px;
	padding-right:4px;
}
.Titulo3{
	font-size:12pt;
}
.color{
	color:#E87014;
}
.TxtGrande{
	font-size:16pt;
	color:#E87014;
	padding-left:24px;
}
.cabeceraUsuario{
	font-size:small;
	font-weight:bold;
}
.titEmb{
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size:8pt;
	color:#FFB301;
	letter-spacing:0px;
	font-weight:normal;
	margin:0px;
	padding-right: 2px
}
#Embou {
	width:250px;
	float:right;
	height:165px;
	background:url(../IMG/torre2.jpg) no-repeat left center;
}
#Juridico {
	width:250px;
	float:right;
	height:130px;
	background:url(../IMG/maza.jpg) no-repeat left center;
}
#Emboutexto {
	float:left;
	width:520px;
	height:165px;
}
#Emboujuridico {
	float:left;
	width:520px;
	height:145px;
}
radio {
	border:0px solid #B2B2B2;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#767676;
	padding-left:4px;
}
.radioButton{
	border:0px solid #B2B2B2;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#767676;
	padding-left:4px;
}
.radioButton input{
	border:0px solid #B2B2B2;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#767676;
	padding-left:4px;
}
textarea{
	border:1px solid #B2B2B2;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#767676;
	padding-left:4px;
}
#flash {
	padding-bottom:10px;
}
.condiciones {
	font-family: Arial;
	font-size:8pt;
	color:#767676;
	border:#FFFFFF;
}
