/*
Grupo Softaltec
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222222;
}

h1, h2 {
	color: #586BAA;
}

h2 {
}

h3 {
	color: #555555;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;;
}

#sidebar h3 {
	color: #586BAA;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
        color: #586BAA;
}

img {
}

img.brd {
border-top: 1px solid #dddddd;
border-bottom: 1px solid #666666;
border-left: 1px solid #cccccc;
border-right: 1px solid #888888;
margin: 5px;
padding: 5px;
background: #ffffff;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	height: 31px;
	padding: 9px 0 0 20px;
	background: #6FBE6E url(images/img05.gif) repeat-x;
	font-size: 1.2em;
	color: #ffffff;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
	background: url(images/img06.gif) repeat-x;
}

/* Post */

.post {
}

.post .title {
	padding: 5px 0 0 20px;
	font-size: 2em;
	font-weight: normal;
}

.post .date {
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
}

.post .meta p {
}

.post .story {
	padding: 20px 20px 10px 20px;
	background: url(images/img07.gif) repeat-x;
}
.post .story2 {
	padding: 20px 20px 10px 20px;
        border-top: #cccccc dotted 1px;
        color: #777777;
}

.post h3 {
        text-
}

.post .story p, .post .story2 p, .post .story blockquote, .post .story2 blockquote, .post .story ul, .post .story2 ul, .post .story ol, .post .story2 ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Header */

#header {
	width: 740px;
	height: 150px;
	margin: 0 auto;
}

/* Menu */

#menu {
	width: 740px;
	height: 90px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding-top: 25px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin-left: 1px;
	padding: 13px 25px 0 25px;
	background: #FFFFFF url(images/img02.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#menu a:hover {
	background-image: url(images/img03.gif);
        margin-top: 1px;
	color: #586BAA;
}

#menu .active a {
	height: 36px;
	margin-top: -4px;
	background-image: url(images/img04.gif);
	border: 1px solid #479AC6;
	border-bottom: none;
	font-weight: bold;
	color: #666666;
}

#menu .active a:hover {
        height: 36px;
	margin-top: -4px;
	background-image: url(images/img04.gif);
	border: 1px solid #479AC6;
	border-bottom: none;
	font-weight: bold;
	color: #586BAA;
}


/* Logo */

#logo {
	width: 740px;
	height: 100px;
	margin: 0 auto;
}

#logo h1 {
	float: left;
	font-size: 36px;
	font-weight: normal;
}

#logo h1 a {
}

#logo h2 {
	float: left;
	font-size: 14px;
	font-weight: normal;
}

#logo h2 a {
}

#logo a {
	text-decoration: none;
	font-style: bold;
	color: #479AC6;
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto;
}

#extra {
}

/* Content > Main */

#main {
	float: right;
	width: 505px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

#sidebar a {
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 170px;
	padding: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputsubmit1 {
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: 8pt;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 15px;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	width: 740px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img08.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
	line-height: 180%;
}

/* Footer > Copyright */

#footer .copyright  {
	font-size: 14px;
        color: #666666;
}

#footer .copyright a {
	text-decoration: none;
	color: #666666;
}

#footer .copyright a:hover {
	text-decoration: none;
        color: #586BAA;
}

/* Footer > Legal */

#footer .legal {
	font-size: 13px;
        color: #999999;
}

#footer .legal a {
	color: #666666;
}

#footer .legal a:hover {
	text-decoration: none;
        color: #586BAA;
}

/* Footer > Design */

#footer .design {
	font-size: 11px;
        color: #C4C4C4;
}

#footer .design a {
	color: #C4C4C4;
}

#footer .design a:hover {
	text-decoration: none;
        color: #586BAA;
}

/* Footer > Links */

#footer .links {
	font-size: 11px;
        color: #C2C2C2;
}

#footer .links a {
	color: #888888;
}

#footer .links a:hover {
	text-decoration: none;
        color: #586BAA;
}

/******* submenuhorizontal *******/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
border-bottom: 1px solid #DEDEDE;
width: 100%;
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #DEDEDE;
color: #888888;
background: white url(images/shadeblue.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #888888;
}

.shadetabs li a:hover{
text-decoration: none;
background-image: url(images/shade.gif);
margin-top: 1px;
color: #586BAA;
}

.shadetabs li.selected{
position: relative;
color: #586BAA;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
text-decoration: none;
color: #586BAA;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
text-decoration: none;
color: #586BAA;
}

/******* efecto on off *******/
#efectoonoff a:visited img, #efectoonoff a img{filter: alpha(opacity=90);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
 -moz-opacity: 0.90; opacity:0.90;
}
#efectoonoff a:hover img { filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
}

img.brd {
border: 1px solid #cccccc;
margin-left: 5px;
margin-right: 5px;
}

/******* formulario *******/
.cssform p{
width: 315px;
clear: left;
margin: 0;
padding: 5px 0 0px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed #D6D7D9;
height: 1%;
color: #555555;
}

.cssform label{
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 300px;
font-family:Arial, Helvetica, sans-serif; 
font-size: 9pt;
}

.cssform textarea{
width: 300px;
height: 150px;
font-family:Arial, Helvetica, sans-serif; 
font-size: 9pt;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}