/**************************************************************
********Estilo principal Construccionesyreformasms.com*********
**************************************************************/

/*Reset de estilos*/
* {
	font-family:Verdana,Tahoma,Arial;
	font-size:10px;
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
	color:#6b5c4f;
}

/*Definicion del body*/
html { height:100%; }
body {
        width:100%;
	height:100%;
	background-color:#ddd8d3;
}

/*Links*/

a, a:visited, a:active {
	text-decoration:underline;
}

a:hover {
	color:#8e7f72;
}

/*Encabezados*/
h1 {
	font-size:2.5em;
	color:#d95900;
	font-weight:normal;
	line-height:50px;
}

h2 {
	font-size:1.5em;
	color:#f28000;
	font-weight:normal;
	line-height:25px;
	
}

h3 {
	font-size:1.2em;
	color:#f28000;
	font-weight:normal;
	line-height:25px;
	
}

/***************************************
*************** Estructura**************
***************************************/

#main {
width:960px;
padding:5px;
margin:0 auto;
background-color:#fff;
}

	#header {
	width:100%;
	padding:4px 4px 4px 4px;

	}
		
		#logo {
			float:left;
			width:181px;
			height:158px;
			background-image:url(../../img/logo.jpg);			
		}
		
		#section_image {
			float:left;
			width:771px;
			height:158px;
		}
		
	#content {
		float:left;
		width:100%;
		margin:4px 4px 0px 4px;
		_margin:4px 4px 0px 2px;
		background-image:url(../../img/main_bkg.jpg);
	}
		/*********************rigth_content*/
		#right_content {	
   	float:left;
   	width:759px;
   	margin:0px 4px 0px 8px;
		}

		/*********************** left_menu*/
		#left_menu {
			float:left;
			width:181px;
		}

				#left_menu ul li {
				
				list-style-type:none;
				
				}
					#left_menu a, #left_menu a:active, #left_menu a:visited {
						display:block;
						width:161px;
						height:25px;
						line-height:25px;
						color:#dddddd;
						background-image:url(../../img/left_menu_normal.jpg);
						text-decoration:none;
						padding-left:20px;
					}
					
					#left_menu a:hover {
						color:#ffffff;
						background-image:url(../../img/left_menu_normal_on.jpg);
						text-decoration:underline;
					}
					
					/*Estilo del acordeon del menu izquierdo*/
					#left_menu_desplegable { display:block; width:181px; } 
					.left_menu_encabezado { 
						display:block; 
						width:161px;
						height:25px; 
						cursor:pointer; 
						background-image:url(../../img/left_menu_plus.jpg);
						color:#dddddd;
						padding-left:20px;
						line-height:25px;
						}
							.expandido {
								background-image:url(../../img/left_menu_less.jpg);
							}
						
					.left_menu_encabezado:hover {background:url(../../img/left_menu_plus_on.jpg);}
						#primer-contenido a, #segundo-contenido a, #primer-contenido a:visited, #segundo-contenido a:visited, #primer-contenido a:active, #segundo-contenido a:active {
							display:block;
							width:161px;
							height:25px;
							line-height:25px;
							background-image:url(../../img/left_menu_sub.jpg);	
						}
						#primer-contenido a:hover, #segundo-contenido a:hover {
							display:block;
							width:161px;
							height:25px;
							line-height:25px;
							background-image:url(../../img/left_menu_sub_on.jpg);	
						}
					.left_menu_contenido {overflow:hidden}
		/**********************logos********/
		#logos {
			position:absolute;
			display:block;
			width:181px;
			height:200px;
			top:600px;
			background-image:url(../../img/logos_off.png);
			background-repeat:no-repeat;
			background-position:bottom center;
		}								
		#logos:hover {
			background-image:url(../../img/logos_on.png);
		}	


			#path {
				clear:left;
				font-size:1em;
				line-height:25px;
				border-bottom:1px dotted #aba298;
			}
		
			#text {
				float:left;
				display:inline;
				margin-right:8px;
			}
			
			#images {
				float:left;
				display:inline;
				height:550px;
				padding-left:8px;
				border-left: 1px dotted #aba298;
				padding-top:10px;

			}
		
		
		
	#footer {
		clear:left;
		width:763px;
		margin:0px 4px 0px 4px;
		border-left:181px solid #666;
		text-align:center;
		border-right:1px solid #666;
		border-top:1px solid #666;
		border-bottom:1px solid #666;
		}
