/*

Theme Name: Bluescape

Theme URI: http://www.catdynamics.com

Description: A simple 3 Column theme for Partyman based upon the colours of their existing website design.

Author: Catdynamics

Author URI: http://www.catdynamics.com

Version: 1.0

Tags: valid CSS, valid XHTML, fluid width, blue, white, widgets, three columns, 3 columns, 3 column, 3-column, custom header, right sidebar, left sidebar, widget ready
*/
* {
	margin:0;
	padding:0;
}
body {
       background: #FFF;
       font: normal 75% Arial, Helvetica, sans-serif; /* Igual a 12px */
       color:#494949;
       text-align: center;
}

table.td
{
   font: normal 75% Arial, Helvetica, sans-serif; /* Igual a 12px */

}

.leftcol {
	width:250px;
	float:left;
	margin-top: 50px;
	text-align: left;
	overflow:hidden;
	clear: both;
}
.middlecol {
	width:450px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 50px;
	text-align: left;
	overflow:hidden;
	float: left;
}
.leftcol li, .leftcol ul {
	list-style:none;
	list-style-type:none;
}
.leftcol ul li {
	margin-left:10px;
	margin-right:10px;
}
.rightcol ul li {
	margin-left:10px;
	margin-right:10px;
}
*:first-child+html .leftcol ul li {
	margin-left:15px;
	margin-right:15px;
}
*:first-child+html .rightcol ul li {
	margin-left:15px;
	margin-right:15px;
}
.rightcol li, .rightcol ul {
	list-style:none;
	list-style-type:none;
}
#mainwrap {
	width:990px;
	min-height:100px;
	margin:0px auto;
}
a {
       color:#006699;
       text-decoration:none;
}
a:hover {
       color:#0099FF;
       text-decoration:underline;
}

a img {
       border: 0;
}
* { 
    padding: 0; 
    margin: 0; 
}

.clear {
       clear:both;
}
.widget {
	margin-bottom:10px;
}
/*----------------------------------------------------------
Elementos
------------------------------------------------------------*/

#header {
	background:url(images/banner.jpg) no-repeat;
	width: 100%;
	height:73px;
	margin: 0px;
	padding: 0px;
	background-color:#080671;
}
#headerTitle {
	padding-top:19px;
	font-size:0.87em;
	color:#FDFDFB;
	text-align: left;
	height: 55px;
	width: 750px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrap {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

#maincont {
	width:100%;
	min-height:100px;
	background-color: #FFF;
	background-image: url(images/maincontbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.post {
	width:450px;
	text-align: left;
}
.post li {
	list-style-type:none;
}
.post ul li, .post li {
	list-style:disc;
	list-style-type:disc;
	list-style-position:inside;
}
#columnaIzq {
	width:490px;
	float:left;
	display:inline;
	background:#FFF url(images/maincontbg.gif) repeat-x top;
	padding-top:60px;
	padding-left:131px;

}

.rightcol {
	width:250px;
	float:right;
	margin-top: 50px;
	text-align: left;
	overflow:hidden;
}

/*----------------------------------------------------------
 Menu Horizontal 
------------------------------------------------------------*/
#nav {
    background:url(images/topnav.jpg) no-repeat;
	width:100%;
	height:34px;
	font-family:"Trajan Pro","Times New Roman", Times, serif;
	font-size:1em;
	color:#FFF;
	background-color:#080671;
}

#nav ul {
        list-style: none;
	margin:0px auto;
	width:870px;
}

#nav ul li {
    position: relative;
    float: left;
    display: inline;
    padding: 10px 14px;
}

#nav ul li a {
    color: #FFF;
    text-decoration: none;
}

#nav ul li a:hover {
    color:#FFF2F4;
    text-decoration: none;

}

#nav ul li.ultimo {
    float:right;
    color:#dbcbcb;
    font-size:0.9em;
    background:url(images/idiomas.jpg) no-repeat;




}


#outerdiv
{
width:150px;
height:17px;
overflow:hidden;
position:relative;
}

#inneriframe
{
position:absolute;
top:-739px;
left:-500px;
width:-1280px;
height:1200px;
}


#outerdiv2
{
width:393px;
height:70px;
overflow:hidden;
position:relative;
}

#inneriframe2
{
position:absolute;
top:-245px;
left:-30px;
width:-1280px;
height:1200px;
}


/*----------------------------------------------------------
Columna Derecha
------------------------------------------------------------*/

.widgettitle {
	font-family:"Trajan Pro","Times New Roman", Times, serif;
	font-size:1.85em;
	color:#5a5a5a;
	text-transform:uppercase;
	text-align:left;
	letter-spacing:0.15em;
	height:50px;
	width:240px;
	padding-left:10px;
	background-image: url(images/separator.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
h4 {
        font-weight:bold;
        color:#8c0000;
        font-size:0.87em;
        text-transform:uppercase;
        margin:15px 0px 5px 50px;
}
        

#columnaDer p{
	width:210px;
	margin-left:20px;
	color:#5A5A5A;
	font-size:0.87em;
	line-height:1.55em;
	margin-bottom:20px;
	margin-right: 20px;
}
#columnaDer ul {
	margin-left:50px;
	list-style:none;
	margin-top:10px;
	margin-bottom:30px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:500;
}
#columnaDer ul li {
        color:#ca0706;
        font-size:0.87em;
        margin-bottom:4px;
}
#columnaDer ul li a{
	color:#5A5A5A;
	list-style:none;
	text-decoration:none;
	margin-right: 20px;
	margin-left: -20px;
}


