@charset "utf-8";
* { margin: 0; padding: 0; outline: 0 }

@font-face {
    font-family: 'RothwellRegular';
    src: url('rothwell-webfont.eot');
    src: url('rothwell-webfont.eot?#iefix') format('embedded-opentype'),
         url('rothwell-webfont.woff') format('woff'),
         url('rothwell-webfont.ttf') format('truetype'),
         url('rothwell-webfont.svg#RothwellRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #555;
	text-align:center;
	background:#C4C7CB;
	background-image:url(../img/bg_body.png);
	background-repeat:repeat;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1 {
	font-size:14px;
	color:#000;
}
h2, h3 {
	color:#0b57c8;
	font-size:18px;
}
h3{
	background-image: url(../img/bullet_home.jpg);
	background-repeat:no-repeat;
	line-height:31px;
	padding-left:20px;
	margin-left:5px;}
hr {
	color:#4C92B3;
	/*background:#4C92B3;*/
	height:1px;
	margin-bottom:5px;
	border: 1px dotted #0466fc;
	
}
p {
	font-size:13px;
	color:#223d5a;
	line-height:14px;}
#pagina{
	margin:0 auto 0 auto;
	/*border:solid 1px #0066FF;*/
	border-top:0;
	padding:1px;
	margin-top:0px;
	margin-bottom:5px;
	/*border:solid 1px #CCCCCC;*/
	background:#FFF;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
	width:926px;
}
#cabecera{
	margin-top:0px;
	text-align:center;
}
#cab{
	
	height:80px;
	width:927px;
	margin-top:5px;
	/*margin-bottom:5px;
	border:solid 1px #CCCCCC;*/
	background:#FFF;
  /*  -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}
#logo{
	float:left;
	font-size:45px;
	margin-top:0px;
	margin-left:0px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	height:80px;
	width:249px;
}
#contenedor{
	text-align:center;
	background:#FFF;
}
#menu{
	/*background:#008FD5;*/
	width:100%;
	height:48px;
	color:#dde1e3;
	background-image: url(../img/bg_nav.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	position:absolute;
	z-index:100;
}
#menu ul{
	float: left;
	list-style: none;
	margin:0; padding: 0;
	margin-top:13px;
}
#menu li{
	display: inline;
	margin:0px;
}
#menu ul li a {
	display: inline;
	color:#dde1e3;
	text-decoration: none;
	margin:0px;
	background:transparent url(../img/separator_header.png) repeat-y scroll right center;
	font-family:"RothwellRegular","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:100;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#menu ul li.last a {
	color:#00FF00;
	padding:10px;
}
#menu ul li a:hover {
	display: inline;
	padding:10px;
	color:#fff;
}
#menu ul li#current a {	
	color:#fff;
	padding:10px;
}
#tienda{
	margin-top:5px;
	width:100%;
	/*background:#F2F5FE url("../img/fondo-texto.jpg") 0 0 no-repeat;*/
	min-height:40px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:400px /*IE6*/;	
}
#tienda h2{
	color:#344D64;
	font-size:110%;
}
#tienda p{
	padding:0px;
	color:#333333;
}
#liberar{
	padding-left:10px;
	padding-top:20px;
	text-align:left;
}
#textoprincipal{
	width:100%;
	min-height:40px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:200px /*IE6*/;
	border:#CCC solid 1px;
}
#textoprincipal h2{
	width:99%;
	color:#344D64;
	font-size:16px;
	padding:4px;
	margin-left:0px;
}
#textoprincipal p{
	margin:5px;
	padding:5px;
}
#publi1{
	width:100%;
	background:#CCC;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
#buscador{
	margin-top:-7px;
	margin-right:20px;
	float:right;
	padding:10px;
	min-height:40px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:400px /*IE6*/;	
	text-align:center;
