body {
    background: #13316A url(images/fondo.jpg) no-repeat center top;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    color: #35383d;
}
html {
    padding: 0;
    margin: 0;
}
a:link {
    text-decoration: none;
    color: #cc0000;
    border: 0px;
    -moz-outline-style: none;
}
a:active {
    text-decoration: underline;
    color: #cc0000;
    border: 0px;
    -moz-outline-style: none;
}
a:visited {
    text-decoration: none;
    color: #cc0000;
    border: 0px;
    -moz-outline-style: none;
}

a:hover {
    text-decoration: underline;
    color: #ff6600;
    border: 0px;
    -moz-outline-style: none;
}

a:focus {
    outline: none;
    -moz-outline-style: none;
}

h1, h2, h3, h4 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

img {
    padding: 0px;
    margin: 0px;
    border: none;
    text-align: center;
}

hr {
    border-left: 0px solid #abb0b5;
    border-right: 0px solid #abb0b5;
    border-top: 1px dotted #abb0b5;
    border-bottom: 0px solid #abb0b5;
    height: 1px;
}

form {
    padding: 0px;
    margin: 0px;
}

input {
    font-family: 'Verdana';
    color: #282b31;
    font-size: 11px;
}

textarea {
    font-family: 'Verdana';
    color: #282b31;
    font-size: 11px;
}

select {
    font-family: 'Verdana';
    color: #282b31;
    font-size: 11px;
}
/* Header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#bgcontainer {
    width: 950px;
    margin: 0 auto;
}
/**/
* html .Header {
    height: 130px;
} /* */
/* Container +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.CON {
    width: 915px;
    float: left;
    padding: 14px;
    margin-top: 15px;
    background: transparent;
}

.SCS {
    width: 530px;
    float: left;
	position:absolute;
    background: transparent url(images/logo.png) no-repeat;
	padding-top:450px;
	behavior: url(iepngfix.htc);
}
/* Side Central +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SC {
    width: 550px;
    float: left;
    padding: 0px 15px 0px 15px;
    margin-right: 15px;
    background-color: #fff;
}

* html .PostTime {
    left: -15px;
} /**/
/* Comments Form ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Form .Email {
    background: url(images/FooterEmail.png) no-repeat left top;
}

.Form {
    padding: 0px 0px 10px 0px;
    position: relative;
    margin: 0px;
    font-family: 'Verdana';
}

.Form form {
    margin: 0px;
    padding: 0px;
}

.Form a {
    text-decoration: underline;
}

.Form p {
    padding: 0px 0px 2px 0px;
    margin: 0px;
    color: #666;
}

.Form p small strong {
    font-weight: bold;
    color: #FF3300;
}

.Form p small {
    font-size: 11px;
    display: block;
    padding: 6px 0px;
    color: #000;
}

.Form .TextField {
    color: #003366;
    background: #e9f8ff;
    border: solid 1px #d5e7f0;
    padding: 6px 6px 6px 30px;
    font-size: 12px;
    display: block;
}

.Form .TextArea {
    color: #003366;
    background: #e9f8ff;
    border: solid 1px #d5e7f0;
    padding: 6px;
    font-size: 12px;
}

.Form input.SubmitComment {
    width: 57px;
    height: 29px;
    background: url(images/SubmitComment.png) no-repeat;
    margin-top: 4px;
}

.Form input.SubmitComment:hover {
    background: url(images/SubmitComment.png) no-repeat 0 -29px;
    margin-top: 4px;
}

.Form input.SubmitCommentIE {
    width: 57px;
    height: 29px;
    background: url(images/SubmitComment.png) no-repeat 0 -29px;
    margin-top: 4px;
}
/* Side Right +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR {
    background: bottom no-repeat url(images/faraon.gif);
    width: 350px;
    height: 540px;
    float: right;
    position:absolute;
    padding: 0px;
	right:0;
	z-index:-10;
}
/* Side Right Left +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SRL {
    width: 320px;
    float: left;
    position: relative;
}
/* Search ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/**/
* html .Search {
    height: 74px;
} /**/

.Syn ul {
    margin: 0px;
    padding: 5px 0px;
}

.Syn li {
    background: url(images/SynIco.png) no-repeat left center;
    margin: 0px 5px 0px 0px;
    padding: 3px 0px 3px 15px;
    list-style-type: none;
    font-size: 14px;
    color: #ffcc66;
    display: inline;
    font-weight: bold;
}

.Syn li a {
    color: #fff;
}

.Syn li a:visited {
    color: #fff;
}

.Syn li a:hover {
    color: #fff;
}
/* About Blog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Recent {
    background: #ffe0bf url(images/RecentBkg.gif) repeat-x left top;
    padding: 10px;
    margin-bottom: 10px;
}
/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.FBG {
    width: 950px;
    float: left;
    padding: 0px;
}

.Footer {
    width: 930px;
    margin: 0 auto;
    padding: 10px 0px 10px 30px;
}

.Footer p {
    font-size: 10px;
    line-height: 12px;
    color: #999;
    padding: 0px;
    margin: 0px;
    font-family: 'Verdana';
	display: none;
}

.Footer a {
    color: #999;
    text-decoration: underline;
}
/* tiwks */
.sm {
    list-style: none;
    width: 620px;
    height: 80px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.sm li {
    float: left;
    display: inline;
    overflow: hidden;
    height: 80px;
}
.mensaje{
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#FFFFFF;
	z-index:100;
	margin-left:30px;
	margin-top:-270px;
	margin-bottom:265px;
}
