/*-------------------------------------------------------------------------------------
 //	JibberBook v2.3
 //	(c) 2009 Chris Jaure
 //	license: MIT License
 //	website: http://www.jibberbook.com/
 //
 //	theme/digg/jbstyle.css
 -------------------------------------------------------------------------------------*/
body {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 80%;
    font-family: "Arial", sans-serif;
    background-color: #fff; /*#E5ECF3;*/
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

/*CONTENEDOR PRINCIPAL*/
#container {
    width: 490px;
    text-align: left;
    margin: 0 auto;
	
}

/*TITULO AGREGAR MENSAJE prymary y secondary h3*/
#primary h3 {
    font-size: 1.6em;
    font-family: arial, sans-serif;
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding: 0.3em 0;
    background: #00aeef;/*url(images/h3_bg.gif) no-repeat top left;*/
    width: 177px;
}

#secondary h3 {
    font-size: 1.8em;
    /*text-align: center;*/
    color:#ec008c;/*#00aeef;*/
    font-weight: normal;
    letter-spacing: -1px;
    font-family: arial, helvetica, sans-serif;
}

/*/////////////////////////*/

/*TITULO SUPERIOR*/
#header {
    padding: 1em 0;
    color: #ec008c;
    /*background: #1B5790 url(images/header_bg.gif) no-repeat bottom;*/
}
#imagen{
	float:left;
	padding:10px;
}

#header h1 {
    text-align: center;
    font-weight: normal;
    font-size: 20px;/*2.5em;*/
    line-height: 1.5em;
}

#info {
    color: #00aeef;
    font-style: italic;
    position: relative;
    left: 15%;
    /*width: 40%;*/
}
#pregunta{
	padding-top:25px;
	text-align:center;
	font-size:22px;
	color:#007ebe;
	line-height:1.5em;
}
/*/////////////////////////*/

#jb_message {
    color: #fff;
    text-align: center;
    margin-bottom: 0.5em;
}

#jb_message.error {
    background-color: #ec008c;
}

#jb_message.confirm {
	background-color: #00aeef;
}

#jb_message p {
    margin: 0;
    padding: 0.5em;
    font-size: 1.6em;
}

/*CONTENEDOR EXTERNO DEL FORM MENSAJES*/
#content {
    /*background:#fff url(images/content_bg.gif) no-repeat top;*/
    clear:both;
	margin-top:3em;
    
}

#primary {
    padding: 10px;
    margin:0 0 1em;
	color:#007ebe;
}
/*CONTENEDOR MENSAJES DE TEXTO*/
#secondary {
    padding: 10px;
    margin-top:10px;
	background-color:#fff1ab;
}

#jb_addComment label {
    display: block;
    font-weight: bold;
    font-size: 0.9em;
}

#jb_addComment input, #jb_addComment textarea {
    font-size: 0.8em;
    font-family: arial, sans-serif;
    margin-bottom: 5px;
    padding-left: 2px;
    width: 50%;
}

#jb_addComment textarea {
    height: 80px;
    width: 98%;
}

#jb_addComment .button {
    font-size: 1.3em;
	color:#007ebe;
}

/*CONTENEDOR INTERNO FORM MENSAJES*/
#jb_addComment fieldset {
    border:0;
    border-top: solid 5px #00aeef;/*#A5CC7B;*/
    margin: 0;
    padding: 1em;
    background-color: #7dd1fb;/*#E6F3D9;*/
}

.comment {
    overflow: hidden;
    margin-bottom: 10px;
    position:relative;
}

/*TITULOS DE COMENTARIOS*/
.comment .header {
    padding: 5px;
    color: #52718B;/*#bd1a20;*/
    background-color:#ffd200;
    border-top:solid 2px #f69f1d;
}

.comment .header a {
    font-weight: bold;
    color: #52718B;
}

/*TEXTO COMENTARIOS*/
.comment .content {
    padding: 5px;
    line-height: 1.5em;
    color: #636466;
}

.comment .content a {
    color: #666;
}

.comment .content a:hover {
    color:#333;
}

.comment .date {
    font-size: 0.8em;
    color: #52718B;
    position:absolute;
    top:6px;
    right:12px;
}

#footer {
    clear: both;
    text-align: center;
    padding-top: 10px;
    font-size: 0.8em;
    color:#999;
    /*background:url(images/footer_bg.gif) no-repeat top;*/
}

#footer a {
    color: #999;
}

#footer a:hover {
    text-decoration: none;
    color:#000;
}

.required {
    color: #00aeef;
}

#jb_addComment .hidden, .hidden {
    display: none;
}
