/*** NEUTRALIZANDO ESTILOS: elementos que queremos limpiar completamente: ***/  
* {  
	margin: 0;  
	padding: 0;  
    border: none;  
}  
html {  
    font-family: "Lucida Grande", Helvetica, Arial;
    font-size: 14px;
     color: #333;

}  
/*** NEUTRALIZANDO ESTILOS: elementos con margen vertical: ***/  
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {  
	font-weight: normal;   
}  
/*** Algunos ajustes basicos: ***/  
li, dd, blockquote {  
	margin-left: 1em;  
}  
/*** LINKS: recuerda utilizar siempre la regla del LoVe-HAte ***/  
a, a:link , a:visited {  
	text-decoration: none;  
	color: #7491af;
}  
a , a:hover,a:active  {
	color: #666666;
}
a img {  
	border: none;  
    text-decoration: none;  
}  
img { 
	border: none;  
    text-decoration: none;  
}  
.clear {
	clear: both;
}
/** Maquetación Principal **/
body {
	background: #DDDDDD url(images/bg.jpg) repeat-x 0 0;
}
#wrapper-main {
	background:url(images/header_bg.png) no-repeat 0 0;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}

#header h1 a {
	float:left;
	width: 151px; 
	height: 128px; 
	background: url('images/logo.png') no-repeat 0 0 ; 
	display: block; 
	margin: 30px 20px 20px 20px;
	text-indent: -9999px;

}
#menu {
	float: right;
	padding: 30px 150px 0 0;
	list-style: none;
	display: inline;

}
#menu li {
	margin: 0 0px; 
	padding: 0 15px;
	list-style: none;
	display: inline;
}
#main {
	min-width: 960px;
}
#main p {
	margin-top: 10px;
}
.ancho400 {
	width: 400px;
}
#plan_avanza {

	padding-right: 350px;
		background: url('images/plan_avanza.jpg') no-repeat center right;
	
}
.minibanner {
	float:right;margin:30px 30px 0 30px;	
}
#slogan {
	clear: both;
	width: 800px;
	text-align: center;
	margin: 0 auto;
}
#error404 {
	background:url("images/error-404.png") no-repeat scroll center center transparent;
	height:400px;
	text-align:center;
}
.column {
	float: left;
	margin: 0 20px;
	width: 270px;
	padding-bottom: 30px;
}
.column ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.column ul li {
	list-style-image: url(images/lista.png)
}
.columnfooter {
	float: left;
	margin: 0 20px;
	width: 420px;
	padding-bottom: 30px;
}
#wrapper-footer {
	background-clip:border;
	background-inline-policy:continuous;
	background-origin:padding;
	clear:both;
	margin-top: 30px;
	min-width:940px;
	background: #000000 url(images/gray_bg.jpg) repeat;
	border-top: 1px solid #191919;
}
#wrapper-footer p ,#wrapper-footer ul{
	color: #FFFFFF;
	font-size: 12px;
	margin: 15px 0 0 0;
}
#prev-footer {
	width: 940px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#partners li {
	list-style: none;
	display: inline;
	margin-left: 60px;
}

.alt{ background-image:url(images/bg_divider_alt.png);}

#footer {

	text-align: center;
	background-color: #595f65; 
	height: 45px;
}

#footer h5 {
	padding-top:14px;
}
#footer-shadow {
	clear: both;
	background-clip:border;
	background-inline-policy:continuous;
	background-origin:padding;
	background:transparent url(images/sombra_footer.png) no-repeat center 0px;
	height:10px;
}
/*** Slider **/
.diseno {
	padding-left: 150px;
	background: url(images/webdesign.png) no-repeat 0 10px;
	height: 150px;
}
.sistemas {
	padding-left: 150px;
	background: url(images/sistemas.png) no-repeat 0 10px;
	height: 150px;
}
.software {
	padding-left: 150px;
	background: url(images/software.png) no-repeat 0 10px;
	height: 150px;
}
.feature-post{
	padding: 0px 0px 20px;
	position: relative;
	z-index:3
}
a.scroller-left, a.scroller-right{
	position: absolute;
	top: 150px; 
	display: block; 
	overflow: hidden; 
	width: 50px; height: 50px; 
	text-indent: -9999px; z-index: 3;
}

