/*  
Theme Name: Molded
Theme URI: http://www.freewpthemes.net
Description: A two-column, fixed-width template featuring a 'widgetized' sidebar.
Version: 1.0.1
Released: 20070716
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	font-weight: normal;
	color: #36393D;
}

h1 {
	/*font-size: 197%;*/
}

h2 {
	letter-spacing: -1px;
	font-size: 182%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 1.6em;
}

blockquote {
}

a:link {
	color: #C90404;
}

a:hover, a:active {
	text-decoration: none;
	color: #28399E;
}

a:visited {
	color: #3F4C6B;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

hr {
	display: none;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Wrapper */

#wrapper {
	height: 100%;
	margin:	0 auto;
	min-height: 100%;
	/*background: #36393D url(images/img01.gif) repeat-y center top;*/
	background:	#ffffff;
	width:	942px;
}

html>body #wrapper {
	height: auto;
}

/* Header */

#header {
	/*width: 778px;*/
	/*height: 161px;
	margin: 0 auto;
	background: #829C9A url(images/img02.jpg) no-repeat;*/
}

#header h1 {
	/*float: left;
	margin: 0;
	padding: 70px 0 0 20px;
	text-transform: lowercase;
	font-size: 48px;*/
}

#header h1 a {
	text-decoration: none;
	color: #C4D5D5;
}

#header p {
	float: left;
        clear: both;
	margin: 0;
	padding: 0px 0 0 8px;
	text-transform: lowercase;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	color: #C90404;
}

/* Page */

#page {
	/*width: 778px;*/
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	background: url(images/page_content.gif) repeat-y 0px 0px;
}

/* Content */

#content {
	float: left;
	width: 651px;
	padding: 0px 17px 30px 12px;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: outside;
	list-style: none;
}

#content ul li {
	padding-left: 10px;
	/*background: url(images/img05.gif) no-repeat left center;*/
	background: url(images/sidebar_li_li.gif) no-repeat left center;
}

.pagetitle {
	margin-bottom: 20px;
	padding: 24px 0 10px 0;
	background: url(images/img09.gif) repeat-x left bottom;
}

.post {
	margin-bottom: 50px;
}

.post ul {
}

.post ul li {
}

.post .title {
	color:		#E11A1A;
	font-size:	1.3em;
	font-weight:bold;
	padding: 	0px 0px 6px 15px;
	background: url(images/post_title.gif) no-repeat left 7px;
}

.post .title a {
	color:		#E11A1A;
	text-decoration: none;
}

.post small {
	font-size: 85%;
}

.post .byline, .post .meta {
	margin: 0;
	padding: 0 20px;
	background: #EFEFEF;
	line-height: normal;
}

.post .byline {
	padding-top: 5px;
	border-top: 1px solid #CBCBCB;
}

.post .byline .posted {
	padding-left: 15px;
	background: url(images/img10.gif) no-repeat left center;
}

.post .byline .edit {
	padding-left: 15px;
	background: url(images/img11.gif) no-repeat left center;
}

.post .meta {
	padding-bottom: 5px;
	border-bottom: 1px solid #CBCBCB;
}

.post .meta .comments {
	padding-left: 15px;
	background: url(images/img12.gif) no-repeat left center;
}

.post .meta .categories {
	padding-left: 15px;
	background: url(images/img13.gif) no-repeat left center;
}

.post .entry {
	font-size: 0.9em;
	padding: 20px 20px 0 20px;
}

.result .title {
	padding-bottom: 0px;
	background: none;
	border-bottom: 1px solid #CBCBCB;
	font-size: 122%;
}

/* Comments */

#comments {
	padding: 20px 0 10px 0;
}

.commentlist {
	margin: 0 3em;
	list-style-position: outside;
	list-style-type: decimal;
	line-height: normal;
}

.commentlist li {
	padding: 10px 0;
}

.commentlist cite, .commentlist small, .commentlist p {
	margin: 0;
	padding-left: 10px;
	line-height: normal;
	border-left: 1px solid #CBCBCB;
}

/* Respond */

#respond {
	padding: 20px 0 0 0;
}

#respond h3 {
	background:	url(images/h3.gif) no-repeat 0px 4px;	
	margin-bottom: 10px;
	font-size: 1.0em;
	padding-left: 15px;
}

#respond p {
	margin: 0 0 5px 0;
}

