/* by Jacobo Villegas - 25 Pixels*/
@font-face {
 font-family: 'DroidSerifRegular';
 src: url('../fonts/DroidSerif-Regular-webfont.eot');
 src: url('../fonts/DroidSerif-Regular-webfont.eot?iefix') format('eot'),  url('../fonts/DroidSerif-Regular-webfont.woff') format('woff'),  url('../fonts/DroidSerif-Regular-webfont.ttf') format('truetype'),  url('../fonts/DroidSerif-Regular-webfont.svg#webfont5XtKyzGt') format('svg');
 font-weight: normal;
 font-style: normal;
}
a {
	color:#900;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
body {
	margin: 0;
	background:#FCFAEA;
	font-family: Verdana, Geneva, sans-serif;
}
.container {
	width: 1000px;
	margin: auto;
	background:url(../images/background-diseno.png);
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius:15px;
}
h1 {
	font-family: 'DroidSerifRegular', Georgia, serif;
	color: #929080;
	font-size:24px;
}
h2 {
	font-family: 'DroidSerifRegular', Georgia, serif;
	color: #1F1F19;
	font-size:18px;
}
.top {
	background: #646251;
	height: 40px;
	width: 100%;
	font-family: 'Copse', serif;
	color: #FCFAEA;
	text-shadow: black 0.1em 0.1em 0.2em
}
.inicio {
	background: #929080;
	height:40px;
	width: 75px;
	float:left;
	line-height: 40px;
	text-align: center;
	font-size:16px;
}
.inicio a {
	font-family: 'Copse', serif;
	color: #FCFAEA;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-decoration: none;
	-webkit-transition-property:color, background;
	-webkit-transition-duration: 1s, 1s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, background;
	-moz-transition-duration: 1s, 1s;
	-moz-transition-timing-function: linear, ease-in;
	display: block;
}
.inicio a:hover {
	background: #1F1F19;
}
.top ul li {
	height: 40px;
	float:right;
	display: block;
}
.top li {
	list-style: none;
	display: inline;
	height: 40px;
	line-height: 40px;
	display: block;
	width: 130px;
	text-align: center;
}
.top .tm1 {
	background: #5A5849;
	float: right;
}
.top .tm2 {
	background:#514F42;
	float: right;
}
.top .tm3 {
	background:#49473B;
	float: right;
}
.top .tm4 {
	background:#424035;
	float: right;
}
.top .tm5 {
	background: #1F1F19;
	float: right;
}
.header {
	width: 98%;
	margin: 40px auto;
}
.top .tm1 a, .top .tm2 a, .top .tm3 a, .top .tm4 a, .top .tm5 a {
	display: block;
	font-family: 'Copse', serif;
	font-size:16px;
	color: #FCFAEA;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-decoration: none;
	display: block;
	width: 100%;
	-webkit-transition-property:color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, background;
	-moz-transition-duration: 0.5s, 0.5s;
	-moz-transition-timing-function: linear, ease-in;
}
.top .tm1 a:hover, .top .tm2 a:hover, .top .tm3 a:hover, .top .tm4 a:hover, .top .tm5 a:hover {
	background: #1F1F19;
}
.top .tm5 a:hover{background: #5A5849;}
.logo {
	width: 397px;
	height: 137px;
	background: url(../images/logo-costa-rica.png);
	float: left;
	margin-left: 20px;
}
.header {
	height:150px;
}
.headertxt {
	width: 420px;
	height: 70px;
	color: #929080;
	font-size: 1.4em;
	float: right;
	text-align: right;
	margin-top: 0;
	margin-right: 20px;
	font-family: 'DroidSerifRegular', Georgia, serif;
	text-shadow: #fff 0 1px 0;
}
.promocion{
	width:450px;
	height:140px;
	background:url(../images/promociones/paquete-diseno-web.png) no-repeat;
	float:right;
}
.promoTexto{
	width:240px;
	float:right;
	color: #900;
	font-size: 1.4em;
	text-align: right;
	margin-top: 0;
	margin-right: 20px;
	font-family: 'DroidSerifRegular', Georgia, serif;
	text-shadow: #fff 0 1px 0;
}
.promocion span{
	width:55%;
	font-family: 'Copse', serif;
	margin:10px auto 3px;
	color: #413F34;
	font-size: 14px;
	float:right;
}
	
.content {
	width:100%;
	margin:auto;
	overflow:hidden;
}
.contentBox {
	width:96%;
	height:260px;
	padding:1%;
	background:#FCFAEA;
	margin:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 1px 1px 5px #888;
	-webkit-box-shadow: inset 1px 1px 1px #888;
	box-shadow: inset 1px 1px 5px #888;
	margin-top:5px;
}
.contentBox span {
	width: 420px;
	height: 70px;
	font-family: 'Copse';
	color: #413F34;
	font-size: 34px;
	float: left;
	clear:both;
	position:absolute;
	margin-top:90px;
	margin-left:30px;
}
.contentBox .paginasWeb {
	width:325px;
	height:140px;
	background: url(../images/Hola-hacemos-paginas-web.png) no-repeat;
	position:absolute;
	margin-top:60px;
	margin-left:30px;
}
.macbook {
	width:627px;
	height:346px;
	background:url(../images/macbook.png) no-repeat;
	float:right;
	z-index:999;
	position: absolute;
	margin-left:390px;
	margin-top:-25px;
}
.productBoxes {
	width:300px;
	height:200px;
	float:left;
	background:#FCFAEA;
	margin:5px 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 1px 1px 5px #888;
	-webkit-box-shadow: inset 1px 1px 1px #888;
	box-shadow: inset 1px 1px 5px #888;
	-webkit-transition-property:color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, background;
	-moz-transition-duration: 1s, 1s;
	-moz-transition-timing-function: linear, ease-in;
}
.productBoxes:hover {
	background:#929080;
}
.productBoxes .productText {
	width:92%;
	font-family: 'Copse', serif;
	margin:10px auto 3px;
	color: #413F34;
	font-size: 14px;
	height:155px;
}
.productBoxes .leerMas {
	text-align:right;
	width:92%;
	height:16px;
	margin:auto;
	vertical-align:bottom;
}
.productBoxes .leerMas a {
	color:#900;
	font-style:italic;
	float:right;
	text-decoration:none;
	font-family: 'Copse', serif;
	font-size: 14px;
	right:10px;
}
.productBoxes .leerMas a:hover {
	color: #fff;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.productBoxes a:hover:before {
	content: "\2192 ";
}
.tituloBoxDiseno {
	width:87px;
	height:30px;
	float:left;
	background:url(../images/diseno-hosting-mercadeo.gif) no-repeat center;
	margin:60px 106px 5px 133px;
	background-position: 0px 0px;
}
.tituloBoxHosting {
	width:94px;
	height:40px;
	float:left;
	background:url(../images/diseno-hosting-mercadeo.gif) no-repeat center;
	margin:60px 103px 5px 119px;
	background-position: 0px -30px;
}
.tituloBoxMercadeo {
	width:115px;
	height:40px;
	float:left;
	background:url(../images/diseno-hosting-mercadeo.gif) no-repeat center;
	margin:60px 16px 5px 124px;
	background-position: 0px -70px;
}
.tituloBoxMercadeo:hover, .tituloBoxHosting:hover, .tituloBoxDiseno:hover {
	opacity:0.5;
}
.social {
	width:50px;
	height:300px;
	position:fixed;
	top:0;
	left:0;
}
.copyright {
	background: #929080;
	height:40px;
	font-family: 'Copse', serif;
	font-size:12px;
	color: #FCFAEA;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius:15px;
	line-height:40px;
	text-align:center;
}
.footer {
	margin-top:20px;
	background:#424035;
	height:40px;
	text-align:center;
	line-height:40px;
}
.footer a {
	font-family: 'Copse', serif;
	font-size:16px;
	color: #FCFAEA;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-decoration: none;
}
.footer a:hover {
	color:#fff;
	text-decoration: underline;
}
.footer ul li {
	list-style:none;
	display:inline;
}
.footer li {
	width:140px;
	text-align:center;
	margin-right:40px;
}
#page {
	width:98%;
	margin:auto;
	color:#424035;
	font-size:14px;
}
#introArticle {
}
.equipoBoxes {
	width:165px;
	height:258px;
	float:left;
	margin:15px 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 1px 1px 5px #888;
	-webkit-box-shadow: inset 1px 1px 1px #888;
	box-shadow: inset 1px 1px 5px #888;
	-webkit-transition-property:color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, background;
	-moz-transition-duration: 1s, 1s;
	-moz-transition-timing-function: linear, ease-in;
	text-align:center;
}
.equipoBoxes img {
	margin-top:10px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
.equipoBoxes:hover {
	background:#929080;
}
.equipoBoxes .productText {
	width:100%;
	font-family: 'Copse', serif;
	color: #413F34;
	font-size: 14px;
}
.galeria {
	margin:10px auto;
	width:98%;
}
.mapa{
	width: 980px;
	height:290px;
	margin: 20px auto;
	clear: both;
	text-align: center;
	-moz-box-shadow: 1px 1px 5px #888;
	-webkit-box-shadow:  1px 1px 1px #888;
	box-shadow:  1px 1px 5px #888;
}
.mapa span{
height: 40px;

margin-top: 10px;}
.twitter{}

