/* CSS Document © 2006-2010 Miguel Angel Sánchez Rubio www.xtencil.com */

* { padding: 0; margin: 0; }
body, html {
	font-family: Arial, Verdana, sans-serif;
	color: #555;
	background: #e4e4e4 url(../img/bg.jpg) repeat left top;
	font-size: 100%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
em { font-family: Georgia; font-weight: normal; font-style: italic; }
cite { color: #992b75; font-style: italic; font-weight: normal; font-family: Georgia; }
cite em { font-style: italic; }
h1 {
	margin: 0;
	padding: 0;
	font-size: 2.5em;
	letter-spacing: -0.1pt;
	font-weight: bold;
	color: #3e3e40;
	text-transform: lowercase;
}
h1, h2, h3, h4, h5, h6, .slogan { font-style: normal; font-weight: normal; font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #992b75; text-decoration:none;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #222;}

.textbox h3, h3.title { letter-spacing: -1px; margin: 0 0 8px 0; padding: 0; }

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

select, select option { font-family: Arial, sans-serif !important; }


/* new */
.latest-prjkt { position: relative; }
.latest-prjkt .new { position: absolute; top: 0px; right: 0px; background: url(../img/new.png) no-repeat left top; width: 65px; height: 65px; z-index: 99; }
*html .latest-prjkt .new { background: url(../img/new.gif) no-repeat left top; }



/* some general classes */
.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
}
.minus {
	text-transform: lowercase;
}
.left {float:left; margin-right:25px; margin-left:0px;}
.searchleft {float:left; margin-right:10px; margin-left:0px;}

/* links style */
a { outline: none; text-decoration: none; }
#address a, #arrows a { color: #222; }

#extra-nav a, .content p a, .content li a, #footer a { color: #111;  }
#extra-nav a:hover, #address a:hover, #arrows a:hover, .content p a:hover, .content li a:hover, #footer a:hover { color: #992b75; }






/* Div oculto */
#pre-header { background: #333; border-bottom: 6px solid #992b75; height: 0px; width: 100%; padding: 0; margin: 0; }







/* Banner Principal */
#banner { display: none; width: 800px; height: 142px; background: url(../img/banner-favesnow.jpg) no-repeat left top; margin: 0; padding: 0; }







/* header */

#header {
	position: relative;
	width: 830px;
   padding-top: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 35px;
}
#header #logo {
	position: absolute;
	right: 28px;
	top: 45px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	height: 25px;
	text-indent: -1000em;
	display: block;
}
#header #logo a span {
	position: absolute;
	top: 0px; left: 0px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 25px;
	width: 100px;
}





/* menu extra-nav & navigation */

#header #extra-nav { position: absolute; width: 800px; top: 18px; left: 0px; z-index: 7; padding: 0; margin: 0; font-family: "Helvetica Neue", Helvetica, Arial; display: none; }
.Blog #header #extra-nav { display: block; }
#header #extra-nav p { font-size: 0.7em; color: #666; text-align: left; }
#header #extra-nav p strong { color: #992b75; }
#header #extra-nav p span { color: #999; padding: 0 4px; font-weight: bold; }


#header #navcontainer {
	left: 0;
	width: 700px;
	z-index: 8;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 50px;
	}
ul.navlist {
	margin: 0;
	list-style-type: none;
	padding: 0;
	font-size: 0.8em;
	font-weight: normal;
	display: block;
}
ul.navlist li {line-height: 1.2em; float: left; }
ul.navlist a {
	padding-left: 0px;
	padding-bottom: 17px;
	padding-right: 0px;
	padding-top: 4px;
	margin-left: 0px;
	margin-bottom: 0;
	margin-right: 26px;
	margin-top: 0;
	display: block;
	color: #111;
	text-decoration: none;
}
ul.navlist a:hover {
color: #992b75 !important;
}