#comment {
	width: 550px;
	padding: 1px 5px;
	/*background: #EFEFEF url(images/img07.gif) repeat-x;*/
	background: #ffffff;
	border: 1px solid #d2cbca;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #3F4C6B;
}

#submit {
	padding: 0 5px;
	cursor: pointer;
	/*background: #CF1111 url(images/img06.gif) repeat-x;*/
	background:	url(images/submit.gif) no-repeat right top;
	border: none;
	text-transform: lowercase;
	font: bold 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 17px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 0px 25px 30px 0;
}

#sidebar ul {
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 10px;
	/*background: url(images/img04.gif) repeat-x 0px 18px;*/
}

#sidebar li ul {
	font-size:	0.8em;
	padding: 	10px 10px;
}

#sidebar li li {
	color:	#333333;
	display: list-item;
	margin: 0;
	padding: 0px 0 4px 10px;
	background: url(images/sidebar_li_li.gif) no-repeat 0px 6px;
	/*border-bottom: 1px solid #D9D9D9;*/
}

#sidebar a {
	color:	#333333;
	text-decoration: none;
}

#sidebar a:hover {
	color:	#e74848;
	text-decoration: underline;
}

#sidebar h2 {
	background:	url(images/sidebar_h2.gif) no-repeat 0px 0px;
	color:		#ffffff;
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: 0.8em;
	font-weight: bold;
	height:		23px;
	padding:	0px 0px 0px 25px;
	line-height:23px;
}
	#sidebar h2 img {
		vertical-align: -3px;	
	}
	
	#sidebar h2 a {
		color:	#ffffff;
		text-decoration: none;
	}
		

/* Widgets */

#search {
	padding: 50px 20px 20px 20px;
}

#search input {
	/*padding: 0 5px;
	background: #CF1111 url(images/img06.gif) repeat-x;
	border: 1px solid #36393D;
	text-transform: lowercase;
	font: bold 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;*/
}

#search #s {
	width: 110px;
	padding: 1px 5px;
	background: #EFEFEF url(images/img07.gif) repeat-x;
	font-weight: normal;
	color: #3F4C6B;
}

#search br {
	display: none;
}

/* Calendar */

#calendar_wrap {
	padding: 20px;
}

#wp-calendar {
		font-size: 0.8em;
	width: 100%;
	border-collapse: collapse;
}

#wp-calendar caption {
	padding: 2px 0;
	background: #e11a1a;
	font-weight: bold;
	color: #ffffff;
}

#wp-calendar tr {
}

#wp-calendar th {
	background: #EFEFEF;
}

#wp-calendar td {
	padding: 1px 2px;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar tbody td#today {
	font-weight: bold;	
	color:	#e11a1a;
}

#wp-calendar tbody td a {
	border:	1px solid #E11A1A;
	color:	 #E11A1A;
	font-weight: bold;
	display: block;
}
	#wp-calendar tbody td a:hover {
		border:	1px solid #333333;
		color:	#333333;
		text-decoration:	none;	
	}

#wp-calendar tfoot td {
	padding: 2px 0;
	border-top: 1px solid #36393D;
	font-weight: bold;
}

#today a {
	background: #EFEFEF url(images/img08.gif) no-repeat right top;
	font-weight: bold;
}

#prev {
	text-align: left;
}

#next {
	text-align: right;
}

/* Footer */

#footer {
	/*clear: both;*/
	/*width: 778px;*/
	/*margin: 0 auto;*/
	/*padding: 20px 0;*/
	/*background: url(images/img03.gif) repeat-x;*/
	/*text-align: center;*/
	/*font-size: 85%;*/
}

#footer p {
	margin: 0;
	line-height: normal;
}

#tagcloudwidget{
padding-top: 10px;
}

#tagcloudwidget a{
color: #3F4C6B;
}


/* -----------------------------------------------------------
 * HTML + BODY
 * -----------------------------------------------------------
 */
html, body {
    height:         100%;
}


/* -----------------------------------------------------------
 * MAIN
 * -----------------------------------------------------------
 */
#wrapper {
    height:         100%;
    left:			50%;
    margin:     	0px 0px -200px -471px;
    min-height:     100%;
    position:       relative;
    width:          942px;
}

body>#wrapper { height:auto; }

#inner_wrapper {
    background:     #fffff;
    clear:          both;
    float:          left;
    margin:         0 auto;
    /*margin-bottom:  200px;*/
    width:          942px;
}