/*----------------------------------------------------------
Posts Generales
------------------------------------------------------------*/

.storycontent {
	width:445px;
        line-height:1.4em;
}
.post p {

        margin-bottom:10px;
}

.storycontent a {
        text-decoration:none;
        color:#003399;
}
.storycontent a:hover {
        text-decoration:underline;
        color:#0066CC;
}
.storycontent img {
        padding:10px;

}
.postentry h3 {
	margin-bottom:15px;
}
.postentry ul {
	margin-bottom:15px;
	margin-top:15px;
}
h2.tituloPost{
	width:418px;
	height:67px;
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
	background:url(images/posttitle.gif) no-repeat;
	font-family:"Trajan Pro","Times New Roman", Times, serif;
	font-size:1.15em;
	color:#FFF;
        text-decoration:none;
}
h2.tituloPost a, h2.tituloPost a:hover {
	font-family:"Trajan Pro","Times New Roman", Times, serif;
	font-size:1.15em;
	color:#FFF;
        text-decoration:none;
}

.postdate {
        margin:10px 0;
        color:#5A5A5A;
        font-size:1em;
        font-weight:bold;
}
.meta{
        font-weight:normal;
        color:#5A5A5A;
        text-decoration:none;
        margin-top:10px;
}
.meta a {
        font-weight:bold;
        color:#5A5A5A;
        text-decoration:none;
} 
.meta a:hover {
        font-weight:bold;
        color:#868686;
        text-decoration:none;
        
}
.feedback,.feedback a  {
        font-weight:bold;
        color:#003399;
        text-decoration:none;
        margin-top:10px;
}
.feedback a:hover {
        font-weight:bold;
        color:#0066CC;
        text-decoration:none;
        margin-top:10px;
}       
.footerPost {
	width:445px;
	height:57px;
	background:url(images/postdivider.gif) no-repeat;
	margin-top:20px;
}


/*----------------------------------------------------------
Posts Tienda
------------------------------------------------------------*/
#tienda .storycontent{
        background-color:#f6f4f4;
        width:437px;
        padding-right:10px;
}
.storycontentSup {
        width:437px;
        background:url(images/tiendaContenedorSup.gif) no-repeat;
        height:20px;
        margin-top:25px;
        padding-right:10px;
}

.storycontentInf {
        width:437px;
        background:url(images/postdivider.gif) no-repeat;
        height:20px;
        padding-right:10px;
        clear:both;
}
#tienda .tituloPost {
        color:#b50c09;
        font-size:1.18em;
        text-transform:uppercase;
        font-weight:bold;
        margin-left:130px;

}

#tienda .storycontent img {
        float:left;
        margin:-2em 10px 0px 10px;
        width:90px;
}
 
/*----------------------------------------------------------
Comentarios
------------------------------------------------------------*/
#comments {
       line-height:1.4em;

}
#comment {
       width:440px;
}

h2#comments {
        font-weight:bold;
        font-size:1.1em;
        text-decoration:none;
}
h2#comments a {
        font-weight:bold;
        color:#006699;
        font-size:1.1em;
        text-decoration:none;
}
h2#comments a:hover  {
        font-weight:bold;
        color:#0099FF;
        font-size:1.1em;
        text-decoration:none;
}
h2#postcomment {
        font-weight:bold;
        color:#5A5A5A;
        font-size:1.3em;
        text-decoration:none;
        margin-top:10px;
        margin-bottom:10px;
}
#commentlist li {
        padding-bottom:15px;
        padding-top:5px;
        width:470px;

}       

#commentlist cite a{
        font-weight:bold;
        color:#5A5A5A;
        text-decoration:none;
}
#commentlist cite a:hover {
        font-weight:bold;
        color:#868686;
        text-decoration:none;
}
.commentdiv {
        float:right;
        width:450px;
        margin-bottom:15px;
}
.commentnumbers {
        float:left;
        width:20px;
}
.commenttext {
        float:right;
        width:430px;
}
.commentmeta {
        float:right;
        width:430px;
}
#commentlist a, #commentform a {
        color:#006699;
        text-decoration:none;
}
#commentlist a:hover, #commentform a:hover{
        color:#0099ff;
        text-decoration:underline;
}
#rss, #rss a{      
        color:#9d0101;
        font-size:0.87em;
        text-decoration:none;
}
#rss a:hover, #commentlist a:hover {
        color:#9d0101;
        text-decoration:underline;
}
#commentform input, #commentform textarea {
        margin-bottom:7px;
}
#commentform label {
        font-size:0.87em;
        margin-bottom:5px;
}
.boton {
       margin-top:5px;
       width:470px;
}        
       
 
/*----------------------------------------------------------
Footer
------------------------------------------------------------*/

#footer{
	width:100%;
	height:112px;
	background:url(images/footer.gif) no-repeat;
	font-size:0.87em;
	color:#a5a5a5;
	float: left;

}
#footer a {
	color:#a5a5a5;
}
.footerlinks {
	width:510px;
	height:20px;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer ul {
	list-style: none;
}

#footer ul li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
#footer ul li a {
        color:#a5a5a5;
        text-decoration:none;
}

#footer ul li a:hover {
        color:#a5a5a5;
        text-decoration:underline;
}

