@charset "utf-8";
/* CSS Document */

html {

}


body {
	margin: 0px;
	padding:0px;
	overflow: auto;
	
	background-color: #000;
	
	color:#ededed;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	line-height:18px;
	letter-spacing:1px;
	text-align:left;
}


br {
	line-height: 8px;
}
	

p {
	margin: 0px;
	padding:5px 0px;
	clear:both;
}


img {
	border:0px;
	margin:0px;
	padding:0px;
}


a:link {
}

a:visited {
}

a:hover {
}

a:active {
}


ul {
	margin:0px;
	padding:0px;
	padding-left:10px;
}


h1 {
	color:#fff;
	background-color:#000;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	letter-spacing:1px;
	margin:2px 0;
}




				/* CONTENEDOR GENERAL */

#wrapper {
	position: relative;
	overflow:hidden;
	height: auto;
	width: 100%;
	margin:0;
	padding:20px 0;
	
	text-align:center;
}


				/* LOGO */
				
#logo {
	position: relative;
	overflow:hidden;
	width:auto;
	max-width:400px;
	height:auto;
	max-height:80px;
	margin:0 auto;
	padding:0px;
	border:10px solid #000;
	background-color:#000;
}




				/* Menús */
				
#menu {
	position: relative;
	overflow:hidden;
	text-align:center;
	width: 100%;
	clear:both;
	background-color:#000;
	margin-top:10px;
}


#menu ul {
	position:relative;
	overflow:hidden;
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}

#menu li {	
	position:relative;
	display:inline-block;
	width:100%;
	list-style:none;
	list-style-type:none;
	margin:2px 0;
}

#menu a {
	text-decoration:none;
	font-weight:normal;
	display:inline-block;
	width:100%;
	font-size:12px;
	line-height:22px;
	letter-spacing:2px;
}

#menu a:link {
	color:#ccc;
	background-color:#333;

}

#menu a:visited {
	color:#ccc;
	background-color:#333;

}

#menu a:hover {
	color:#333;
	background-color:#eee;
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;
}

#menu a:active {
	color:#333;
	background-color:#eee;
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;
}




				/* Páginas */

#inicio {
	position: relative;
	overflow:hidden;
	text-align:left;
	width: auto;
	max-width:860px;
	clear:both;
	background-color:transparent;
	margin:30px auto;
	padding:30px;
	display:inline-block;
	border-top:1px dashed #999;
	font-size:12px;
	line-height:18px;
}

#presentacion {
	position: relative;
	overflow:hidden;
	max-width:860px;
	clear:both;
	margin:20px auto 0 auto;
	padding:10px 5px 0 5px;
	display:inline-block;
	border:0px dashed #333;
	text-align:justify;
	font-size:12px;
	line-height:20px;
	background-color:transparent;
}

#presentacion .imagen100 {
	position: relative;
	overflow:hidden;
	width:auto;
	max-width:860px;
	height:auto;
	max-height:250px;
	margin:0 auto 25px auto;
	padding:0px;
}

#presentacion .imagen200 {
	position: relative;
	overflow:hidden;
	width:auto;
	max-width:860px;
	height:auto;
	max-height:115px;
	margin:0 auto 25px auto;
	padding:0px;
}

#presentacion .c1 {
	position: relative;
	overflow:hidden;
	clear:both;
	margin:15px 5px 35px 5px;
	padding:0px;
	border:0px dashed #333;
	text-align:left;
}

#presentacion li {
	 border-bottom:1px dashed #0000cc;
	 padding-bottom:5px;
}

#presentacion li.last-item {
	 border-bottom:0px;
}

#presentacion h2 {
	color:#fff;
	font-weight:normal;
	font-size:24px;
	line-height:28px;
	letter-spacing:0px;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #222;
	font-variant:small-caps;
	text-transform:uppercase;
	text-align:center;
}	

#presentacion h3 {
	color:#ff0000;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	letter-spacing:1px;
	margin:0px;
	padding:10px 0 2px 0;
	font-variant:small-caps;
}


#servicios {
	position: relative;
	overflow:hidden;
	max-width:860px;
	min-width:220px;
	clear:both;
	margin:20px auto;
	padding:10px;
	display:inline-block;
	border:0px dashed #333;
	text-align:center;
	background-color:transparent;
}

#servicios h2 {
	color:#fff;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	letter-spacing:1px;
	margin:0 0 10px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid #ccc;
}	


#contacto {
	position: relative;
	overflow:hidden;
	text-align:center;
	width: auto;
	clear:both;
	background-color:transparent;
	margin:30px auto;
	padding:30px;
	display:inline-block;
	border-top:1px dashed #999;
}