* html #inner_wrapper { height:1%; }

html>body #wrapper { height:auto; }


/* -----------------------------------------------------------------------------
 * HEADER
 * -----------------------------------------------------------------------------
 */
 
#header {
    background:     #ffffff;
    height:         123px;
}

/*
 * Logo
 */
#logo {
    float:      left;
}

/*
 * Buscador
 */
#search {
    background: url(images/search_text_bg.gif) no-repeat 0 41px;
    float:      right;
    padding:    41px 0px 0px 0px;
    width:      207px;
}
	#search.widget_search {
		display:none;	
	}

/*
 * Buscador
 */
#search_text {
    background:     none;
    border:         none;
    color:          #000000;
    font-family:    Verdana;
    font-size:      10px;
    height:         17px; /* 18px */
    margin:         0px 0px 0px 25px;
    padding:        1px 0px 0px 0px;
    width:          167px;
}


/* -----------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------
 */
#footer {
	background:		url(images/footer_bg.gif) no-repeat 0px 0px;
    height:         200px;
    margin:			0 auto;
    position:   	relative;
    width:          926px;
    
    color:      	#a1a1a1;
    font-size:  	10px;
    padding:    	0px 5px 0px 11px;
}
	#footer_left {
        float:          left;
        line-height:    27px;
    }

    #footer_right {
        float:          right;
    }

    #footer .copy {
        color:      #858585;
    }

    #footer a {
        background:         url(images/footer_line.gif) no-repeat;
        color:              #a1a1a1;
        display:            block;
        float:              left;
        line-height:        27px;
        padding:            0px 6px;
        text-decoration:    none;
    }
        #footer a:hover {
            color:          #ffffff;
            text-decoration:    none;
        }

        #footer a.first {
            background:     none;
        }
        
#clearfooter { clear:both; height:200px; }

#wpstats { display: none; }


/* -----------------------------------------------------------------------------
 * MENÚ
 * -----------------------------------------------------------------------------
 */
#nav {
    clear:          both;
    color:          #ffffff;
    font-family:    Arial;
    font-size:      12px;
    font-weight:    bold;
    height:         26px;
    line-height:    25px;
}
	#nav ul {
		line-height:    25px;
		margin:			0px;
	}
	
    #nav.home {
        background:     url(images/nav_bg.gif) no-repeat 0 0;
    }

    .nav_empresa {
        background:     url(images/nav_bg.gif) no-repeat 0 -26px;
    }

    .nav_servicios {
        background:     url(images/nav_bg.gif) no-repeat 0 -52px;
    }

    .nav_productos {
        background:     url(images/nav_bg.gif) no-repeat 0 -78px;
    }

    .nav_casosdeexito {
        background:     url(images/nav_bg.gif) no-repeat 0 -104px;
    }

    .nav_blog {
        background:     url(images/nav_bg.gif) no-repeat 0 -130px;
    }

    .nav_presentaciones {
        background:     url(images/nav_bg.gif) no-repeat 0 -156px;
    }

    .nav_contacto {
        background:     url(images/nav_bg.gif) no-repeat 0 -182px;
    }

    #nav li {
        display:        inline;
    }

    #nav a {
        color:          #ffffff;
        display:        block;
        float:          left;
        height:         26px;
        text-decoration:none;
        text-align:     center;
    }
		#nav a:hover {
    		color:			#720d0d;
    	}
    
    #nav a#nav_empresa {
        width:          96px;
    }
    	#nav.nav_empresa a#nav_empresa:hover {
    		color:		#ffffff;
    	}

    #nav a#nav_servicios {
        width:          78px;
    }
    	#nav.nav_servicios a#nav_servicios:hover {
    		color:		#ffffff;
    	}

    #nav a#nav_productos {
        width:          92px;
    }
    	#nav.nav_productos a#nav_productos:hover {
    		color:		#ffffff;
    	}

    #nav a#nav_casosdeexito {
        width:          118px;
    }

    #nav a#nav_blog {
        width:          56px;
    }

    #nav a#nav_presentaciones {
        width:          116px;
    }
    	#nav.nav_presentaciones a#nav_presentaciones:hover {
    		color:		#ffffff;
    	}

    #nav a#nav_contacto {
        width:          82px;
    }
    	#nav.nav_contacto a#nav_contacto:hover {
    		color:		#ffffff;
    	}