body.Inicio a.Inicio,
body.Trabajo a.Trabajo,
body.Categorias a.Trabajo,
body.Info a.Info,
body.Proyectos a.Proyectos,
body.Blog a.Blog,
body.Contacto a.Contacto { background: url(../img/bg-menu.gif) no-repeat center bottom; color: #992b75 !important; font-weight: bold; }






/* categories highlights */
.content .catnav { 
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(../img/bg-line.gif);
	position: relative;
	margin: 0 0 20px 0; padding: 0;
}

body#All a.All,
body#Print a.Design,
body#Multimedia a.Multi,
body#Web a.Web { background: url(../img/bg-menu.gif) no-repeat center 27px; color: #992b75 !important; font-weight: bold; }





/* address box */
#header #address {display: none; }
#arrows { display: none; }





/* Prev - Next */
#prev { right: 140px; position: absolute; top: 35px; }
#next { position: absolute; right: 30px; top: 35px; }
#prev a, #next a { font-weight: normal; font-size: 0.8em; background: #ddd; color: #333; -webkit-border-radius: 3px; -moz-border-radius: 3px; padding: 4px 14px; border: 1px solid #ccc; }
#prev a:hover, #next a:hover { background: #992b75; color: #fff; border: 1px solid #992b75; }

body.Blog .content { background: url(../img/bg-line.gif) no-repeat left top; }
body.Info .content .col-end ul li, body.Info .content .col ul li { padding-left: 15px; padding-bottom: 3px; padding-right: 0; padding-top: 3px; background: url(../img/arrow_collapse.gif) no-repeat left center; }





/* Categorias */
.cat {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.8em;
}
.cat li {
	padding: 0px;
}
.cat li li{
	padding: 0px; font-size: 1.2em;
}







/* Content Box */
.content {
	padding-left: 0;
	padding-bottom: 15px;
	padding-right: 0;
	padding-top: 23px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/bg-line.gif);
	position: relative;
	width: 830px;

}





/* .Inicio .content .slogan { display: block; height: 40px; background-position: left 10px; background-image: url(../img/slogan.gif); background-repeat: no-repeat; padding-left: 0; padding-bottom: 8px; padding-right: 0; padding-top: 8px; font-size: 1.7em; letter-spacing: -0.5pt; font-weight: normal; text-transform: none; color: #992b75; margin: 0px; text-align: left; width: 800px; line-height:1.4em; word-spacing: -1px;
} */





