/*** General Settings ***/
* { /* clear ALL margins */
	margin:0;
	padding:0;
}
body { 
	font:normal normal 12px/normal Verdana, "Arial", Helvetica, sans-serif;
	color:#484848;
	background:#fff url(../images/bg_texture.png);
}
#window {
	font:normal normal 12px/normal Verdana, "Arial", Helvetica, sans-serif;
	color:#484848;
	background:none;
	margin:auto;
	width:500px;
	height:400px;
	text-align:center;
}
a, a:link, a:visited, a:hover {
	outline:none;/*Remove active link borders*/
}
img {
	outline:none;
	border:none;
}
.clearfix { 
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
textarea{
	overflow:auto;/*Remove vertical textarea scrollbar in IE*/
}
.clear {
	clear:both;
	font-size:0px;
	height:0px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
/***Web estructure***/
#container {
			width:960px;
			margin:10px auto;
			color:#333;
			background:#fff url(../images/bg_main.png) right top repeat-y;
			border:1px solid #918f8f;
}
#header {
			width:960px;
			height:171px;
			background:#000;
}
	ul#tabs {
		list-style:none;
		font-size:14px;
		font-weight:bold;
		font-family:"Arial";
		text-transform:uppercase;
		width:955px;
		height:41px;
		margin:0;
		padding:0 0 0 5px;
		color:#484848;
		background:#0c0c0c url(../images/bg_menu.jpg) repeat-x;
		border-bottom:1px solid #e2e2e2;
		
	}
		ul#tabs li {
			float:left;
			display:inline;
			height:41px;
			margin:0;
			border-left:1px solid #000;
			border-right:1px solid #000;
		}
		ul#tabs li a, ul#tabs li a:link, ul#tabs li a:visited, ul#tabs li a:hover {
			height:41px;
			line-height:41px;
			display:block;
			text-align:center;
			text-decoration:none;
			color:#fff;
			background:#0c0c0c url(../images/bg_menu.jpg) repeat-x;
			padding:0 15px;
		}
		ul#tabs li a:hover {
			color:#fff;
			background:url(../images/bg_menu_select.jpg) repeat-x;
		}
#sidebar {
			float:left;
			display:inline;
			width:367px;
			margin:0 0 20px 0;
			padding:0 15px;
			color:#484848;
			background:#fff;	
}
#home {
			float:left;
			display:inline;
			width:564px;
			margin:0 0 20px 0;
			padding:0 15px;
			color:#484848;
			background:#fff;	
}
#home p {
			font-size:13px;
			font-family:"Arial";
			color:#000;
			margin:0 0 15px 0;
			padding:0;
}
ul.casa {
	list-style-position:inherit;
	margin:0;
	padding:40px 0 0 0;
	font-size:12px;
	color:#000;
	display:block;
	float:right;
	width:180px;
}
ul.casa li {
	padding:5px 0 5px 0;
	margin:0 0 0 10px;
}
ul.serv {
	list-style-position:inside;
	margin:0;
	padding:0;
	font-size:14px;
	color:#000;
	display:block;
	float:left;
}
ul.serv li {
	padding:0 0 0 10px;
}
.slide {
	float:left;
	width:373px;
	background:#fff;
}
#main {
			float:right;
			display:inline;
			width:351px;
			margin:0;
			padding:0 0 0 15px;
			color:#484848;
			background:#c4c7cb url(../images/bg_main.png) center top repeat-y;	
}

