
#mesajeforo p{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
line-height: 1.1em;
padding-bottom: 0.5em;
margin-bottom: 0.5em;
}
#mesajeforo {

margin-bottom: 3em;

}


.foros_abg {
	background-color: #030370;
	margin-bottom: 12px;
	clear: both;
}

 


 
.foropost {
	padding: 12px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
	background-position: 100% 0;
	border: solid 1px #E4E4E4;
}
 
 

 

/* Animation
---------------------------------------- */

.forostopiclist.forum .row, .forostopiclist.topics .row
{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
 



a:link	{ color: #000255; }
a:visited	{ color: #000255; }
a:hover	{ color: #000255; }
a:active	{ color: #000255; }

/* Links on gradient backgrounds */
.foros_abg .headerforum a:link {
	color: #000255;
	text-decoration: none;	
}

.foros_abg .headerforum a:visited {
	color: #000255;
	text-decoration: none;	
}

.foros_abg .headerforum a:hover {
	color: #000255;
	text-decoration: none;	
}

.foros_abg .headerforum a:active {
	color: #000255;
	text-decoration: none;	
}



 


ul.forostopiclist {
	display: block;
	list-style-type: none;
	margin: 0;
}

ul.forum {
	background: #ffffff none repeat-x 0 0;
}

ul.forostopiclist li {
	display: block;
	list-style-type: none;
	color: #777777;
	margin: 0;
}

ul.forostopiclist dl {
	position: relative;
}

ul.forostopiclist li.row dl {
	padding: 12px 0;
	margin-bottom: 0.1em!important;	
}

ul.forostopiclist dt {
	display: block;
	float: left;
	width: 70%;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.8em;
	line-height:1.4em;	

}
ul.forostopiclist dt > span {
	padding-left: 12px;
}
ul.forostopiclist dd {
	display: block;
	float: left;
	padding: 4px 10px 4px 0px;
}

ul.forostopiclist dfn {
	position: absolute;
	left: -999px;
	width: 990px;
}


.forostopiclist .headerforum dt {
	font-size: 0.923em;
	padding-top: 0;
    line-height: 48px;
}
.forostopiclist .headerforum dt a {
	color: #ffffff !important;
	/*padding-left: 12px;*/
}
.forostopiclist .headerforum dd {
	font-size: 0.923em;
	line-height: 48px;
}


li.row {
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}

li.row strong {
	font-weight: normal;
	color: #000000;
}

li.row:hover {
	background-color: #F2F2F2;
}



li.headerforum dt, li.headerforum dd {
	border-left-width: 0;
	margin: 0;
	color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
}


li.headerforum dd {
	/*margin-left: 1px;*/
}

li.headerforum dl.icon {
	min-height: 0;
	margin-bottom: 0;
}

li.headerforum dl.icon dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 20px;
	padding-right: 50px;
}















/* Forum list column styles */
dl.icon {
	min-height: 35px;
	background-position: 5px 12px;		/* Position of folder icon */
	background-repeat: no-repeat;

}

dl.icon dt {

	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */

}

dd.posts, dd.topics, dd.views {
	width: 15%;
	text-align: center;
	line-height: 2.2em;
	font-size: 0.846em;
}

dd.posts b, dd.topics b, dd.views b {
	font-weight: bold;
}

dd.posts i, dd.topics i, dd.views i {
	font-style: italic;
}



/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.icon dt li {
	display: list-item;
	list-style-type: inherit;
}

dd.lastpost {
	width: 15%;
	font-size: 0.846em;
	text-align: center;
}



dd.lastpost span {
	display: block;
	/*padding-left: 5px;*/
}

 
 

* html ul.forostopiclist li { position: relative; }

ul.forostopiclist dl {
	height: 1%;
	overflow: hidden;
}

/* viewtopic fix */
* html .foropost {
	height: 25%;
	overflow: hidden;
}

 

/* Simple fix so forum and topic lists always have a min-height set, even in IE6
	  */
dl.icon {
	min-height: 35px;
	height: auto !important;
	height: 35px;
}

* html li.row dl.icon dt {
	height: 35px;
	overflow: visible;
}


 







/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */


/* Links for forum/topic lists */
a.forotitle {
	color: #030370;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.4em;
	letter-spacing: 0em;	
}

/* a.forotitle:visited { color: #105289; } */

a.forotitle:hover {
	color: #2E3539;
}


a.forotitle:active {
	color: #898989;
}

a.forotitle:active {
	color: #2E3539;
}

a.topictitle {
	color: #000255;
}

/* a.topictitle:visited { color: #368AD2; } */

a.topictitle:hover {
	color: #000255;
}

a.topictitle:active {
	color: #000255;
}


ul.forum {
	background-color: #ffffff;
}
 


ul.forostopiclist dd {
	border-left-color: #FFFFFF;
}



li.row strong {
	color: #000000;
}

li.row:hover {
	background-color: #F2F2F2;
}

li.row:hover dd {
	
}


li.headerforum dt, li.headerforum dd {
	color: #FFFFFF;
}







/* CLASES PARA FORUM RESPUESTAS */



ul.forosrespuetaslist {
	display: block;
	list-style-type: none;
	margin: 0;
}

 

ul.forosrespuetaslist li {
	display: block;
	list-style-type: none;
	/*color: #777777;*/
	margin: 0;
}

ul.forosrespuetaslist dl {
	position: relative;
}

ul.forosrespuetaslist li.row dl {
	padding: 12px 0;
	margin-bottom: 0.1em!important;	
}

ul.forosrespuetaslist dt {
	display: block;
	float: left;
	width: 20%;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.6em;
	line-height:1.4em;
	text-align:center;	

}
ul.forosrespuetaslist dt > span {
	padding-left: 12px;
}
ul.forosrespuetaslist dd {
	display: block;
	float: left;
	/*padding: 4px 10px 4px 0px;*/
}

ul.forosrespuetaslist dfn {
	position: absolute;
	left: -999px;
	width: 990px;
}


.forosrespuetaslist .headerforum dt {
	font-size: 0.923em;
	/*padding-top: 0;*/
    line-height: 48px;
}
.forosrespuetaslist .headerforum dt a {
	color: #ffffff !important;
	/*padding-left: 12px;*/
}
.forosrespuetaslist .headerforum dd {
	font-size: 0.923em;
	line-height: 48px;
}

 
* html ul.forosrespuetaslist li { position: relative; }

ul.forosrespuetaslist dl {
	height: 1%;
	overflow: hidden;
}



dl.iconresp {
	min-height: 35px;
	background-position: 5px 12px;		/* Position of folder icon */
	background-repeat: no-repeat;

}

dl.iconresp dt {

	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */

}


/* List in forum description */
dl.iconresp dt ol,
dl.iconresp dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.iconresp dt li {
	display: list-item;
	list-style-type: inherit;
}

dd.postsresp p {
  margin: 0 0 1em 0;
}

dd.postsresp  {
	width: 65%;
	text-align: left;
	line-height: 1.6em;
	font-size: 0.846em;
}

dd.postsresp b  {
	font-weight: bold;
}

dd.postsresp i  {
	font-style: italic;
}

dd.lastpostresp {
	width: 15%;
	font-size: 0.846em;
	text-align: center;
}



dd.lastpostresp span {
	display: block;
	/*padding-left: 5px;*/
}



li.headerforum dl.iconresp {
    min-height: 0;
    margin-bottom: 0;
}




.botonespeques {

display: none;

}


.titulopeques {

display: none;

}


.mostrartiempopeques {

display: none;
float: right;

}


.avatarpeques {

display: none;
float: left;

}



@media only screen and (min-width: 1280px) {


}

@media only screen and (min-width: 980px) and (max-width: 1279px) {


	




}

@media only screen and (min-width: 768px) and (max-width: 979px) {

    .foros_abg ul.forostopiclist dd.topics,
    .foros_abg ul.forostopiclist dd.posts {
        display: none;
    }


	ul.forostopiclist dt {               
	    width: 80%;
        overflow: hidden;		
	}
	
	
	dd.lastpost {
		width: 20%;
		font-size: 0.846em;
}	




/*  pagina respuestas */
ul.forosrespuetaslist dt {
	display: block;
	float: left;
	width: 15%;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.5em;
	line-height:1.4em;
	text-align:center;	
}
dd.lastpostresp
{
   	display: none !important;
}
.botonespeques
{
	display: block;
}
dd.postsresp {
	width: 85%;
	font-size: 0.846em;
		padding-right:10px;
}	


}


@media only screen and (min-width: 600px) and (max-width: 767px) {

    dd.topics, dd.posts
	{
    	display: none !important;
    }
 

    dd label {
        white-space: normal;
    }

 
	ul.forostopiclist dt {               
	    width: 80%;
        overflow: hidden;		
	}
	
	dd.lastpost {
		width: 20%;
		font-size: 0.846em;
}		


/*  pagina respuestas */
dd.lastpostresp
	{
    	display: none !important;
    }

.botonespeques
{
	display: block;
}
dd.postsresp {
	width: 80%;
	font-size: 0.846em;
	padding-right:10px;
}

}


@media only screen and (max-width: 599px) {

    dd.lastpost
	{
    	display: none !important;
    }

li.headerforum dl.icon dt
{
padding-left: 10px;
}

    .forostopiclist .headerforum dt {
         width: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .forostopiclist .headerforum dt a {
        padding-left: 0;
    }
    li.headerforum dd.topics,
    li.headerforum dd.posts,
    li.headerforum dd.lastpost,
    li.headerforum dd.views,
    li.row dd.posts,
    li.row dd.lastpost,
    li.row dd.views {
        display: none;
    }
    ul.forostopiclist dt {               
        width: 100%;
    }
 
    li.headerforum dl.icon {
        min-height: 48px;
    }
 
    dl.icon dt {
        background-position: 5px 20px;
    }

    dd label {
        white-space: normal;
    }

   ul.forostopiclist dt {
        overflow: hidden;
		padding-left: 10px;
		padding-right: 10px;
    }



/*  pagina respuestas */
.forosrespuetaslist .headerforum dd {
	font-size: 0.8em;
	line-height: 38px;
}
.forosrespuetaslist .headerforum dt {
	font-size: 0.5em;
	/*padding-top: 0;*/
    line-height: 38px;
}

ul.forosrespuetaslist dt {
	display: none;
}

dd.lastpostresp
	{
    	display: none !important;
    }

.botonespeques
{
	display: block;
}

.titulopeques {

	display: block;

}
dd.postsresp {
	width: 100%;
	font-size: 0.846em;
	padding-right:10px;
	padding-left:10px;	
}


dd.postsresp img {

width: 100% !important;

}


.mostrartiempopeques {
display: block;
padding: 2px 4px 2px 4px;
width:60px;
font-size:12px;
text-align:center;
}
.mostrartiempopeques span {
font-weight:400;
}


.avatarpeques {
display: block;
width: 50px;
padding-right: 8px;
}



 
}