a.scroller-left{ left: -25px; background-position: top left;}

a.scroller-right{right: -25px; background-position: top right;}

a.scroller-left:hover{background-position: bottom left;}

a.scroller-right:hover{float: right; background-position: bottom right;}
		
.feature-post .feature-post-image{
	padding: 0px; 
	margin-bottom: 30px; 
	z-index: 1;
	display: block; 
	height: 360px; 
	width: 960px; 
	overflow: hidden;
}

.no_display{display: none;}


.feature-post .feature-post-content h1 a{}

.feature-post .feature-post-content p{width: 820px; margin-top: 10px; margin-bottom: 10px;}

.feature-post .feature-post-content a.action-link{clear: both; width: 176px; height: 26px; display: block; text-indent: -9999px;}

.feature-post .feature-post-content a.action-link:hover{background-position: bottom;}

a.scroller-left, a.scroller-right{background: url(images/big-arrows.png) no-repeat;}

a.scroller-left{left: -25px; background-position: top left;}

a.scroller-right{right: -25px; background-position: top right;}

a.scroller-left:hover{background-position: bottom left;}

a.scroller-right:hover{float: right; background-position: bottom right;}

.feature-post .feature-post-image{border-bottom: 5px solid #222;border-top: 5px solid #222; margin-top: 30px;}

.feature-post .feature-post-content h1 a{color: #46173a;}

.feature-post .feature-post-content a.action-link{background: url(images/continuar-leyendo.png) top no-repeat;}
.column .feature-post-content { margin-left: 10px;}
.clearfix:after{clear: both; content: '.'; display: block; visibility: hidden; height: 0;}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}

a.sabermas-link {
	width: 120px; height: 26px; display: block; text-indent: -9999px;
	background: url(images/saber-mas.png) top no-repeat;
}
a.sabermas-link:hover{background-position: bottom;}
/** Fuentes **/ 
#slogan h1 {
	text-shadow:0 1px #EFEFEF;
}
/* Museo a wonderfull font by Jos Buivenga: http://exljbris.nl */
@font-face { font-family:"MuseoThree"; src:url(fonts/Museo300-Regular.otf) format("opentype"); } 
@font-face { font-family:"MuseoSeven"; src:url(fonts/Museo700-Regular.otf) format("opentype"); }

#menu li {
	-x-system-font:none;
	font-family:"MuseoThree","Century Gothic","Futura Medium","Apple Gothic",Helvetica,Arial,sans-serif;
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-shadow:0 1px 1px black;
}
#menu li a {
	color:#FCFCFC;
}
#menu li a:hover {
	color: #CCCCCC;
}
#footer {
	color: #FFFFFF;
}
h1 {
	-x-system-font:none;
	color:#585e65;
	font-family:"MuseoThree","Century Gothic","Futura Medium","Apple Gothic",Helvetica,Arial,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight: lighter;
	line-height:normal;
	//text-shadow:0 1px 1px #cccccc;
}

h2 {
	-x-system-font:none;
	color:#FFFFFF;
	font-family:"Century Gothic","Futura Medium","Apple Gothic",Helvetica,Arial,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

h3 {
	-x-system-font:none;
	color:#506F6F;
	font-family:"Century Gothic","Futura Medium","Apple Gothic",Helvetica,Arial,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-top: 20px;
}

h5 {
	-x-system-font:none;
	color:#454748;
	font-family:"MuseoThree","Century Gothic","Futura Medium","Apple Gothic",Helvetica,Arial,sans-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:  lighter;
	line-height:normal;
}

h1 strong, h2 strong, h4 strong{
    font: 20px "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
}
/* Formulario */
input, textarea {

	border-radius: 3px;

	border-radius: 3px;

	border-radius: 3px;

	margin-top: 5px;

	background: #FCFCFC url(../images/input_shadow.gif) repeat-x;

	padding: 5px;

	border: 1px solid #D5D2C6;

	border-bottom: 1px solid #F6F6F6;

	border-right: 1px solid #F6F6F6;

	margin-bottom: 7px;

	font-family:Arial, Helvetica, sans-serif;

	color:#666;

	}

input.submit {

	background: none!important;

	padding: 0!important;

	border: none;

	}

label {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-style:italic;

}