@charset "utf-8";
/* CSS Document */

#frame_form_blog{
	width:500px;
	margin-left:40px;
}
#name{
	width:300px;
}
#msg{
	width:300px;
	height:100px;
}
#send_form{
	width:80px;
	height:32px;
	text-align:right;
	background-color:#f0f0f0;
	border:solid 1px #CCC;
	background-image:url('../img/send32x32.png');
	background-repeat:no-repeat;
}
.comentario_blog{
	width:500px;
	background-image:url('../img/blog_fondo.jpg');
	background-repeat:no-repeat;
	margin-left:40px;
	background-color:#f0f0f0;
}
.comentario_blog b{
	display:block;
	text-indent:10px;
}
.comentario_blog p{
	padding-left:10px;
	padding-top:3px;
	min-height:100px;
	_height:100px;	
	background-color:#CCC;
	background-image:url('../img/back_blog.jpg');
	border-bottom:solid #CCC 1px;
}
.esborrar{
	width:500px;
	background-image:url('../img/blog_fondo.jpg');
	background-repeat:no-repeat;
	margin-left:40px;
	background-color:#f0f0f0;	
}
.esborrar b{
	display:block;
    text-indent:10px;	
}
.esborrar p{
	padding-left:10px;
	padding-top:3px;
	min-height:99px;
	_height:99px;
	color:#CCC;
	background-color:#FFF;
	background-image:url('../img/back_delete.jpg');
	background-repeat:no-repeat;
	background-position:center;
	border:#666 dashed 1px;
}

#menu_blog_cat{	width:170px; background-color:#666; font-size:11px;}
#menu_blog_cat .catselect{
	display:block;
	height:16px;
	color:#333;
	background-color:#CCC;
	text-decoration:none;
	text-indent:15px;
	background-image:url('../img/arrow.gif');
	background-repeat:no-repeat;
}
#menu_blog_cat .catnoselect{
	display:block;
	color:#FFF;
	text-decoration:none;	
}

#menu_blog_anio{ width:170px; background-color:#666; font-size:11px;}

#menu_blog_anio .anioselect{
	display:block;
	color:#333;
	height:16px;		
	background-color:#CCC;
	text-decoration:none;
	text-indent:15px;
	background-image:url('../img/arrow.gif');
	background-repeat:no-repeat;	
}
#menu_blog_anio .anionoselect{
	display:block;
	color:#FFF;
	text-decoration:none;	
}

#menu_blog_mes{ width:170px; background-color:#666; font-size:11px;}

#menu_blog_mes .messelect{
	display:block;
	height:16px;
	color:#333;
	background-color:#CCC;
	text-decoration:none;
	text-indent:15px;
	background-image:url('../img/arrow.gif');
	background-repeat:no-repeat;	
}
#menu_blog_mes .mesnoselect{
	display:block;	
	color:#FFF;
	text-decoration:none;	
}