.content .slogan { text-shadow: 0px 1px #FFF; letter-spacing: -1px; display: block; padding-left: 0; padding-bottom: 8px; padding-right: 0; padding-top: 0px; font-size: 1.7em; font-weight: bold; text-transform: none; color: #992b75; margin: 0px; text-align: left; width: 800px; line-height:1.4em; }

.content .slogan a {	color: #6c1d52; }
.content .slogan a:hover {	color: #2c2c2c; }

ul#twitter_update_list { margin-left: 0px; margin-bottom: 10px; margin-right: 0px; margin-top: 0px; padding: 0px; list-style: none;  }
ul#twitter_update_list li { font-weight: normal; text-transform: none; line-height:1.4em; color: #666; }
ul#twitter_update_list li a { color: #888; }
ul#twitter_update_list li a:hover { color: #2c2c2c; }

h5 a { color: #6c1d52; font-weight: bold; }

.content h5 { margin: 0; padding: 0; font-weight: bold; }
.content .textbox h5 { margin-top: 4px; }

.content .tagcloud {
	font-size: 1.4em;
	letter-spacing: -0.04em;
	font-weight: normal;
	text-transform: none;
	color: #bdbdbd;
	margin: 0px;
	padding: 10px 0px 0px;
	text-align: center;
	width: 800px;
}
.content .cita {
	margin: 0px;
	padding: 0px;
	color: #2c2c2c;
	font-size: 1.2em;
	letter-spacing: -0.04em;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	width: 800px;
   line-height: 1.5em;    
}
.content #cita { background: url(../img/bg-home.gif) no-repeat left top; display: block; width: 800px; height: 80px; margin: 0; padding: 0; border-top-width: 1px; border-top-style: dashed; border-top-color: #d5d5d5; display: none; }
.content .tagcloud a {}
.content .tagcloud a:hover {}
.content p {
	line-height: 1.5em;
	font-size: 0.8em;
	margin: 0px 0px 10px;
	padding: 0px;
}
.content .ingredientes {
	color: #992b75;
	font-weight: bold;
	margin-right: 6px;
}

.content .button a {
	font-style: normal;
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 18px;
	padding-left: 24px;
	padding-bottom: 7px;
	padding-right: 24px;
	padding-top: 7px;
	background: #323232;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ccc; !important;
	font-weight: normal;
	}
.content .button a:hover {
	background-color: #030303;
	color: #FFF;
	}
.content a.button  {  }
.content a.button:hover {}




/* Ficha tecnica */
ul.ficha { margin: 0 0 12px 0 !important; padding: 0; }
ul.ficha li { margin: 0; padding: 8px 0 !important;  border-bottom: 1px solid #c8c8c8; border-top: 1px solid #eee; }
ul.ficha li.project { padding: 0 0 8px 0 !important; border-top: 0px none transparent; }
ul.ficha li strong { color: #333; }
ul.ficha li.description p { font-size: 1em; }
ul.ficha li.tags { border-bottom: 0px none; padding-bottom: 8px 0 0px 0 !important;  }     
ul.ficha li.tags2 { border-bottom: 0px none; border-top: 0px none; padding: 0px 0 8px 0 !important; }





/* 3 columns */
.content .col1 {
	margin-top: 5px;
	width: 250px;
	margin-right: 12px;
	padding-right: 12px;
	float: left;
}
.content .col2 {
	margin-top: 5px;
	width: 250px;
	margin-right: 12px;
	padding-right: 12px;
	float: left;
}
.content .col3 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	width: 250px;
	float: left;
}
.content .col1 h2, .content .col2 h2, .content .col3 h2 {
	font-style: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 1em;
	letter-spacing: normal;
	font-weight: normal;
    color: #ababab;
}
.content .col1 .info, .content .col2 .info, .content .col3 .info {
	padding: 0px;
	margin-top: 5px;
}
.content .col1 h3, .content .col2 h3, .content .col3 h3 {
	margin: 0px;
	font-weight: bold;
	font-size: 0.8em;
	color: #cfcfcf;
	padding: 0px;
}
.content .col1 h4, .content .col2 h4, .content .col3 h4 { }
.content .col1 .info h4, .content .col2 .info h4, .content .col3 .info h4 {
	font-size: 0.85em;
	font-weight: bold;
	color: #666666;
	margin: 40px 0px 5px;
	padding: 0px;
}
.content h5 {
	margin-left: 0px;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-top: 0px;
	letter-spacing: normal;
	text-transform: none;
	font-size: 0.8em;
	color: #992b75;
	padding: 0px;
	}
.col1 ul, .col2 ul, .col3 ul, .textbox ul, .col ul, .col-end ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	list-style-position: outside;
}
.col1 ul li, .col2 ul li, .col3 ul li, .textbox ul li, .col ul li, .col-end ul li { margin: 0px; padding: 3px 0 0 0; line-height: 1.3em; }
.col1 ul li a, .col2 ul li a, .col3 ul li a, .col ul li a, .col-end ul li a { }
.col1 ul li a:hover, .col2 ul li a:hover, .col3 ul li a:hover, .col ul li a:hover, .col-end ul li a:hover { color: #992b75; }
	
	
	
	
	
	
/* Thumbnails & Image Links */

.content a img {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
}
.content a:hover img {background-color: #fff;}






/* Process Box - En preparación */
#processbox { display: none; background: #f9f9f9; padding: 9px; width: 780px; margin: 0; border: 1px dotted #d5d5d5; }
#processbox .col1, #processbox .textbox { border-top: 0px none; }
#processbox .col1 { width: 240px; }
#processbox .textbox { padding: 0px; margin: 0px; width: 515px; }
#processbox .textbox img { padding: 0px; border: 0px none; background: transparent; }





/* Classes Contact 
.vcard { margin: 0; padding: 2px 0 2px 32px; background: url(../img/VCard.gif) no-repeat left center; }
.tel { margin: 0; padding: 3px 0 3px 22px; background: url(../img/tel.gif) no-repeat left center; }
.mail { margin: 0; padding: 3px 0 3px 22px; background: url(../img/email.jpg) no-repeat left center; }
.rss { margin: 0; padding: 3px 0 3px 22px; background: url(../img/rss.jpg) no-repeat left center; }
.skype { margin: 0; padding: 3px 0 3px 22px; background: url(../img/skype.jpg) no-repeat left center; } */






/*  Column TextBox */
.content .textbox {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 525px;
	}
	
#facebook-share { position: absolute; right: 30px; bottom: 10px; }

.content .textbox ul.nav {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	background: url(../img/bg-linetext.gif) no-repeat left bottom;
	list-style-type: none;
	font-size: 0.8em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}
.content .textbox ul.nav li {
	display: inline;
	padding: 0 26px 0 0;
	margin: 0;
}

.content .textbox ul.nav li a { color: #111; }

body#Info a.sInfo,
body#Equipo a.sEquipo,
body#RSS a.sRSS,
body#Clientes a.sClientes,
body#Tarifas a.sServicios,
body#Enlaces a.sEnlaces { color: #992b75 !important; font-weight: bold; background: url(../img/bg-menu.gif) no-repeat center bottom; padding: 0 0 9px 0; }





/* TextBox 3 columnas */

.col { padding: 0; margin: 0 10px 10px 0; width: 170px; float: left;}
.col-end { padding: 0; margin: 0 0; width: 170px; float: left; }
.grey { margin-bottom: 8px; font-family: Georgia; color: #992b75; }






/* Extended Body Box */
.content .graphics { -webkit-border-radius: 2px; border-radius: 2px; }
.content .graphics img {
	background-color: #e9e9e9;
	border-color: #d5d5d5;
	border-width: 1px;
	border-style: solid;
	padding: 6px;
	margin-top: 0px;
	margin-bottom: 10px;
	-moz-border-radius: 2px;
}





/* Index 5 columnas */

.Inicio .col { padding: 0 7px 0 0; margin: 0 7px 10px 0; width: 147px; float: left; border-right: 1px solid #ccc; height: 210px; overflow: hidden; padding-bottom: 7px; }
.Inicio .col-end { padding: 0; margin: 0 0; width: 147px; float: left; height: 210px; overflow: hidden; padding-bottom: 7px; }
.Inicio .col:hover, .Inicio .col-end:hover { }





/*  Tagcloud */

.taglevel1 a {color: #333;}
.taglevel2 a {color: #444;}
.taglevel3 a {color: #555;}
.taglevel4 a {color: #666;}
.taglevel5 a {color: #777;}
.taglevel6 a {color: #888;}
.taglevel1 a:hover, .taglevel2 a:hover, .taglevel3 a:hover, .taglevel4 a:hover, .taglevel5 a:hover, .taglevel6 a:hover {color: #992b75;}





/* Footer Box */
#footer {
	margin: 25px auto;
	width: 830px;
	padding: 0px;
	height: 30px;
	position: relative;
}
#footer .box {
	width: 525px;
	background: url(../img/bg-linetext.gif) no-repeat left top;
	position: absolute;
	left: 275px;
	top: 0px;
	height: 40px;
}
#footer ul {
	list-style-type: none;
	font-size: 0.8em;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer li {
	display: inline;
	padding: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}






/* Blog */
.content h4 {
	font-weight: bold;
	font-size: 0.8em;
	color: #992b75;
	margin-bottom: 10px;
}
.pagination-link {
	display: none;
}
p strong {
	font-weight: bold;
}
span.small {
	line-height: 1.4em;
	font-size: 0.9em;
}
div.small {
	line-height: 1.4em;
	font-size: 0.9em;
}
h5.sidebar-info {
	margin-top: ;
}
h3.title {
	font-style: normal;
	font-weight: normal !important;
	letter-spacing: -1px;
	padding-bottom: 6px !important;
	margin-bottom: 0px !important;
	padding-top: 6px;
	margin-top: 0px !important;
	color: #777777 !important;
	font-size: 1.4em !important;
}
.entry-blog {
	padding: 20px;
	margin-bottom: 0;
	background-color: #fff;
	border-color: #d5d5d5;
	border-style: solid;
	border-width: 1px;
	-webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px;
	-webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px;
	position: relative;
}
.comments-blog {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #ddd;
	border-color: #d5d5d5;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	position: relative;
}
.entry-header h2 {
	letter-spacing: -1px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	width: 450px;
	
}
.entry-header {position: relative; padding: 0 0 10px 0;}
.entry-header .comments {}
.entry-header .comments a { color: #ccc; padding: 0 0 0 10px; }
.entry-header .comments a:hover { color: #333; }

.Blog .content { background-image: none; }

.tag { margin-bottom: 6px; background-position: left center; background-image: url(../img/tag.gif); background-repeat: no-repeat; padding-left: 15px; text-transform: capitalize; margin-right: 20px; }
.Blog .tag { margin-bottom: 0px !important; }

.tick { padding-right: 10px; background-image: url(../img/tick.gif); background-position: left center; background-repeat: no-repeat; padding-left: 13px; }


.select { margin: 0 0 10px 0; padding: 0; }
.select select { background: white; border: 1px solid #dddddd; width: 100%; padding: 2px; color: #555; font-size: 0.75em; font-family: "Helvetica Neue" Helvetica Arial sans-serif; }
.select option { padding: 1px 0 1px 10px; outline: none; }
.select option:hover { background-color: #992b75; color: white; }


ul.entries { margin: 0 0 14px 0; }
ul.entries li { padding: 4px 0 4px 4px; margin: 0; position: relative; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-bottom: 1px solid #c5c5c5; }
ul.entries li:hover { background-color: #992b75; }
ul.entries li:hover>a, ul.entries li:hover, ul.entries li:hover>.comments a { color: white;}
ul.entries li .date { position: absolute; width: 80px; left: 375px; top: 4px; }
ul.entries li .comments { position: absolute; width: 200px; right: 4px; top: 4px; text-align: right; }
ul.entries li .comments .comment { padding: 2px 0 2px 0px; }
p.latest-line a { padding: 4px; }
p.latest-line a:hover {  }

.twit { font-size: 0.7em; color: #888; font-weight: normal; }

.asset-footer {
	border-left-color: #d5d5d5;
	border-bottom-color: #d5d5d5;
	border-right-color: #d5d5d5;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	padding: 10px 20px 2px 20px;
	margin-bottom: 20px;
	background-color: #eee;
	-webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px;
	position: relative;
}
.asset-footer .share { position: absolute; right: 20px; top: 10px; }
#Entry-Blog .asset-footer { margin-bottom: 0; }

/* Blog Sidebar */
ul.categories-menu a { position: relative; }
ul.categories-menu li a span { position: absolute; text-align: right; right: 9px; top: 4px; }
ul.categories-menu li a { padding: 4px 9px 3px 9px; background: #fff; border: 1px solid #d5d5d5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: block; width: 76%; }
ul.categories-menu li a:hover{ background: #333; color: white !important; }

.module-content select { padding: 4px 6px 3px 6px; background: #fff; border: 1px solid #d5d5d5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; width: 85%; font-size: 0.8em; font-family: Arial; margin: 0 0 20px 0; }
.module-content select option { padding: 1px 0 1px 10px; outline: none; }
.module-content select option:hover { background-color: #992b75; color: white; }



/* Calendario */

.calendar table { width: 100%; font-size: 0.8em; }
.calendar caption { position: absolute; text-align: right; right: 20px; top: 25px; }
.calendar caption a { color: #666; }
.calendar caption a:hover { color: #333; }
.calendar tr { vertical-align: top; }
.calendar th { background-color: #eee; padding: 5px 0 6px 0; }
.calendar td { border-bottom: 1px solid #ccc; width: 14%; padding: 4px 0 10px 0; }
.calendar a.events-day { color: #992b75; font-weight: bold; margin: 0 0 5px 0; }
.calendar li.event a { display: block; font-size: 1.2em; padding: 2px; margin: 0 0 5px 0; }
.calendar li.event a:hover { color: white; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #333; }
p small { font-size: 0.7em !important; font-family: "Lucida Grande", Verdana, Arial, sans-serif; }

ul.tags li { text-transform: capitalize; }

.content .button p { margin-bottom: 20px; padding: 0px; }