/*    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;*/
	position:relative;
	z-index:101;
	width:500px;
}
#buscador input{
	width:153px;
	height:26px;
	/*border:#000 solid 1px;*/
	margin-top:5px;
	background-image:url(../img/buscador_input.png);
	background-repeat:no-repeat;
	border:none;
	padding-left:10px;
}
#buscador button#buscar{
	/*background-color:#FF9900;
	border:#000 solid 1px;*/
	width:auto;
	height:26px;
	width:19px;
	margin-left:5px;
	margin-top:12px;
	z-index:-1;
	display:inline;
	background-image:url(../img/buscador_button.png);
	background-repeat:no-repeat;
	border:none;
}
#resultados{
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:1px;
	min-height:40px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:400px /*IE6*/;
	text-align:left;
	background:#DFDFDF;
	padding:2px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#resultados p{
	color:#409FFF;
	background-position:left top;
	padding:0 0 0 15px;
	background-repeat: no-repeat;
	min-height: 15px;
	margin: 0 0 10px 5px;
}
#izquierda{
	min-height:40px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:400px /*IE6*/;	
}
#derecha{
	min-height:40px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:400px /*IE6*/;	
}
.post{
	background:#FFF8F0;
	border:#4C92B3 2px solid;
	height:30px;
	margin-top:5px;
}
.post img{
	float:left;
	margin-left:5px;
	margin-top:8px;
}
.post p{
	font-size:12px;
}
#precios{
	background:url(../img/bk_sidebar.png) no-repeat top;
	margin-top:5px;
	width:280px;
	}
#precios h2{
	padding-top:10px;
	height:35px;
	color:#0d4eac;
	text-align:left;
	font-family:"RothwellRegular","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:300;
	padding-left:20px;
	}
#precios p{
	float:left;
	padding:3px;
	color:#133d7d;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:800;
	line-height:18px;
	}
#precios h5{
	float:right;
	color:#0466fc;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:800;
	}
#varios{
	margin-top:5px;
	height:150px;
	border:#CCC dotted 1px;
	width:100%;
	padding:1px;
}
#varios img{
	float:left;
	margin-right:5px;
	margin-top:25px;
	margin-left:5px;
	height:120px;
	width:120px;
}
#varios h2{
	width:100%;
	font-size:14px;
	height:20px;
	margin-top:2px;
}
#varios p{
	margin:5px;
	font-size:13px;
}
#posts{
	text-align:justify;
	padding:8px;
}
#posts h2{
	font-size:24px;
	color:#0000FF;
	margin:5px;
}
#posts p{
	font-size:18px;
	margin:5px;
}
#post{
	background:#EAF4FF;
	border-bottom:#91C8FF solid 1px;
}
#nav{
	margin-top:5px;
	margin-bottom:5px;
}
#nav a{
	color:#999999;
	font-size:9px;
}
#nav p{
	color:#999999;
	font-size:9px;
}
#pie{
	padding-top:20px;
	color:#7A8C97;
	width:918px;
	height:200px;
	text-align:center;
	background-image:url(../img/bg_pie.png);
	background-repeat:repeat-x;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-left:10px;
}
#pie p, #pie a{
	color:#073870;
	text-align:left;	
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
}
#piesub{
	margin-top: 0px;
	/*border:1px solid #3A5873;background:#2B4051 none repeat scroll 0 0;
	
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}
.clear { clear: both; }

/********ICONOS SOCIALES HEADER*******/
/**linkedin**/	
#icnin a {
	background-image:url(../img/icn_in.png); width:59px; height:58px; float:left;
}
#icnin a:hover {
	background-image:url(../img/icn_in_over.png);}

/**facebook**/	
#icnfb a {
	background-image:url(../img/icn_fb.png); width:59px; height:58px; float:left;
}
#icnfb a:hover {
	background-image:url(../img/icn_fb_over.png);}

/**stumbler**/	
#icnsu a {
	background-image:url(../img/icn_su.png);
	width:59px;
	height:58px;
	float:left;
}
#icnsu a:hover {
	background-image:url(../img/icn_su_over.png);
}

/**tweeter**/	
#icnt a {
	background-image:url(../img/icn_tweeter.png);
	width:59px;
	height:58px;
	float:left;
}
#icnt a:hover {
	background-image:url(../img/icn_tweeter_over.png);
}