.contenedor {
float:left; margin:0; padding:0 0 5px 0; width:335px; border-top:1px solid #d7dbdf;}
.contenedor_nov {
width:540px; float:left; border-top:1px solid #ededed; border-bottom:1px solid #fafafa; padding:10px 0;}
.contenedor_novdet {
width:540px; float:left; border-top:1px solid #ededed; border-bottom:1px solid #fafafa; padding:5px 0; margin:0;}
.imag {
			width:76px;
			height:56px;
			border:1px solid #999;
			padding:2px;
			background:#fff;
			float:left;
			margin:0 10px 0 0;
}
.imag_not {
			width:114px;
			height:86px;
			border:1px solid #999;
			padding:0;
			background:#fff;
			float:left;
			margin:0 10px 0 0;
}
.imag_notsmall {
			width:88px;
			height:66px;
			border:1px solid #999;
			padding:0;
			background:#fff;
			text-align:center;
			float:left;
			display:inline;
			margin:0 9px 0 0;
}
.imag_notbig {
			width:188px;
			height:142px;
			border:1px solid #999;
			padding:0;
			background:#fff;
			float:left;
			margin:5px 10px 10px 0;
}
.txt_not {
			font-size:11px;
			float:left;
			width:235px;
			font-family:"Arial";
			color:#484848;
			text-align:justify;
}
.tit_not {
	width:300px;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, "Arial", Helvetica, sans-serif;
	color:#156ba6;
	padding:0 0 2px 0;
	margin:0;
	float:left;
	
}
.txt_info{
			font-size:12px;
			width:400px;
			font-weight:normal;
			font-family:"Arial";
			color:#484848;
			margin:0;
			padding:0;
			text-align:justify;
			float:left;
}
.txt_infodetalle{
			font-size:12px;
			width:340px;
			font-weight:normal;
			font-family:"Arial";
			color:#484848;
			margin:0;
			padding:5px 0 0 0;
			text-align:justify;
			float:left;
}
.mas_infor {
	width:404px;
	font-size:12px;
	font-weight:normal;
	font-family:"Arial";
	color:#cc1e02;
	padding:5px 10px 5px 0;
	margin:0;
	float:left;
	text-align:right;
	background:url(../images/arrow.png) center right no-repeat;
	
}
.mas_infor a, .mas_infor a:link, .mas_infor a:visited{
		text-decoration:underline;
		color:#cc1e02;
} 
.mas_infor a:hover{
		text-decoration:none;
}
.mas_infor2 {
	width:230px;
	font-size:11px;
	font-weight:normal;
	font-family:"Arial";
	color:#cc1e02;
	padding:5px 10px 5px 0;
	margin:0;
	float:left;
	text-align:right;
	
}
.mas_infor2 a, .mas_infor2 a:link, .mas_infor2 a:visited{
		text-decoration:underline;
		color:#156ba6;
} 
.mas_infor2 a:hover{
		text-decoration:none;
}
.txt_inf {
			font-size:14px;
			float:left;
			width:300px;
			font-family:"Arial";
			color:#484848;
			padding:0;
			margin:10px 0 20px 0;
			float:left;
}
.txt_inf a, .txt_inf a:link, .txt_inf a:visited{
		text-decoration:none;
		color:#027ac9;
		font-weight:bold;
} 
.txt_inf a:hover{
		text-decoration:none;
		color:#999;
}
#footer {
			clear:both;
			width:930px;
			height:40px;
			background:#575757;
			color:#fff;
			line-height:20px;
			padding:15px;
}
#footer a, #footer a:link, #footer a:visited{
		text-decoration:none;
		color:#fff;
		font-weight:bold;
} 
#footer a:hover{
		text-decoration:none;
		color:#999;
}
/***Contacto***/
fieldset {
			border:none;
			margin:0;
			padding:20px 10px 10px 0;
			color:#333;
			width:600px;
		}
		label {
			float:left;
			display:inline;
			font:normal normal 12px/normal Arial, Tahoma, Helvetica, sans-serif;
			color:#000;
			margin:0;
			padding:0;
			text-align:right;
			width:140px;
		}
		input, textarea, select {
			float:left;
			display:inline;
			width:200px;
			margin:2px 5px 12px 10px;
			padding:2px;
			font:normal normal 0.8em/normal Arial, Tahoma, Helvetica, sans-serif;
			color:#484848;
			background:#fff;
			border-top:solid 1px #737373;
			border-right:solid 1px #b6b6b6;
			border-bottom:solid 1px #dbdbdb;
			border-left:solid 1px #737373;
		}
		input.radio, input.checkbox {
			width:auto;
			height:auto;
			margin:2px 5px 12px 10px;
			padding:0;
			background:#fff;
			border:none;
		}
		input.submit {
			width:auto;
			height:auto;
			margin:0 0 0 290px;
			padding:3px 15px;
			font-weight:bold;
			color:#fff;
			background:#0b911b;
			border:1px solid #236f1a;
			text-shadow:1px 1px 1px #236f1a;
			-moz-border-radius:15px; /*no funciona en ie*/
			-webkit-border-radius:5px; /*no funciona en ie*/
		}
		select {
			width:206px;
		}
		textarea {
			height:70px;
		}
		br {clear:left;}
		
/*Paginador*/
	ul#paginador {
		list-style:none;
		width:540px;
		height:25px;
		margin:5px;
		padding:0;
		color:#484848;
		
	}
		ul#paginador li {
			float:left;
			display:inline;
			height:25px;
			margin:0 5px 0 0;
			border-top:1px solid #e2e2e2;
			border-left:1px solid #e2e2e2;
			border-right:1px solid #e2e2e2;
		}
		ul#paginador li a, ul#paginador li a:link, ul#paginador li a:visited, ul#paginador li a:hover {
			height:25px;
			line-height:25px;
			display:block;
			text-align:center;
			text-decoration:none;
			color:#272727;
			background:#c6ccd2;
			padding:0 8px;
		}
		ul#paginador li a:hover {
			color:#fff;
			background:#3583e1;
		}
	
/***Text Styles***/
h1 {
	font-size:20px;
	font-weight:normal;
	font-family:"Arial";
	color:#cc1e02;
	padding:10px 0 5px 0;
	margin:0;
}
h2 {
	width:340px;
	font-size:18px;
	text-shadow:1px 1px 1px #fff;
	font-weight:normal;
	font-family:"Arial";
	color:#333333;
	padding:5px 0 5px 0;
	margin:0;
	border-bottom:1px solid #999b9d;
}
h3 {
	font-size:12px;
	font-weight:bold;
	font-family:"Arial";
	color:#156ba6;
	padding:8px 0;
	margin:0;
}

