/* CSS Document */
a{
	text-decoration:none;
}
body {
/*	background-color: #5E2E1A;*/
	background-color: #5E2E1A;
	padding:0px;
	margin:0px;
}

.total{
	position:absolute;
	background-image:url(entorno/bgr1.jpg);
	background-repeat:repeat-x;
	background-position: 50%;	
	width:100%;
	top:5%;
	margin-left:0px;
	left:0px;
	

}

.totaltable{
	position:relative;
	width:800px;
	left:50%;
	margin-left:-400px;
}

.tableTL{
	width:10px;
	height:10px;
	background-image:url(entorno/TLbrown.jpg);
	background-repeat:no-repeat;
}
.tableTR{
	width:10px;
	height:10px;
	background-image:url(entorno/TRbrown.jpg);
	background-repeat:no-repeat;
}
.tableBL{
	width:10px;
	height:10px;
	background-image:url(entorno/BLbrown.jpg);
	background-repeat:no-repeat;	
}
.tableBR{
	width:10px;
	height:10px;
	background-image:url(entorno/BRbrown.jpg);
	background-repeat:no-repeat;
}
.tableLateral{
	width:10px;
	height:10px;
	background-image:url(entorno/lateral_leftbrown.jpg);
	background-repeat:repeat-y;
}
.tableLateralRight{
	width:10px;
	height:10px;
	background-image:url(entorno/lateral_rightbrown.jpg);
	background-repeat:repeat-y;
}
.tableTop{
	width:10px;
	height:10px;
	background-image:url(entorno/tableTopbrown.jpg);
	background-repeat:repeat-x;
	font-size: 8px;
	color:#ffffff;
}
.tableBot{
	width:10px;
	height:10px;
	background-image:url(entorno/tableBotbrown.jpg);
	background-repeat:repeat-x;
}

.heading{
	background-image:url(entorno/retocsdecoracio.jpg);
	width:787px;
	/*	height:327px;*/
	margin-top:0px;
	margin-left:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.banners{
	width:800px;
	height:328px;
	margin-left:10px;
	margin-top:0px;
}

.divisorline{
	background-color:#ffffff;
	width:787px;
	height:1px;
	margin-top:0px;
	margin-left:0px;
}

.menu{
	width:787px;
	background-color:#B80F24;
	height:60px;
	margin-top:0px;
	margin-left:0px;
}

.content{
	background-color:#B80F24;
	width:787px;
	margin-top:0px;
	margin-left:0px;
}
.contentlocation{
	background-color:#B80F24;
	padding-top:20px;
	margin-top:0px;
	margin-left:10px;
}

/*------------------- CSS MENUUU OVER EFFECTSSS -----*/

#navcontainer { background-color:#B80F24; height:60px; padding-top:5px;} /*aki no se debe especificar el ancho porque en el firefox afecta la dimensión del click, así k no poner el width*/

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
height:60px;
width:787px;
}

#navcontainer li { 

text-align:left;
float:left;
width:189px;	
height:60px;
margin: 0 0 0px 4px; }


#navcontainer li a
{
	display: block;
	height:60px;
	padding: 10px 0px 0px 25px;
	color: #5E2E1A;
	background-image:url(entorno/btn_menu1.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer li a:hover
{
margin-top:1px;
height:60px;
font-weight: bold;
color: #ffffff;
background-image:url(entorno/btn_menuover1.jpg);
background-repeat:no-repeat;
text-decoration: none;


}
.overeffect a{
color:#b70f23;
}
.overeffect a:hover{
color:#f07800;
}


/**************************** ESTILOS PORTADA *************************/
.portadatitle{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
font-weight: bold;
color: #ffffff;
}
.portadatxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #f37901;
	line-height: 18px;
}
.generaltxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	line-height: 18px;
}
.portadatxt a{
color: #ffffff;
text-decoration:underline;
}
.portadatxt a:hover{
font-weight: bold;
color: #ffffff;
text-decoration:underline;
}
.generaltxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	line-height: 18px;
}
.generaltxt a{
color: #ffffff;
text-decoration:underline;
}
.generaltxt a:hover{
font-weight: bold;
color: #ffffff;
text-decoration:underline;
}
/****************************** ESTILOS SECCIONES ***********************/
.seccionTitulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #f07800;
}
.seccionTexto{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	line-height: 18px;
}
.redweb{
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #ffffff;
	text-align:right;
}
.linedotted{
padding:5px 10px 0px 10px;
	border: 1px dashed #FFFFFF;
}