
code{

}

pre{
width:500px;
overflow:auto;
background-color:#FCFCFC;
border:1px dotted #DBDBDB;
}

.imgleft, .imageleft, floatleft{float:left;margin-right:5px;}
.imgright, .imagright, floatright{float:left;margin-left:5px;}

.alerta {
    background: #fff6bf url(images_comunes/error.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
	color:#000000;
    }
.info {
    background: #E7F9F8 url(images_comunes/info.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #B5D4FE;
    border-bottom: 2px solid #B5D4FE;
	color:#000000;

    }
		.descarga {
    background: #FBC895 url(images_comunes/descargared.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F7AB75;
    border-bottom: 2px solid #F7AB75;
	color:#000000;

    }
	.descarga a {
	color:#E15F13;
   text-decoration:none;
border-bottom:1px dotted #E15F13;
    }
	.descarga2 {
    background: #F7FABE url(images_comunes/descarga.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #DFE786;
    border-bottom: 2px solid #DFE786;
	color:#000000;

    }
	.descarga2 a {
	color:#4B4B4B;
   text-decoration:none;
border-bottom:1px dotted #444;
    }
	.importante {
    background: #FDD1C5 url(images_comunes/importante.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FBAB95;
    border-bottom: 2px solid #FBAB95;
		color:#000000;

    }
		.nota {
    background: #FAF9F7 url(images_comunes/nota.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F2EFEA;
    border-bottom: 2px solid #F2EFEA;
	color:#000000;

    }
			.fuente {
    background: #F7F9E5 url(images_comunes/via.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #DBDCCD;
    border-bottom: 2px solid #DBDCCD;
    color:#000000;

    }
	.fuente a{
color:#4B4B4B;
text-decoration:none;
border-bottom:1px dotted #444;     
}
.nuevo {
    background: #fff6bf url(images_comunes/new.gif) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FBC383;
    border-bottom: 2px solid #FBC383;
	color:#000000;
    }
	.nuevo a {
	color:#E15F13;
   text-decoration:none;
border-bottom:1px dotted #E15F13;
    }

.pie_post{
	/*background-color:#F5FCFF;*/
	background-color: #FAF9F7;
	/*border-top:2px solid #D1EFFF;*/
	border-top:2px solid #F2EFEA;
	padding:5px;
	font-size:11px;
}
.pie_post h3{
	font-size:13px;
	font-weight:bold;
	margin-bottom:0px;
}

.pie_post ul{
	padding-top:5px;
	font-size:11px;
}